Search found 137 matches: sends

Return to advanced search

xbrowse (likely a custom table) whose contents change dynam

... fetch then calls the mod harbour program data.prg. A JSON string is passed to the server through the body property of the fetch request. fetch sends: filterData in the body to the mod harbour program: filterData is a JavaScript object that contains the data you want to send to the server JSON.stringify(filterData) ...
by Otto
Sat May 04, 2024 7:42 am
 
Forum: mod_harbour
Topic: xbrowse (likely a custom table) whose contents change dynam
Replies: 0
Views: 71

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

... Best regards, Otto Hello friends, Here you see the source code how the mod harbour web APP sends the data with AJAX and how on the server a program gets the data and appends to a DBF file. We delete the local storage if we get back success ...
by Otto
Fri Feb 23, 2024 8:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 828

Re: DBF . Commit

... buffer so record has to be read again when any field is accessed. 3. DBCOMMIT() writes all local modifications in table and index files then it sends to system or file server request to flush (write) its disk buffers to physical device (HARD COMMIT). It's out of application control what OS (or ...
by Carles
Mon Oct 23, 2023 4:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2435

Re: DBF . Commit

... using an HDD. This topic became relevant when it was claimed in the mod harbour group that committing was necessary. However, committing simply sends an additional request to Windows to write the data immediately. Normally, Windows writes data as needed by the disk operating system. It also ...
by Otto
Sun Oct 22, 2023 7:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2435

Re: hb_cdxPageSeekKey how to intercept this error

... no way for me to understand procname() procline and table For this reason, how can I simulate with an ad hoc program a corruption of an index that sends the program into that error? When one of my programs goes into error I usually read customized error files and I can often manage the error automatically. ...
by MarcoBoschi
Thu Oct 19, 2023 6:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_cdxPageSeekKey how to intercept this error
Replies: 18
Views: 846

Force dialog to foreground

... screens ( as some programs do ) so its hard to retrieve the dialog back to the desired one. If dialog 1 is closed #2 is visible, but since it sends data back to 1, it crashes the system. So I need to keep it forced to the foreground. This is NOT an MDI program so that is not the issue Sent ...
by TimStone
Fri Apr 21, 2023 3:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Force dialog to foreground
Replies: 10
Views: 716

Ftp uploading files

Hi,

Is anyone using any ftp classes that actually work? I tested some examples here on the forum and it even connects but it sends the file with zero size.

Thanks in advance.
by wartiaga
Wed Mar 29, 2023 2:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ftp uploading files
Replies: 5
Views: 349

Re: how to get "Userdef" EVENT for ACTION

... The FindText function does not perform a search operation. Instead, the dialog box sends FINDMSGSTRING registered messages to the window procedure of the owner window of the dialog box. When you create the dialog box, the hwndOwner ...
by Jimmy
Tue Mar 28, 2023 3:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to get "Userdef" EVENT for ACTION
Replies: 5
Views: 407

save data with AJAX

Hello friends, Here you see the source code how the mod harbour web APP sends the data with AJAX and how on the server a program gets the data and appends to a DBF file. We delete the local storage if we get back success from the server. If there raises a problem, ...
by Otto
Tue Aug 30, 2022 3:32 pm
 
Forum: mod_harbour
Topic: save data with AJAX
Replies: 0
Views: 219

Fivewin CDO.Message Gmail App Password

I have many applications running at many customers. If my error system triggers it automatically sends an email with the error log to my email. This worked great for many years. Then a couple of years ago Goggle (with their infinite wisdom) decided to not allow this, so ...
by byron.hopp
Tue Aug 16, 2022 12:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin CDO.Message Gmail App Password
Replies: 3
Views: 361

Re: How to Curl for text messaging

... "Trace.log", curl_easy_strerror( nError ) )      endif    endif   curl_global_cleanup()RETURN NIl  Twilio sends any replies as an http post web hook. So you would need to have an http server capable of receiving posts. After writing this whole project with ...
by NWKL
Sat Aug 13, 2022 11:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Curl for text messaging
Replies: 17
Views: 2288

Re: New Fivewin with new PDF

... This seems to happen right when I attempt to attach the file using the oEmailMsg:AddAttachment method. If I don't include an attachment the email sends fine. Is there a way to get better information on the Argument error to help debug? Thanks,
by byron.hopp
Mon Apr 04, 2022 11:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Fivewin with new PDF
Replies: 12
Views: 979

Upload / Download multiple FTP files

Good morning gentlemen

I need to upload and then download several image files (JPG) via FTP automatically, that is, a routine that sends files from one directory and another that downloads from FTP and writes to a directory on the other side.

Thanks
by Ladinilson
Mon May 10, 2021 2:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Upload / Download multiple FTP files
Replies: 1
Views: 405

Re: Speedtest CLIPPER vs. xHarbour - COMMIT

... commit requests in some short time period, f.e. 1 sec. and then send them as one. But I only guess. Anyhow it's not Harbour problem. Harbour only sends commit request for open file handle to the OS and this is single function call inside each user dbCommit() if _SET_HARDCOMMIT is not disabled. ...
by Antonio Linares
Fri Apr 30, 2021 12:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Speedtest CLIPPER vs. xHarbour - COMMIT
Replies: 20
Views: 5761

Errsysw not working

... from the same source directory. When an error occurs, instead of errsysw showing a popup screen with the error and all the data, the program just sends the steps to an hb_out.log file. I must be overlooking a setting somewhere. Any ideas would be appreciated. It is NOT a problem with the errsysw.prg, ...
by TimStone
Tue Feb 23, 2021 9:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Errsysw not working
Replies: 5
Views: 537
Next

Return to advanced search