Search found 121 matches: ajax

Return to advanced search

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 from the server. If ...
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: 768

Data exchange between PC and Android device on the same loca

... since it is a TRIVIAL local website between a PC and one or two Android Devices. 3.- The Client and the server should be able to communicate via $Ajax, HttpRequest, Fetch-Api or perhaps WebSocket? I'M STILL TRYING WITH UHTTPD A.- For the BACK-END SERVER side (CGI Module) I use a prg compiled as ...
by Arturo Lopesoria
Tue Feb 20, 2024 11:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 768

Intercambio de datos entre PC y dispositivo Android en la m

... ya que es una web local TRIVIAL entre una PC y uno o dos Dispositivos Android. 3.- El Cliente y el servidor deberan poder comunicarse vía $Ajax, HttpRequest, Fetch-Api o tal vez WebSocket? AUN SIGO INTENTANDO CON UHTTPD A.- Para el lado SERVIDOR BACK-END (Módulo CGI) uso un prg compilado ...
by Arturo Lopesoria
Tue Feb 20, 2024 10:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Intercambio de datos entre PC y dispositivo Android en la m
Replies: 2
Views: 201

Re: WEBVIEW2 and xBrowse

... one of the reasons could be development assistance from ChatGPT. https://mybergland.com/fwforum/prepdatasend.mp4 In this case, I used AJAX to pass data to the mod_harbour module, but you can easily change it to use the sendToFW/fromjavascript function. Best regards, Otto
by Otto
Tue Feb 06, 2024 4:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WEBVIEW2 and xBrowse
Replies: 7
Views: 390

Re: future of Rich Text Editor maybe time to start with WEBVIEW

... Check out the GIF. We would now need to program a dual adapter, so that when working in the Webview, save2FWH is called, and otherwise the AJAX function. Here is the link to enter your email. I will then send you the download link. If you don't receive a response within one working day, ...
by Otto
Sat Jan 27, 2024 7:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: future of Rich Text Editor maybe time to start with WEBVIEW
Replies: 19
Views: 1686

Re: Primer paso en webview

... gestión me gustaría conocer posibles utilidades. Viendo el código, necesitas un nivel de conocimiento html,css y js, en el creas una petición vía ajax a un fichero php para validar credenciales. Es decir, esto implica que también tienes de conocer php y tener un servidor tipo p.e. apache para ...
by leandro
Tue Aug 22, 2023 3:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Primer paso en webview
Replies: 12
Views: 827

Re: Primer paso en webview

... gestión me gustaría conocer posibles utilidades. Viendo el código, necesitas un nivel de conocimiento html,css y js, en el creas una petición vía ajax a un fichero php para validar credenciales. Es decir, esto implica que también tienes de conocer php y tener un servidor tipo p.e. apache para ...
by albeiroval
Fri Aug 18, 2023 12:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Primer paso en webview
Replies: 12
Views: 827

Re: Primer paso en webview

... gestión me gustaría conocer posibles utilidades. Viendo el código, necesitas un nivel de conocimiento html,css y js, en el creas una petición vía ajax a un fichero php para validar credenciales. Es decir, esto implica que también tienes de conocer php y tener un servidor tipo p.e. apache para ...
by Carles
Thu Aug 17, 2023 10:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Primer paso en webview
Replies: 12
Views: 827

password manager with mod harbour

... parameters. In the DBF file, the encrypted password and the initialization vector are stored. Both values are retrieved from the DBF file using an AJAX request. Decryption takes place on the client-side in the web browser. The encryption key is not stored; it is the master password and must always ...
by Otto
Mon Jul 24, 2023 9:09 pm
 
Forum: mod_harbour
Topic: password manager with mod harbour
Replies: 4
Views: 621

AJAX - DBF - Callback

Hello friends, I have 2 tables that I populate with AJAX. I have now noticed that such a short interval between the calls, practically within a millisecond, occasionally leads to a problem with the evaluation using .done and .fail. Now I have changed ...
by Otto
Sun Jul 23, 2023 2:33 pm
 
Forum: mod_harbour
Topic: AJAX - DBF - Callback
Replies: 0
Views: 304

Re: Webview question

I think with webview2, it is now possible to develop a single user interface for both the web and the desktop . Simply by replacing the function 'SendToFWH' with an AJAX call, one can change the access: either web browser or webview2.
by Otto
Tue Jul 04, 2023 6:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Webview question
Replies: 36
Views: 2929

Re: SSE example

... client (web page) over a single, long-lived HTTP connection. SSE can be a more efficient and reliable approach compared to interval requests with AJAX, which is what I currently use. Would you be willing to share your code? Best regards, Otto The way mod_harbour is implemented is to insert HTML ...
by ssbbs
Thu May 25, 2023 4:24 am
 
Forum: mod_harbour
Topic: SSE example
Replies: 19
Views: 4921

Re: SSE example

... client (web page) over a single, long-lived HTTP connection. SSE can be a more efficient and reliable approach compared to interval requests with AJAX, which is what I currently use. Would you be willing to share your code? Best regards, Otto
by Otto
Wed May 24, 2023 5:46 pm
 
Forum: mod_harbour
Topic: SSE example
Replies: 19
Views: 4921

RECIPIENT from Dummy data to real data from DBF

RECIPIENT from Dummy data to real data from DBF file with AJAX

https://mybergland.com/fwforum/invoicingadress.mp4
by Otto
Fri Dec 09, 2022 10:43 am
 
Forum: mod_harbour
Topic: RECIPIENT from Dummy data to real data from DBF
Replies: 0
Views: 311

FileExplorer - modHarbour

Hello friends, I am working on a FileExplorer. So far, it is working fine. An onchange posts an AJAX request to the server. Harbour functions (directory()) check the directories and send back an ARRAY (JSON) with the files and the folders - in case these are change, too. ...
by Otto
Sat Nov 26, 2022 7:57 am
 
Forum: mod_harbour
Topic: FileExplorer - modHarbour
Replies: 0
Views: 305
Next

Return to advanced search