Re: [twsocket] Downloading a webpage, including its pictures. How??

2005-10-29 Thread Public
Do you have any examples of how to use THttpCli for tasks like this? /Perry Arno Garrels wrote: >Public wrote: > > >>Hello, >> >>I would like to download a webpage, including all its pictures, to my >>local harddrive. >>I will later use the local

[twsocket] Downloading a webpage, including its pictures. How??

2005-10-28 Thread Public
Hello, I would like to download a webpage, including all its pictures, to my local harddrive. I will later use the local file and display this in a Twebbrowser. How can I do this? Which components do you recommend me to use? /Perry Jönsson -- To unsubscribe or change your settings for TWSocket

[twsocket] Z39.50

2005-10-26 Thread Public
Hello, This is not directly a ICS question or issue however someone here might have experience and may guide me. Has anyone ever developed a Z39.50 client? A client that can search for a book in a public library's database. If so, please contact me directly. Regards Perry Jönsson -

Re: [twsocket] HTTPCli.Post - removing spaces!

2005-09-20 Thread Public
Thanks, now it works. I did URLEncode on sData, URLEncode(sData); /Perry Francois PIETTE wrote: >Try like this: > > sData := 'CustomerNo=' + UrlEncode(MainWnd.FCustomerNumber) + '&' + >'Pwd=' + UrlEncode(MainWnd.FPwd) + '&' + >'Subject=' + UrlEncode(dbEditSubject.Tex

Re: [twsocket] HTTPCli.Post - removing spaces!

2005-09-20 Thread Public
mework, freeware) >http://www.overbyte.be > > >- Original Message - >From: "Public" <[EMAIL PROTECTED]> >To: "ICS support mailing" >Sent: Tuesday, September 20, 2005 1:51 PM >Subject: Re: [twsocket] HTTPCli.Post - removing spaces! > &

Re: [twsocket] HTTPCli.Post - removing spaces!

2005-09-20 Thread Public
ECTED] >Author of ICS (Internet Component Suite, freeware) >Author of MidWare (Multi-tier framework, freeware) >http://www.overbyte.be > > >- Original Message - >From: "Public" <[EMAIL PROTECTED]> >To: >Sent: Tuesday, September 20, 2

[twsocket] HTTPCli.Post - removing spaces!

2005-09-20 Thread Public
Hello, I am using HTTPCli to post data to a web-site. Example code is: sData := 'CustomerNo=' + MainWnd.FCustomerNumber + '&' + 'Pwd=' + MainWnd.FPwd + '&' + 'Subject=' + dbEditSubject.Text; HttpCli1.SendStream := TMemoryStream.Create; HttpCli1.SendStre