On Oct 15, 2007, at 05:20, João Gonçalves wrote:

> When I receive data, with the function
> TTcpSrvForm::ClientDataAvailable(TObject *Sender, WORD Error), Ii do 
> the
> parsing of the string received and put it on a database. The problem 
> is when
> I have 2 clients, part of the information is ignored. I think it’s 
> because
> the same receive function is used by booth clients, is this true? And 
> if so,
> how can I solve this problem,

Are you using line mode?  Otherwise, the event will be triggered every 
time there is some data in the buffer, not when the entire data has 
been received.

        dZ.

-- 
        DZ-Jay [TeamICS]
        http://www.overbyte.be/eng/overbyte/teamics.html

-- 
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

Reply via email to