Search found 192 matches: writes

Return to advanced search

Re: Data exchange between PC and Android device on the same loca

A FIVEWIN desktop program on the server does the hard work. This FW-program monitors a directory. A PHP program writes a text file to this directory. In the text file the report request is stored. //write Report task $Report = fopen( $filename . "txt", "w"); ...
by Arturo Lopesoria
Fri Feb 23, 2024 11:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 797

RC to PRG generator

... are done designing a dialog box, it is tedious to write the code for each control using REDEFINE ... Here you have an utility that automatically writes the code for you: (work in progress, we do appreciate your feedback) #include "FiveWin.ch"static nButtons := 0, nLbxs := 0, nGets := ...
by Antonio Linares
Sun Feb 11, 2024 3:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RC to PRG generator
Replies: 23
Views: 1202

Re: DBF . Commit

... presented on different Clipper related forums. In Harbour and Clipper: 1. When record or table is unlocked then just before this operations RDD writes all local modifications in table and index files. 2. DBSKIP(0) just like DBGOTO( RECNO() ) writes all local modifications (if any) and then discards ...
by Carles
Mon Oct 23, 2023 4:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2340

Re: DBF . Commit

... is in the database, although the timestamp of the file has not changed. Without the use of UNLOCK, it does not work. Exactly as Mr. Rao writes. Constantly committing stresses the hard drive, especially when using an HDD. This topic became relevant when it was claimed in the mod harbour ...
by Otto
Sun Oct 22, 2023 7:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2340

Re: DBF . Commit

... refreshed. So we are clear that simple Unlock is flushing data and index buffers to the disk buffers of the Windows OS. Ultimately any RDD finally writes the data to the disk using fwrite (or similar function). Harbour can write only to the file buffer of Windows OS, but can not force the OS to ...
by nageswaragunupudi
Sun Oct 22, 2023 2:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2340

Re: DBF . Commit

I think it's important to distinguish between the record buffer and the hard drive cache. Yes. But the documentation says it "hardwrites", same way like "commit". In any case, (x)Harbour can flush its buffers to the OS buffers and but I doubt if (x)Harbour has an control ...
by nageswaragunupudi
Sun Oct 22, 2023 11:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2340

Re: FWH2308: ShowXLSX( cfileXLSX )

DrXlsx writes xlsx files. ShowXlsx() is a FWH function included in the next version to be released. This is not a DrXlsx function. Where Excel is not installed, this function will be available for reading, showing, editing and ...
by nageswaragunupudi
Thu Aug 31, 2023 4:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH2308: ShowXLSX( cfileXLSX )
Replies: 7
Views: 737

Re: autoGPT with Harbour support

This version already remains in a loop until it writes and fixes the Harbour code. No need to touch the keyboard! :-) Please check your OpenAI billing. These auto implementations may consume more than usual. microgpt.py import osimport sysimport ...
by Antonio Linares
Tue Apr 18, 2023 11:32 am
 
Forum: latest AI news
Topic: autoGPT with Harbour support
Replies: 2
Views: 1605

Re: write a test on Image control

... dialog and did oSay:setext(ccod ) now I wanted to insert the string above an image if I use btnbmp I have no problems and the function correctly writes cCod but if I use ximage I don't see the writing printed on the image
by Silvio.Falconi
Mon Feb 13, 2023 10:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: write a test on Image control
Replies: 4
Views: 214

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

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

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

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

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: 2787
Next

Return to advanced search