Search found 193 matches: executes

Return to advanced search

Re: scintilla sample

... because the functions are already inserted in the application. Up to now I have used a txt editor, then the procedure reads line by line and executes the commands without having a compilation in exe
by Silvio.Falconi
Tue Nov 19, 2024 11:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: scintilla sample - RESOLVED -
Replies: 15
Views: 518

Re: Most powerfull Xbrowser and PDF

... (coldprinter). 12. ENUMCHILDWINDOWS A C function embedded with #pragma BEGINDUMP. Enumerates all child windows of a given parent window (hWnd) and executes a Harbour code block for each window. This enables dynamic interaction with GUI elements in other applications. Main Use Cases: File Conversion: ...
by Otto
Mon Nov 18, 2024 10:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Most powerfull Xbrowser and PDF
Replies: 16
Views: 806

Re: Startup function

... defined in the first linked PRG is executed at startup. But if you define it then the Harbour and xHarbour behaviour is different: Harbour executes it even if it is not in the first linked PRG while xHarbour execute it only if it is defined in the first linked PRG, otherwise it executes ...
by Enrico Maria Giordano
Wed Oct 30, 2024 5:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Startup function
Replies: 29
Views: 906

Re: Description del error: (DOS Error 59) DBFCDX/1010 Read erro

... => (b)ERRORSYS( 38 ) Llamado desde: => __DBSKIPPER( 0 ) en el archivo de manejo de errores winerror.prg tengo, // Note: automatically executes at startup proc ErrorSys() ErrorBlock( { | e | ErrorDialog( e ) } ) return Me podrían aclarar como quedaría la modificación propuesta a esa ...
by paquitohm
Wed Aug 07, 2024 7:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Description del error: (DOS Error 59) DBFCDX/1010 Read erro
Replies: 11
Views: 1777

Re: Description del error: (DOS Error 59) DBFCDX/1010 Read erro

... => (b)ERRORSYS( 38 ) Llamado desde: => __DBSKIPPER( 0 ) en el archivo de manejo de errores winerror.prg tengo, // Note: automatically executes at startup proc ErrorSys() ErrorBlock( { | e | ErrorDialog( e ) } ) return Me podrían aclarar como quedaría la modificación propuesta a esa ...
by mterraz
Wed Aug 07, 2024 5:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Description del error: (DOS Error 59) DBFCDX/1010 Read erro
Replies: 11
Views: 1777

Re: passing a value through a for..next loop

... so the end user can select what he needs to search for, the procedure rewrites the filters and executes them when you click on a checkbox for example the states is activated true and you can select the state but when you click again from true ...
by Silvio.Falconi
Tue May 14, 2024 7:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: passing a value through a for..next loop
Replies: 14
Views: 2083

Re: DBF . Commit

... before. Yes, I see the difference in the timestamps of the dbf file (also indexes and memo files, if exist) Just for information to all: COMMIT executes the WinAPI function FlushFileBuffers( handle ) thereby ensuring that all the data in the buffers are physically written to the disk. This is ...
by nageswaragunupudi
Mon Oct 23, 2023 4:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 5414

Re: Saving OuterHTML using Await Implementation with TWebView

... and retrieving data from web pages. The _QuerySelector() function works by first loading the web page in the TWebView control. Then, it executes a JavaScript function that uses the document.querySelector() method to get the first element on the page that matches the CSS selector. The ...
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: 3314

Re: Saving OuterHTML using Await Implementation with TWebView

... and retrieving data from web pages. The _QuerySelector() function works by first loading the web page in the TWebView control. Then, it executes a JavaScript function that uses the document.querySelector() method to get the first element on the page that matches the CSS selector. The ...
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: 3314

Re: GET and bLostFocus

... of INDEX because in xbrowse I use array. I think the problem is when we point the mouse to another row of xbrowse: 1-xbrowse changes row 2-get executes lostfocus Antonio try this: Example 1This works 1-xbrowse on line 1 2-make a change of First 3-steps to the Last field at the same time the ...
by Maurizio
Fri Jul 14, 2023 4:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GET and bLostFocus
Replies: 10
Views: 818

Re: send emails

Hello, Sometimes you can't see the forest for the trees. I can use the localhostsrv. which monitors a directory and executes the bat files that are placed in that directory. I then send the emails with a Fivewin programme: Best regards, Otto oOutlook = CREATEOBJECT( "Outlook.Application" ...
by Otto
Mon Apr 24, 2023 12:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: send emails
Replies: 1
Views: 273

Re: oWebView:Eval() in a loop

... each other. In my example, I tried to show the problem that I had when working with webview.Eval() in a loop. It is as follows - 1. Webview.Eval() executes a certain JS script and returns the result to the FW. 2. Only after receiving this result can I continue executing the loop. It is this check ...
by Natter
Fri Feb 17, 2023 7:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oWebView:Eval() in a loop
Replies: 6
Views: 618

Re: chatGPT writes and executes Harbour code !!!

ask ChatGPT use 100 of those listed Keywords for a Christmas Story Answer from ChatGPT Here is a short Christmas story using 100 of the keywords from the Fivewin programming language: It was Christmas Eve and Mary was feeling excited and anxious. She had been working on a special Christmas gift for ...
by Jimmy
Mon Dec 26, 2022 8:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: chatGPT writes and executes Harbour code !!!
Replies: 35
Views: 4492

Re: chatGPT writes and executes Harbour code !!!

If I made ( load the triplets up to 10 instead 90) FUNCTION distanza_matematica(nvalore)    local aTmp := {}    local nTotal,nAt    local i, j, k    FOR i := 1 TO 10        FOR j := i+1 TO 10           FOR k :=j+1  TO 10              nTotal :=distance(i,j,k)                ...
by Silvio.Falconi
Wed Dec 21, 2022 10:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: chatGPT writes and executes Harbour code !!!
Replies: 35
Views: 4492
Next

Return to advanced search