Search found 6450 matches: server

Return to advanced search

Re: Problema super raro

Ok. This can be done in different ways. Let us now try the 1st method. FWH provides a cloud server for our testing. Let us use this server for our tests. Creating temporary table with data from the permanent table: oCn:Execute( "SELECT * INTO [TBL_TEMP] FROM ...
by nageswaragunupudi
Sun Mar 24, 2024 12:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema super raro (SOLUCIONADO)
Replies: 10
Views: 208

Re: Mr Rao :SetFilter no funciona

... in memory and filter is applied on data which is already in the memory. Filters, sorting, seeking are all done in memory and do not read from the server. So there is no dependance at all on the indexes on the server.
by nageswaragunupudi
Sat Mar 23, 2024 7:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mr Rao :SetFilter no funciona
Replies: 11
Views: 204

Re: BackUp [cCondition]

... and try this method of saving full or a part of the table to DBF METHOD SaveToDBF( cSql, cDbf, lForUpdate ) or Copy table to another server METHOD CopyTableToServer( cTable, oDest ) oDest is the connection object to the backup server.
by nageswaragunupudi
Tue Mar 05, 2024 2:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BackUp [cCondition]
Replies: 1
Views: 130

New FTDN February 2024 (FWH 24.02)

... How to view oem box chars in a Winodws application. * samples\mariabig.prg: Read and Browse table with 4.1 million records from mysql cloud server using RecSet() class FWHMaria lib * Enhancement: Class TWebView() new METHOD Dispatch( bAction ) where bAction is a codeblock that gets the hWebView ...
by Antonio Linares
Sat Mar 02, 2024 8:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2024 (FWH 24.02)
Replies: 1
Views: 137

Re: XAMPP through PortableApps.com or Server2Go

... :-) ). If you want to work directly against html it is very easy. You go to RX Menu->Config->enable path \html, save changes and restart server Case A. In the \html folder create the otto.prg file function main()    local cHtml := ''        USE .\data\test SHARED NEW         TEXT ...
by Carles
Thu Feb 29, 2024 3:06 pm
 
Forum: mod_harbour
Topic: XAMPP through PortableApps.com or Server2Go
Replies: 11
Views: 374

XAMPP through PortableApps.com or Server2Go

... Both of these solutions offer a convenient way to create a portable web development environment, allowing you to easily carry and run a web server along with other essential tools directly from portable storage devices. They are particularly useful for developers who need to demonstrate ...
by Otto
Thu Feb 29, 2024 7:20 am
 
Forum: mod_harbour
Topic: XAMPP through PortableApps.com or Server2Go
Replies: 11
Views: 374

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

... in a scenario where due to its characteristics with Harbor We can still deliver a small final product where even the end user's Laptop is the Server that serves one, two or three portable collection terminals (PDAs) that lives all in the same site.
by Arturo Lopesoria
Wed Feb 28, 2024 6:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 540

Re: Impresoras en Terminal Server

Buena tarde... Lo solucione asi : // M->cImpRemNr1 := IMPRESORA_DEFINIDA_POR_DEFECTO(1)  // IMPRESORA PRINCIPAL// M->cImpRemNr2 := IMPRESORA_DEFINIDA_POR_DEFECTO(2)  // IMPRESORA ALTERNAfunction buscaImpresoraRedireccionada() local aPrinters := GetPrinters(.T.), j := 0 local nP...
by russimicro
Sat Feb 24, 2024 9:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Impresoras en Terminal Server
Replies: 6
Views: 300

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

... always been a taboo in the harbour world, that the source code be visible. In today's large frameworks, most of the code is visible, BUT on the server side, where it runs, a server that in principle ONLY the administrator has access to. That's why it makes me laugh when I read many times that ...
by Carles
Sat Feb 24, 2024 7:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 540

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

... 14, 2018—long before the introduction of Mod Harbor. Now, you can achieve the same results with Mod HARBOUR. I provided the link to illustrate the server hardware we utilize. As mentioned in the most recent post, we are currently employing this hardware for RDP and Apache server applications for ...
by Otto
Sat Feb 24, 2024 12:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 540

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 ...
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: 540

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

... It's not like when you develop a program, it's immediately used by thousands at the same time. You grow into it. I myself use our own in-house servers with all clients. We work in parallel from mod harbour and over RDP on the same server. Years ago, we switched all our users to Remote Desktop. ...
by Otto
Fri Feb 23, 2024 8:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 540

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

Otto:
Thank you so much.

That seems to be exactly what I'm looking for:

How to configure the server and/or a harbor module to respond appropriately to a request from a PWA that is on a different Origin, avoiding violating the CORS policy

I will review it very carefully.
Thanks in advance
by Arturo Lopesoria
Fri Feb 23, 2024 7:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 540

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 there raises a problem, ...
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: 540
Next

Return to advanced search