Search found 315 matches: taken

Return to advanced search

HTML code in a TPanel class

... I would like to insert it into a TPanel because the TPanel is in the main window and is visible to all users on the network. So far, I have only taken a window as a control to embed it. I have looked at the TWebView class, and it is that all controls can use hWndParent. The WebView2 control can ...
by Otto
Sat Jan 20, 2024 4:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML code in a TPanel class
Replies: 9
Views: 1358

Re: opposite of HB_FUNC( REGISTERDRAGDROP ) ?

Dear Jimmy, As a first approach I have taken all C++ code out of main.c (previously main.cpp) and created a new file builddrop.cpp This way we can simply compile the cpp files and use them from Harbour. I am building it from Visual Studio and ...
by Antonio Linares
Wed Dec 20, 2023 10:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: opposite of HB_FUNC( REGISTERDRAGDROP ) ?
Replies: 5
Views: 581

Re: Help splitting up a character address string

Otto I am taking an Excel spreadsheet whos data is taken from a web form. I then have to take that Excel file and write a conversion program that starts at column 1 thru the end column ( whatever ) and take all those values and stuff them into a temp ...
by Rick Lipkin
Wed Nov 15, 2023 10:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 602

FWH2309: New function FW_StitchImages()

... be image file names of any type, or image blobs, or hBitmap / pImages or any combination thereof If cImage2 is omitted, any image in ClipBoard is taken as the second image. cSide "R"/"B" : Add the second image to the right/bottom of the first image. If this argument is omitted, ...
by nageswaragunupudi
Fri Sep 08, 2023 12:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH2309: New function FW_StitchImages()
Replies: 0
Views: 278

Re: not ISOEM(), ISANSI() or IsUTF8()

... do is to set oBrw:lOemAnsi := .t. or oCol:lOemAnsi := .t. for the required columns and then export to Excel. All conversions will be automatically taken care by the FWH interface to DrXlsx. Hope we can not make it easier than this. Sample which i used have > 350000 Records but only 0,02 % have ...
by nageswaragunupudi
Sat Sep 02, 2023 3:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2094

Explore Yunus and FW_dbftoarray and FW_SaveArrayToDBF

... that sure yet. These functions are based on a recno() that is added and depending on the delete status of a invoice item. Deleted items are NOT taken by the function and so only GOOD items will come into the invoice. When adding and changing data, the save function will write back and change ...
by Marc Venken
Wed Aug 30, 2023 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Explore Yunus and FW_dbftoarray and FW_SaveArrayToDBF
Replies: 1
Views: 170

Re: PICTURE for DATE() ?

hi,
nageswaragunupudi wrote:For editing array of values with known Field Structure, please try something like this:

All picture clauses are taken care of

ok thx for the Tip
by Jimmy
Thu Jul 20, 2023 8:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PICTURE for DATE() ?
Replies: 10
Views: 398

Re: PICTURE for DATE() ?

... := TArrayData():New( { aVals }, aStruct )   oArrData:Edit()return nil  All picture clauses are taken care of
by nageswaragunupudi
Thu Jul 20, 2023 7:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PICTURE for DATE() ?
Replies: 10
Views: 398

Re: Imprimir Libreta de Ahorro

That is all in the printer. It knows where to begin printing.
The bank official manually enter the line id where to start printing. Rest is taken care by the printer.
by nageswaragunupudi
Mon Jul 03, 2023 9:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imprimir Libreta de Ahorro
Replies: 4
Views: 453

FileEdit.prg - Duplicate function

... afternoon to find an explanation that i couldn't understand then i realized that in my application i used a function called Duplicate (used and taken from the yunus.prg file) which interferes with a function with the same name which is located in the fwh\source\function folder and in the fileedit.prg ...
by Silvio.Falconi
Tue Mar 14, 2023 9:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FileEdit.prg - Duplicate function
Replies: 0
Views: 171

Re: Imprimir texto RTF en columna

... variable para que el listado quede prolijo. Saludos Jorge Que ejemplos son los que has tomado como referencia? What examples are the ones you have taken as a reference?
by cnavarro
Thu Mar 02, 2023 5:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Imprimir texto RTF en columna
Replies: 3
Views: 467

Re: xbrowse custom myBrowse

... re-write a xbrowse method or on each upgrade I must add some lines ... it is a small addition to the xbrowse class that the fwteam hasn't even taken into consideration, instead I consider it very useful in practice if we have 15 fields in the xbrowse table and we want to display only 4 of them ...
by Silvio.Falconi
Sun Feb 26, 2023 5:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse custom myBrowse
Replies: 2
Views: 216

Re: Newbie Question : XBROWSE

... i most allow) Very obviously, you did not try the single line sample we recommended in our last post: XBROWSER cFileDBF which would not have taken more than two or three minutes. Had you tried, you would have already observed that the dialog that xbrowser command creates a DIALOG which can ...
by nageswaragunupudi
Sun Nov 27, 2022 8:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Newbie Question : XBROWSE
Replies: 17
Views: 1486

Re: TGet bLostFocus y WHEN no entiendo bien la lógica...

... only when starting the dialog, it already executes the codeblock of some get controls several times. Why does it do this if no action has been taken on them? This is an example: https://i.ibb.co/10FzcN9/2022-10-24-11h00-09.gif
by VictorCasajuana
Mon Oct 24, 2022 9:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TGet bLostFocus yWHEN no entiendo bien la lógica[SOLUCIONADO
Replies: 20
Views: 1106

Search for a number on xbrowse and highlight it

... from the browse by pressing "X" https://i.postimg.cc/KzgxL5Zy/ff.png the colors to highlight the number (or numbers) are taken on the basis of a table, it is calculated if the number belongs to a specific decade and according to the decade there are different colors if ...
by Silvio.Falconi
Tue Oct 11, 2022 11:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search for a number on xbrowse and highlight it
Replies: 9
Views: 620
Next

Return to advanced search