Search found 1024 matches: calling

Return to advanced search

Re: Help to friends to Config Xmate with bcc7.7

Si es posible, simule un ejemplo que cause el error para que lo probemos. See if you are calling all Harbour LIBS: Vea si está llamando a todas las LIBS de Harbour: echo %hdirl%\hbwin.lib + >> b32.bcecho %hdirl%\gtgui.lib + >> b32.bcecho %hdirl%\hbrtl.lib ...
by karinha
Tue Apr 16, 2024 12:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help to friends to Config Xmate with bcc7.7
Replies: 9
Views: 209

Re: Error handling

... things are recorded incrementally. In errorlog-min1.log the callbacks will be recorded and in errorlog-min2.log, in addition to the callbacks, the calling program, the date, etc. will be recorded. Greetings
by paquitohm
Tue Apr 02, 2024 6:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error handling
Replies: 3
Views: 703

Re: Switching my setup program to webview2

... find anything. What worked for me was converting the RC into a JSON and then transforming it with a html/JS program - reading it out after calling from the development tools. However, the result is worse than using screen recognition. Best regards, Otto 1) Yes, I can recognize the text ...
by Otto
Sat Feb 10, 2024 6:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Switching my setup program to webview2
Replies: 9
Views: 411

Re: Mr. Rao EOF() BOF() not working wirh RecSet

What about calling oData:MoveFirst() before starting the Do while Loop ?
by anserkk
Fri Feb 02, 2024 4:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao EOF() BOF() not working wirh RecSet
Replies: 3
Views: 418

Re: Class TOpenAI_ChatGPT by Charles Kwon

... is encrypted. However, if you want to use encryption to protect your key locally, you can encrypt and store your key and decrypt the key before calling OpenAI. Luckily, fivewin already has encrypt() and decrypt() functions. Regards, Charles KWON Dear friends, how wonderful :-) one question please ...
by CharlesKwon
Thu Feb 01, 2024 12:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Class TOpenAI_ChatGPT by Charles Kwon
Replies: 3
Views: 473

Browse Json

I am using Microsoft Sql 2016 calling this query:
select keyno,name,abbr from hospital for json auto

It returns JSON which I use HB_JsonDecode(cJson,@oJson)

oJson is an array of hashes.

Can I browse this, if so how do I set it up.

Thanks,
by byron.hopp
Thu Jan 11, 2024 12:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Browse Json
Replies: 8
Views: 833

accordion and webview2

... friends, I have done some tests with accordion and webview2. I need some help. With which function do we encode the URI from Fivewin into HTML? Calling the html works. oWebView:Navigate( "C:\fwh2023\samples\Untitled-1.html" ) Also if I insert an URI encoded cHTML source. oWebView:Navigate( ...
by Otto
Mon Jan 08, 2024 1:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: accordion and webview2
Replies: 2
Views: 435

Re: Crear librerias de Harbour BCC74 Me genera error

... enviaras empaquetado al correo rubendariogd@hotmail.com ¡Lo sentimos! Ha habido un problema con la transferencia de archivos Security error when calling GetDirectory It has not been possible to download it, I have desabiliado the Antivirus, generates this error would be grateful if you would ...
by ruben Dario
Wed Nov 29, 2023 8:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear librerias de Harbour BCC74 Me genera error
Replies: 28
Views: 6870

Re: Testing Harbour -gc3 flag

If you use the flag -gc3 when calling harbour.exe it generates C calls without using pcode, thus your apps will be a little faster :-) we would like to have your feedback about building your FWH + Harbour apps using this flag thank you! ...
by toninhofwi
Tue Nov 28, 2023 9:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing Harbour -gc3 flag
Replies: 36
Views: 4342

Fivewin controls similar to javascript elements

... messages intended for a control to implement custom behavior before possibly passing them on to the control's original procedure (similar to calling a superclass method). This is somewhat parallel to overriding event handlers in JavaScript. Differences: Language and Environment: JavaScript ...
by Otto
Tue Nov 21, 2023 7:33 am
 
Forum: mod_harbour
Topic: Fivewin controls similar to javascript elements
Replies: 2
Views: 1124

Testing Harbour -gc3 flag

If you use the flag -gc3 when calling harbour.exe it generates C calls without using pcode, thus your apps will be a little faster :-)

we would like to have your feedback about building your FWH + Harbour apps using this flag

thank you!
by Antonio Linares
Fri Nov 17, 2023 12:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing Harbour -gc3 flag
Replies: 36
Views: 4342

Re: Tget /tsay disable/enable

Antonio Linares wrote:Dear Silvio,

Must the rectangle be painted above the control as per your sample ?

Where are you calling your code from ?


yes the rectangle must be painted over the control
in the image example I use a btnbmp and it run on only on btnbmp

for the test I added the code above
by Silvio.Falconi
Thu Nov 09, 2023 8:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tget /tsay disable/enable
Replies: 5
Views: 367

Re: Tget /tsay disable/enable

Dear Silvio,

Must the rectangle be painted above the control as per your sample ?

Where are you calling your code from ?
by Antonio Linares
Thu Nov 09, 2023 8:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tget /tsay disable/enable
Replies: 5
Views: 367

FWH 2310 Active X problem ?

... has worked beautifully. ( The actual code is in the FWH Samples directory ). I rebuilt the entire application yesterday with FWH 2310 and now when calling the program, it fails on an "array access". This is a pretty random issue, and there were no coding changes. I went back to 2306 and ...
by TimStone
Fri Nov 03, 2023 3:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 2310 Active X problem ?
Replies: 13
Views: 509

Re: HOW TO DISPLAYXBROWSE REPORT IN CUSTOMIZED PREVIEW ?

Calling oBrw:Report() will automatically display the report in a preview window.
by nageswaragunupudi
Mon Sep 25, 2023 7:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HOW TO DISPLAYXBROWSE REPORT IN CUSTOMIZED PREVIEW ?
Replies: 3
Views: 308
Next

Return to advanced search