Search found 113 matches: fetch

Return to advanced search

Data exchange between PC and Android device on the same loca

... 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 cgi, for now very ...
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: 791

Intercambio de datos entre PC y dispositivo Android en la m

... 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 como cgi, por ahora ...
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: 210

webview: toggle-switch replaceing TSwitch

... can observe how WebView2 updates the XBrowse. I use XBrowse to display the events coming from JavaScript to Fivewin. I am trying to follow the 'fetch syntax' of JavaScript in Fivewin. The goal is to familiarize oneself with mod Harbour and to be able to use the frontend for mod Harbour or Fivewin ...
by Otto
Fri Feb 09, 2024 7:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: webview: toggle-switch replaceing TSwitch
Replies: 1
Views: 144

Re: Conectarse con mariaDB

Esta es la típica situación en que preguntarle a chatGPT ó similar, te empieza a dar sugerencias muy válidas: Insisto: usen la IA para obtener ideas generales y luego profundizen :-) brew install mysql Install MySQL Connector/C: Make sure you have MySQL Connector/C installed on your macOS. You can d...
by Antonio Linares
Mon Jan 01, 2024 2:55 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Conectarse con mariaDB
Replies: 4
Views: 9899

DBF . Commit

... test is not meaningful because he commits after every data record update. Is it really necessary to always commit? Don't the database commands fetch the values from the buffer? Could you possibly clarify this situation? Thank you in advance, Otto https://carles9000.github.io/?search=M%C3%A9tricas ...
by Otto
Fri Oct 20, 2023 11:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2331

Re: SSE example

... mod Harbour. Currently, without SSE (Server-Sent Events), I utilize `setInterval()`, which is similar to `timer()` in Harbour. Then, I use `fetch` to check if there is any new data on the server. Best regards, Otto myInterval = setInterval(LoadItems, 3000); function LoadItems() { let recipients ...
by Otto
Thu May 25, 2023 12:18 pm
 
Forum: mod_harbour
Topic: SSE example
Replies: 19
Views: 4929

Re: ChatGPT

... are right. $0.989 to be exact. I'm still testing and don't really know how much will it cost. In real life my customers could make over 100 such fetches per day. I would have to pass on the cost. But, for my customers this would represent thousands in savings. To fetch one of those ICD10 codes ...
by reinaldocrespo
Tue May 09, 2023 10:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ChatGPT
Replies: 19
Views: 1231

Re: Display jpg via http url

... First run this two line program and then you will know how to use it with other URLs. No need to copy locally. All FWH image functions directly fetch the image from the URL and display.
by nageswaragunupudi
Sat May 06, 2023 3:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Display jpg via http url
Replies: 5
Views: 855

a cuestas con sql server

Estimados compañeros buenos dias molesto su atencion con un tema que me esta produciendo dolores de cabeza tengo una instalacion con ads server y tablas DBF en esta instalacion debo cargar cada noche miles de registros a una base de datos sql server ( ese sql esta en el mismo server ) el caso es que...
by wilsongamboa
Tue Apr 11, 2023 11:32 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: a cuestas con sql server
Replies: 4
Views: 409

Re: FWH MySQL/MariaDB native support docs

Al trsapasar el codigo de un PC donde todo funciona bien con FW 64bits Xharbour a Otro sale este error compilando En que liberia esta las fuciones que falta --------------------Configuración: MENSAWIN - Release-------------------- xHarbour 1.2.3 Intl. (SimpLex) (Build 20201212) Copyright 1999-2020,...
by PAUL SIMM
Sun Mar 05, 2023 6:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH MySQL/MariaDB native support docs
Replies: 12
Views: 13934

Re: ChromeDriver - WebDriver for Chrome

... For eg. Programmatically you can log in to a website, fill in the username and password via our Fivewin, then search for specific data, fetch the data from the HTML table to Excel etc all these processes can be done in an automated manner. Has anybody here already done this using SeleniumBasic ...
by anserkk
Thu Jan 19, 2023 5:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ChromeDriver - WebDriver for Chrome
Replies: 9
Views: 1100

How to Use fetch() with JSON

... fetchtestjson.prg function mainTEMPLATE<!DOCTYPE html><html><head></head><body>        <h1>Fetch test</h1>    <p>This is a paragraph.</p>        <p id="demo">Fetch a file to change this text.</p>    ...
by Otto
Mon Dec 05, 2022 6:55 pm
 
Forum: mod_harbour
Topic: How to Use fetch() with JSON
Replies: 0
Views: 267

Clipboard question

A couple months ago I incorporated a change from this forum, basic code below, to be able to fetch the clipboard contents, edit it, then put the edited version into the get . This stopped working with the last update, in the following code it crashes on the oClp:Open() ...
by rhlawek
Thu Jan 20, 2022 2:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Clipboard question
Replies: 1
Views: 162

Re: xBrowse, xBrowser enhansement - Rao

... of the Fivwin library and is a quick way to view records either Ado ( sql ) or dbfcdx ... It would be nice to add the number of records within the fetch at the bottom of the listbox. Thanks Rick Lipkin
by Rick Lipkin
Fri Mar 26, 2021 4:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse, xBrowser enhansement - Rao
Replies: 3
Views: 716

in php I do this way, but how in fw SOLUCIONADO

Hi, this run ok in php.............but how I do in fw $resulta1 = mysqli_query($conexion, " SELECT * FROM $tabla_db2 WHERE subcta = $cue "); $consulta1 = mysqli_fetch_array($resulta1); $claveve = $consulta1['clave']; $nombre = $consulta1['subnom']; $cuentaoriginal = $consulta1['cta']; $tip...
by D.Fernandez
Sun Nov 29, 2020 12:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: in php I do this way, but how in fw SOLUCIONADO
Replies: 5
Views: 816
Next

Return to advanced search