Search found 455 matches: execution

Return to advanced search

Re: Saving OuterHTML using Await Implementation with TWebView

... for loading web pages, executing JavaScript, and retrieving data from web pages. The program also uses the FiveWin SysWait() function to pause the execution of the program for a specified number of milliseconds. This is used to prevent the program from consuming too much CPU resources while it ...
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: 1661

Re: Webview InjectJavascript no entiendo

Leandro, Como lo proprio nombre diz "InjectJavascript" es para caso tu quieras aggregar a una pagina alguma rotina en tiempo de execution ou ate miesmo executar algun commando javascript en la pagina cuando la miesma estiver cargada. oWebView:InjectJavascript( 'alert("test")' ...
by Lailton
Sat Aug 12, 2023 12:16 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Webview InjectJavascript no entiendo
Replies: 3
Views: 190

sleep function

... function for one minutes. Does exist an alternative to sleep function? Is it possible to active a second timer? When the function polling is in execution I perform a oTimer:deactivate() obviously at the end before RETURN here is a oTimer:activate() Many thanks
by MarcoBoschi
Fri May 26, 2023 8:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: sleep function
Replies: 2
Views: 215

Re: SSE example

... }; 0065: let param=url+'?func=9&data='+JSON.stringify(data); 0066: alert('Go...'); This seems to be a javascript problem. What about your execution environment? PHP ? Apache ? Browser? my environment is: Apache/2.4.52 (Win32) OpenSSL/1.1.1m PHP/7.4.27 Chrome 113.0.5672.127
by ssbbs
Fri May 26, 2023 6:58 am
 
Forum: mod_harbour
Topic: SSE example
Replies: 19
Views: 4950

autoGPT with Harbour support

... and with some little modifications we can make it generate Harbour code automatically: https://github.com/muellerberndt/micro-gpt Harbour code execution:            elif command == "execute_harbour":                with open( "test.prg", 'w') as file:            ...
by Antonio Linares
Tue Apr 18, 2023 10:37 am
 
Forum: latest AI news
Topic: autoGPT with Harbour support
Replies: 2
Views: 1607

Re: Save Desktop into a file

Many thanks
my goal is to obtain every hour the screenshot of a program that is always in execution in a pc
Marco
by MarcoBoschi
Fri Mar 03, 2023 9:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Save Desktop into a
Replies: 7
Views: 736

Re: Newbie Question : XBROWSE

... DIALOG oDlg   <CleanupCode:closing tables,releasing resources,etc.>return nil  In these cases of MODAL activation, it is guranteed that the execution of the code next to ACTIVATE command is executed only after the modal window/dialog ends and all the child controls are destroyed. In these ...
by nageswaragunupudi
Sat Nov 26, 2022 5:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Newbie Question : XBROWSE
Replies: 17
Views: 1490

Re: Manifest

... file name in the .rc, does that mean the file itself is then linked into the application ? Do I still need to have the file in the program execution directory ?
by TimStone
Thu Nov 03, 2022 10:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Manifest
Replies: 22
Views: 1805

Re: Splash Screen for Startup

... in less than nSeconds, the program waits till nSecond are completed. If bAction takes longer time than nSeconds, the dialog is closed soon after execution of bAction is finished. that is what i say as i can be 1 Sec. up to 5 Min ... --- have forgot to say in last CODE oExplorer:FillGrid( ...
by Jimmy
Tue Oct 25, 2022 11:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Splash Screen for Startup
Replies: 14
Views: 819

Re: Splash Screen for Startup

what when bAction is ready/not ready within nSeconds :?:


If bAction is finished in less than nSeconds, the program waits till nSecond are completed.
If bAction takes longer time than nSeconds, the dialog is closed soon after execution of bAction is finished.
by nageswaragunupudi
Tue Oct 25, 2022 9:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Splash Screen for Startup
Replies: 14
Views: 819

Re: Build version of fivewin libraries on MSVC

... time and it can happen later too. This does not cause errors. Using webbrowser activex on windows 7 this is more visible, but does not prevent execution. Nor is it on all computers. A client of mine was complaining that this was happening, I decided to generate with Borland just for him and ...
by Giovany Vecchi
Wed Jul 27, 2022 4:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Build version of fivewin libraries on MSVC
Replies: 3
Views: 540

Re: Clase Nativa MySql

... New DATA lThrowError INIT .f. If set to .T., any failed DML (INSERT,UPDATE,REPLACE,DELETE) operation will raise a runtime error. This applies to execution of any DML statements with method Execute() or using methods Insert(...), Upsert(...) and Update(...) This us provided to faclititate grouping ...
by carlos vargas
Fri Jul 15, 2022 12:43 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase Nativa MySql
Replies: 18
Views: 1872

Re: FW Preview user style

Dear James,
the most important thing about these prg-files is the speed of execution and that only the data that is needed is returned to the server.
Therefore, it needs minimal prg files.

Best regards,
Otto
by Otto
Sun May 15, 2022 9:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW Preview user style
Replies: 24
Views: 1712

Re: How many time my application is run in memory

Dear Hakan, Do you mean that you want to allow just one single execution of your app ? Hi Antonio, This is not my purpose. My application can run more than once instances. I want to copy my app exe from server by using batch file at ConvertW32.exe.     ...
by Horizon
Sat May 14, 2022 8:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How many time my application is run in memory (SOLVED)
Replies: 25
Views: 1173

Re: How many time my application is run in memory

Dear Hakan,

Do you mean that you want to allow just one single execution of your app ?
by Antonio Linares
Sat May 14, 2022 8:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How many time my application is run in memory (SOLVED)
Replies: 25
Views: 1173
PreviousNext

Return to advanced search