In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

TipClientHttp doubt

Xailer professional forum in English
Responder
Williams Pacheco
Mensajes: 165
Registrado: Mié Jul 08, 2009 5:26 pm

TipClientHttp doubt

Mensaje por Williams Pacheco »

Dear Friends
I like to know if TipClientHttp () is supported by Harbour or by
xHarbour . I researched about it and just get references to xHarbour .
If is possible use this class on Harbour could you tell me wich
libraries must incorporate to the project?
I've got an error message when trying to run this code
oHttp : = TipClientHttp (): new ( cString )
Thanks for your help
regards
Williams Pacheco
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9252
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

TipClientHttp doubt

Mensaje por ignacio »

Williams Pacheco escribió el jue, 25 diciembre 2014 18:09Dear Friends
I like to know if TipClientHttp () is supported by Harbour or by
xHarbour . I researched about it and just get references to xHarbour .
If is possible use this class on Harbour could you tell me wich
libraries must incorporate to the project?
I've got an error message when trying to run this code
oHttp : = TipClientHttp (): new ( cString )
Thanks for your help
regards
Williams Pacheco
Hello,
I'm afraid I do not know that Harbour class and I do not even know what it does, but you may take a look to the samples on Internet directory (see first Internetwebload). I hope is enough for you.
Regards,
Ignacio Ortiz de Zúñiga
[Equipo de Xailer / Xailer team]
https://www.xailer.com
Cassiano de Oliveira
Mensajes: 475
Registrado: Mar Jul 24, 2012 10:21 pm

TipClientHttp doubt

Mensaje por Cassiano de Oliveira »

I use and made 2 examples are attached, the first shows the public IP and
the second reads a TXT file in the Web and shows in a MEMO object.
I did not need to change anything in compiliar Xailer, but the necessary lib
is HBTIP.
[]´s
Regards.
Cassiano
"Williams Pacheco" wrote in message news:549c44bc$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
Dear Friends
I like to know if TipClientHttp () is supported by Harbour or by
xHarbour . I researched about it and just get references to xHarbour .
If is possible use this class on Harbour could you tell me wich
libraries must incorporate to the project?
I've got an error message when trying to run this code
oHttp : = TipClientHttp (): new ( cString )
Thanks for your help
regards
Williams Pacheco
---
Este email foi escaneado pelo Avast antiví­rus.
http://www.avast.com
--

Attached files _News_Sample_TipClient_Harbour.zip (8.5 KB)Â
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9252
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

TipClientHttp doubt

Mensaje por ignacio »

Hello,
Thanks for the snippets. BTW, the two proceses can be easily accomplished with Xailer own classes.
Regards,
Ignacio Ortiz de Zúñiga
[Equipo de Xailer / Xailer team]
https://www.xailer.com
Cassiano de Oliveira
Mensajes: 475
Registrado: Mar Jul 24, 2012 10:21 pm

TipClientHttp doubt

Mensaje por Cassiano de Oliveira »

Thanks for the tip Ignacio.
I studied the existing TInternet class in Xailer and modified the previos
example to contain the two forms, both using TipClient as the Native Class
(TInternet) of Xailer.
[]´s
Regards,
Cassiano.
"Ignacio Ortiz de Zúñiga" wrote in message
news:54a049ad$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
Hello,
Thanks for the snippets. BTW, the two proceses can be easily
accomplished with Xailer own classes.
Regards,
--
Ignacio Ortiz de Zúñiga
[Equipo de Xailer/Xailer team]
http://www.xailer.com
http://www.xailer.info
---
Este email foi escaneado pelo Avast antiví­rus.
http://www.avast.com
--

Attached files _News_Sample_TipClient_Harbour.zip (8.8 KB)Â
Williams Pacheco
Mensajes: 165
Registrado: Mié Jul 08, 2009 5:26 pm

TipClientHttp doubt

Mensaje por Williams Pacheco »

El 28/12/2014 02:19 p.m., Ignacio Ortiz de Zúñiga escribió:
> Hello,
> Thanks for the snippets. BTW, the two proceses can be easily
> accomplished with Xailer own classes.
> Regards,
Thanks both of you for your tips
Sorry for the delay
Regards
Williams Pacheco
Responder