Search found 187 matches: executes

Return to advanced search

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: 2324

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: 1627

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: 1627

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: 525

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: 241

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: 418

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: 2785

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: 2785

Re: chatGPT writes and executes Harbour code !!!

If I made FUNCTION distanza_matematica(nvalore)    local aTmp := {}    local i, j, k    FOR i := 1 TO 90        FOR j := i+1 TO 90           FOR k := j+1 TO 90            I...
by Silvio.Falconi
Wed Dec 21, 2022 9:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: chatGPT writes and executes Harbour code !!!
Replies: 35
Views: 2785

Re: chatGPT writes and executes Harbour code !!!

I need a function calc the cyclometric distance between 3 numbers , the number must b from 1 to 90 , on array of 3 element and the distance must be equal to nvalore for esample 1 this to create the array FUNCTION distanza_ciclometrica(nvalore)   local aTmp := {}  &nb...
by Silvio.Falconi
Wed Dec 21, 2022 9:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: chatGPT writes and executes Harbour code !!!
Replies: 35
Views: 2785

Re: chatGPT writes and executes Harbour code !!!

hi Silvio,
Silvio.Falconi wrote:No i must make an Array with 3element

i´m just asking as it remind me of Problem when work with "Delaunay-Triangulierung"
by Jimmy
Tue Dec 20, 2022 6:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: chatGPT writes and executes Harbour code !!!
Replies: 35
Views: 2785

Re: chatGPT writes and executes Harbour code !!!

Jimmy wrote:hi Silvio,

your Function CalcoloDistanza(n1, n2, n3) have 3 x Parameter

Question : are these 3 Parameter point of a Triangle :?:


No i must make an Array with 3element
by Silvio.Falconi
Tue Dec 20, 2022 1:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: chatGPT writes and executes Harbour code !!!
Replies: 35
Views: 2785

Re: chatGPT writes and executes Harbour code !!!

hi Silvio,

your Function CalcoloDistanza(n1, n2, n3) have 3 x Parameter

Question : are these 3 Parameter point of a Triangle :?:
by Jimmy
Mon Dec 19, 2022 11:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: chatGPT writes and executes Harbour code !!!
Replies: 35
Views: 2785

Re: chatGPT writes and executes Harbour code !!!

Dear Silvio, Please a MsgInfo() abve the call to AAdd() and check if the condition is working Antonio , this afternoon I've always been in the chat ( https://chat.openai.com/chat ) and in the end I managed to find a solution for three out of 2 functions mathematical sum run ok FUNCTION ...
by Silvio.Falconi
Mon Dec 19, 2022 9:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: chatGPT writes and executes Harbour code !!!
Replies: 35
Views: 2785
Next

Return to advanced search