Página 1 de 1

TipClientHttp doubt

Publicado: Jue Dic 25, 2014 6:09 pm
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

TipClientHttp doubt

Publicado: Vie Dic 26, 2014 10:50 am
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,

TipClientHttp doubt

Publicado: Sab Dic 27, 2014 11:29 pm
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)Â

TipClientHttp doubt

Publicado: Dom Dic 28, 2014 7:19 pm
por ignacio
Hello,
Thanks for the snippets. BTW, the two proceses can be easily accomplished with Xailer own classes.
Regards,

TipClientHttp doubt

Publicado: Lun Dic 29, 2014 3:56 am
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)Â

TipClientHttp doubt

Publicado: Sab Ene 17, 2015 1:55 pm
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