[twsocket] ftp to Table

2005-10-04 Thread Werner
Thanks in advance for any response Werner -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

Re: [twsocket] ftp to Table

2005-10-04 Thread Werner
I like to use ics ftp to transfer the contents direct to a table and not save it first to disk Could this be possible? Now I'm saving to contents to a file on disk, then read the file and save the contents to the table, wich is time comsuming. Now: 1.open the ftp 2. read one or

Re: [twsocket] ftp to Table

2005-10-04 Thread Werner
like the var 'data' has no meaning here. Thanks for your help Werner - Oorspronkelijk bericht - Van: Guillaume MAISON [EMAIL PROTECTED] Aan: ICS support mailing twsocket@elists.org Verzonden: dinsdag, oktober 04, 2005 11:57 Onderwerp: Re: [twsocket] ftp to Table I have a small

[twsocket] Socket server overhead

2005-10-08 Thread Werner
, does it take a lot of resources ?, would it be best to put this in a thread with low priority?, but if I do this, will the communication with the rs232 not take all the attention, so the thread with low priority will not work. Any response on this would be great. Thanks Werner -- To unsubscribe

Re: [twsocket] Socket one to one

2005-10-10 Thread Werner
Thanks, I'll try this - Oorspronkelijk bericht - Van: Wilfried Mestdagh [EMAIL PROTECTED] Aan: ICS support mailing twsocket@elists.org Verzonden: zaterdag, oktober 08, 2005 11:28 Onderwerp: Re: [twsocket] Socket one to one Hello Werner, You always need a listening socket to accept

Re: [twsocket] Socket one to one

2005-10-10 Thread Werner
Thanks, I'll check this out At the server end just use a TWSocket instead of a TWSocketServer if you only need one client. Then it needs to listen: Socket.Listen; and when a connection comes in (SessionAvailable) you accept it: Socket.HSocket := Socket.Accept; Then the connection is

[twsocket] Socket - streams

2005-10-19 Thread Werner
Hi, Does twSocket has a method to use streams I want to recieve some data in a TStringStream Now, I'm using CliSocket.ReceiveStr to recieve data and put this in a buffer until all data is read I wonder if I can read all data in one piece by using streams? Thanks for any suggestions Werner

Re: [twsocket] Socket - TimeOut

2005-10-19 Thread Werner
this. Is there an other way to do this, so far I've red that after the connect, onDataAvailable will fired direct, but is this when also when no data comes in? Thanks Werner - Oorspronkelijk bericht - Van: Wilfried Mestdagh [EMAIL PROTECTED] Aan: ICS support mailing twsocket@elists.org Verzonden

[twsocket] Http - access table or tabular sheet

2006-03-22 Thread Werner
- 110 222 315 I would like to: 1. update this table 2. consult this table Thanks for any suggestions or reading material Greetings Werner -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org

Re: [twsocket] Http - access table or tabular sheet

2006-03-22 Thread Werner
Hi Francois So if I want to make only one simple modification, let's say one record, I can do this with http get - modified - then post the page again ? thx - Oorspronkelijk bericht - Van: Francois Piette [EMAIL PROTECTED] Aan: ICS support mailing twsocket@elists.org Verzonden: woensdag,

Re: [twsocket] Http - access table or tabular sheet

2006-03-22 Thread Werner
all is very new to me... I have x webspace with my service provider. I want to create 1 dynamic page on it. - can I put an ics Http Server on it? or do I need to create other stuff first - or do I need to create this Http Server on my computer, but then I need to run it my computer all the time,

[twsocket] Port number

2006-03-30 Thread Werner
- Werner -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

Re: [twsocket] Port number

2006-03-31 Thread Werner
Werner - Oorspronkelijk bericht - Van: Wilfried Mestdagh [EMAIL PROTECTED] Aan: ICS support mailing twsocket@elists.org Verzonden: vrijdag, maart 31, 2006 10:11 Onderwerp: Re: [twsocket] Port number Hello Werner, It is the exact peer port. I try to explain: -- for a server -- Server

Re: [twsocket] Port number

2006-03-31 Thread Werner
then this socket is released when tcp session is closed, but please explain again, it is not clear to me what you wants. --- Rgds, Wilfried [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html http://www.mestdagh.biz Friday, March 31, 2006, 10:46, Werner wrote: Thank Wilfried, thats

Re: [twsocket] Port number

2006-03-31 Thread Werner
Yes, Wildried I had that in mind, but was hoping to get it from a function. But knowing that I'm not running out of serverports, give me better dreams Thanks a lot Werner - Oorspronkelijk bericht - Van: Wilfried Mestdagh [EMAIL PROTECTED] Aan: ICS support mailing twsocket@elists.org

Re: [twsocket] Disconnect

2006-05-05 Thread Werner
I had something simular. Let the Client or Server close connection. Maybe try not to close client connection, and let server close the connection when done. - Oorspronkelijk bericht - Van: Abdullah AlQasim [EMAIL PROTECTED] Aan: twsocket@elists.org Verzonden: donderdag, mei 04, 2006

[twsocket] TWSocket - send bytes - strange chars

2006-05-23 Thread Werner
simular. So my question is : are their any chars or combination, that could be sensitive ? This question is as wierd then the problem I have :). Thanks for any idees Greetings Werner procedure TMainForm.SendFile(sCmd,sFile:string); var Fs: TFileStream; Buffer: array[0..1023] of byte; iCount

Re: [twsocket] TWSocket - send bytes - strange chars

2006-05-24 Thread Werner
Thanks Wilfried to point me on this possibility, hoped this would be it. I tried only sending bytes 31 and 127 but it remains the same. Rgds, Werner - Oorspronkelijk bericht - Van: Wilfried Mestdagh [EMAIL PROTECTED] Aan: ICS support mailing twsocket@elists.org Verzonden: woensdag

[twsocket] ICS - SMS - How to do

2006-05-24 Thread Werner
Rgds, Werner -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be