Search found 337 matches: match

Return to advanced search

Re: ADS with 64bit FWH Apps

This is problematic because that file ( which is needed ) must match the same version as the ace32.dll. There is also 64 bit versions of those files. As Reinaldo pointed out ( and he is probably the best source ), if you use the .dll files from ADS 10, ...
by TimStone
Tue Apr 16, 2024 6:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS with 64bit FWH Apps
Replies: 24
Views: 2300

Re: Problem with valid email refresh btnbmp

... Compiling 'karinha.prg'... karinha.prg(130) Error E0030 Syntax error "syntax error at 'LIKE'" karinha.prg(134) Error E0014 ELSE does not match IF karinha.prg(143) Error E0010 ENDIF does not match IF 3 errors No code generated.
by Silvio.Falconi
Fri Apr 05, 2024 3:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with valid email refresh btnbmp- RESOLVED
Replies: 25
Views: 2430

Re: Expertos en expresiones regulares

Foreros:

Gracias por sus sugerencias, pero en regex101.com (Gracias Carles) No match.

Saludos
by Armando
Thu Mar 14, 2024 2:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Expertos en expresiones regulares (SOLUCIONADO)
Replies: 7
Views: 1334

Re: PepPol European Invoicing standard

... the program to build the text function on, so there is a general use if it is complete and it will be a extra for all members... Maybe a Hash ? // Match variables from any database before we call the TEXT function. hXml["Name"] = oDbf[name] Then in TEXT function use the Hash hXml["Name"] ...
by Marc Venken
Wed Feb 14, 2024 10:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PepPol European Invoicing standard
Replies: 12
Views: 925

Re: To Nages: Record deleted but make error also

There is no problem with oBrw:aDeleted array. When a programmer tries to save this array or any other array to DBF it is his responsibility to match the type of the array elements with the datatypes of the corresponding fields of the DBF. I actually don't know why when I delete one it assigns ...
by Silvio.Falconi
Wed Nov 22, 2023 6:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages: Record deleted but make error also RESOLVED
Replies: 3
Views: 277

Re: To Nages: Record deleted but make error also

There is no problem with oBrw:aDeleted array.

When a programmer tries to save this array or any other array to DBF it is his responsibility to match the type of the array elements with the datatypes of the corresponding fields of the DBF.
by nageswaragunupudi
Wed Nov 22, 2023 2:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages: Record deleted but make error also RESOLVED
Replies: 3
Views: 277

Re: Xbase++ :lockUpdate() -> Fivewin ?

... Source ... hm but i found it in "C" Files as "External" ... hm so i try %HBDIR%\bin\hbmk2 -find LOCKWINDOWUPDATE but "no match" ... hm --- in my FWH i have PROCEDURE DoDBFResize( oWnd ... )   LOCKWINDOWUPDATE( oWnd:Hwnd )   FOR ii := 1 TO nMax      ...
by Jimmy
Sat Nov 04, 2023 3:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbase++ :lockUpdate() -> Fivewin ?
Replies: 10
Views: 760

Re: Filtrar consulta de tdolphin

... the filtered data again from the Server. Let us just filter the data inside XBrowse. i.e., let us display in xbrowse only those records that match the filter condition. We will take the above example. We want to show only those records where the "AMOUNT" is exactly divisible by ...
by nageswaragunupudi
Tue Sep 26, 2023 5:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Filtrar consulta de tdolphin
Replies: 15
Views: 816

Re: Saving OuterHTML using Await Implementation with TWebView

... that binds the 'SendToFWH' function for callback purposes. - `Query`: Runs a specific query on the web page. - `QuerySelectAll`: Selects all matching elements on the web page. - `GetOuterHtml`: Retrieves the outerHTML of the specified selector. - `GetBind`: Callback function that gets called ...
by CharlesKwon
Thu Aug 17, 2023 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1632

Re: Saving OuterHTML using Await Implementation with TWebView

... that binds the 'SendToFWH' function for callback purposes. - `Query`: Runs a specific query on the web page. - `QuerySelectAll`: Selects all matching elements on the web page. - `GetOuterHtml`: Retrieves the outerHTML of the specified selector. - `GetBind`: Callback function that gets called ...
by Otto
Thu Aug 17, 2023 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1632

Re: Assigning lUseHaruPdf when TPrinter is sub-classed

... from tprinter. Where did I go wrong? You have used a DATA that is not in FWPDF class. If you inherit from TPrinter, you should know how to match with FWPDF class thoroughly If not, do not use harupdf My personal advice is not to use derived class. Finally, it is upto you.
by nageswaragunupudi
Mon Jul 31, 2023 7:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Assigning lUseHaruPdf when TPrinter is sub-classed
Replies: 18
Views: 893

Re: RAO Antonio GROUP error DEFCONTRL with REDEFINE or @

Enrico ,
Yes, it works with oDlg, what I'm trying to do is match the GETs to the GROUP

Maurizio
by Maurizio
Wed Jul 26, 2023 7:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RAO Antonio GROUP error DEFCONTRL with REDEFINE or @
Replies: 11
Views: 612

Re: Create solid color bitmap array

... value to the record for that event ( appointment ). Then when displaying the full calendar, it is to display in the selected color. I had color mismatches and assumed it was because my bmp files used for each code were wrong. So I used the function you suggested, and I can see that each value is ...
by TimStone
Thu Jul 13, 2023 1:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create solid color bitmap array
Replies: 6
Views: 324

Memory() under Fivewin

hi,

how to get "Total Memory" and "Available Memory" under Fivewin :?:

have try Memory(1) up to Memory(4) but Value seem not to "match"
have found MemStat() but it show Array in Msgbox() ... how get 3rd Element of Array :?:
by Jimmy
Mon Mar 27, 2023 3:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Memory() under Fivewin
Replies: 4
Views: 384

Re: "Shortname" for FIELD of DBF

...    aTemp[i] = cField  next  msginfo(atostr(aTemp))return  But now, since I have to read dozens of xls regualar, I once match the fields with the headers in a xbrowse, make the dbf and read it. also as third... Read the first line of exel with OLE, changes the headers ...
by Marc Venken
Sat Jan 14, 2023 4:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: "Shortname" for FIELD of DBF
Replies: 3
Views: 418
Next

Return to advanced search