Search found 126 matches: standalone

Return to advanced search

Re: Soap Web Service

... First, create a XML var .. cXML := '<?xml version="1.0" encoding="UTF-8" standalone="no"?><SOAP-ENV:Envelope '+; 'xmlns:SOAP-ENV="http://www.w3.org/2003/05/soap-envelope" xmlns:s="http://www.w3.org/2001/XMLSchema" ...
by ramirezosvaldo2
Thu Jan 27, 2022 8:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Soap Web Service
Replies: 7
Views: 906

Database vs File system storage

... not good enough for the problem at hand. mod harbour changes so much for us FIVEWINNERS. We have our data on a single machine and use it like on a standalone system. What do you think? Best regards, Otto
by Otto
Sun Jan 16, 2022 10:25 am
 
Forum: mod_harbour
Topic: Database vs File system storage
Replies: 1
Views: 247

Re: Enviar por POST a webservice

Cesar, As I said, I built my sample without using the complete TWeb. I extracted all the functions and built a standalone upload.prg. I think you need GetMsgUpload() from twebapache.prg. Charly: I don't know it we are allowed to repost TWeb source code? Best regards, Otto Please, ...
by Carles
Thu Jan 06, 2022 8:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Enviar por POST a webservice
Replies: 19
Views: 1614

Re: Enviar por POST a webservice

Cesar,

As I said, I built my sample without using the complete TWeb. I extracted all the functions and built a standalone upload.prg.

I think you need GetMsgUpload() from twebapache.prg.

Charly: I don't know it we are allowed to repost TWeb source code?

Best regards,
Otto
by Otto
Thu Jan 06, 2022 7:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Enviar por POST a webservice
Replies: 19
Views: 1614

Re: To Maurizio, to Dutch

... you can also have it on the same device on which you run the "Cloud program" in the web browser. This gives you the same conditions as a standalone or a program that accesses via the company network. Best regards, Otto
by Mulyadi
Sun Dec 12, 2021 2:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Maurizio, to Dutch
Replies: 29
Views: 2199

Re: To Maurizio, to Dutch

... you can also have it on the same device on which you run the "Cloud program" in the web browser. This gives you the same conditions as a standalone or a program that accesses via the company network. Best regards, Otto
by Otto
Thu Dec 09, 2021 1:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Maurizio, to Dutch
Replies: 29
Views: 2199

Re: Error de Ejecuccion Con BCC74 de 64 bits

... que hacer un pequeño cambio en el fichero de manifiesto que se proporciona con FWH 64: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <assemblyIdentity ...
by Antonio Linares
Wed Nov 03, 2021 12:50 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error de Ejecuccion Con BCC74 de 64 bits
Replies: 8
Views: 977

Re: no PHP on the APACHE web server

... Thank you. As you know, WINHOTEL is always installed on a Remote Server. This way we have no problems with LAN as we access locally. The same as a standalone desktop program. Same with mod harbour. If you have your DBF files stored on the mod harbour server, all is locally. Best regards, Otto
by Otto
Tue Aug 24, 2021 4:43 pm
 
Forum: mod_harbour
Topic: no PHP on the APACHE web server
Replies: 6
Views: 709

Re: Xbrowse : Setup configuration file

... a good setup system. Personel I would prefer a Xbrowse to hold the settings above a INI file. Maybe Mr. Rao prefers to have a setup system as a standalone class that can be included if the programmer would like to use it. It's up to us then to have a class/function to link in or Mr. Rao provides ...
by Marc Venken
Thu Apr 15, 2021 9:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : Setup configuration file
Replies: 5
Views: 1219

Re: CONTENIDO FACTURA ELECTRÓNICA

... Busca en este foro y encontrarás el proceso para hacerlo. - Interviniendo el usuario se puede hacer con el programa de terceros: Standalone.exe --> Búscalo en google. Saludos. LORENZO.
by Loren
Fri Oct 16, 2020 12:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CONTENIDO FACTURA ELECTRÓNICA
Replies: 2
Views: 628

Re: Problema DPI y tamaño de texto al 150% en windows 10

... bueno !. tambien he modificado un poco mi manifest file con lo que ellos recomiendan. <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <asmv3:application ...
by Carles
Fri Mar 01, 2019 6:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema DPI y tamaño de texto al 150% en windows 10
Replies: 5
Views: 1416

Re: Problema DPI y tamaño de texto al 150% en windows 10

tambien he modificado un poco mi manifest file con lo que ellos recomiendan. <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <asmv3:application ...
by carlos vargas
Thu Feb 28, 2019 9:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema DPI y tamaño de texto al 150% en windows 10
Replies: 5
Views: 1416

Re: Question to TRBtn

Antonio, I us it as standalone-button!
by byte-one
Tue Dec 18, 2018 8:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question to TRBtn
Replies: 8
Views: 1216

Re: Fatturazione Elettronica

... non si puo' usare direttamente la classe TXmlDocument() oXml := TXmlDocument():new( '<?xml version="1.0" encoding="UTF-8" standalone="yes"?>' ) oXmlNode := TXmlNode():new( , '<p:FatturaElettronica versione="FPA12"',; { "xmlns:ds" => ...
by Silvio.Falconi
Wed Dec 05, 2018 10:36 am
 
Forum: All products support
Topic: Fatturazione Elettronica
Replies: 91
Views: 63544

Building a standalone Windows C app

Sometimes we may need to build a small Windows app using C language to solve a specific issue. Here you have how to do it :-) A veces podemos necesitar construir una pequeña aplicación en Windows usando el lenguaje C para solucionar un tema específico. Aquí teneis como hacerlo :-) Simply do go.bat c...
by Antonio Linares
Sat Mar 17, 2018 8:19 am
 
Forum: Utilities / Utilidades
Topic: Building a standalone Windows C app
Replies: 0
Views: 629
PreviousNext

Return to advanced search