Hello albert,
thanks for feedback.
---
Rgds, Wilfried [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html
http://www.mestdagh.biz
Thursday, January 19, 2006, 21:51, albert drent wrote:
> The CloseDelayed in the ondatasent was the solution THANKS!!! It's
> sooo logical I'm ashamed I didn'
The CloseDelayed in the ondatasent was the solution THANKS!!! It's sooo logical
I'm ashamed I didn't see that.
The crlf in the encrypted data is taking care of, but you're right, this was an
isue.
Thank you all again.
Albert
--
To unsubscribe or change your settings for TWSocket mailing list
>> Display(IntToStr(SendStr(Encrypt(AnswerData.CommaText) + #13#10))+'bytes
>> sent');
>> CloseDelayed;
>
> There could be 2 problems here. The first is Close already mentioned by
> Arno, and the other is Encrypt. Are you sure #13#10 will be never in
> your encrypted string ?
Well seen.
--
Contr
Hello Albert,
> Display(IntToStr(SendStr(Encrypt(AnswerData.CommaText) + #13#10))+'bytes
> sent');
> CloseDelayed;
There could be 2 problems here. The first is Close already mentioned by
Arno, and the other is Encrypt. Are you sure #13#10 will be never in
your encrypted string ?
---
Rgds, Wilfr
drent" <[EMAIL PROTECTED]>
To:
Sent: Wednesday, January 18, 2006 11:40 PM
Subject: [twsocket] [re] databuffer is cut off
> I am using ICS, the components I use are TWSocketServer and TWSocket. I try
> to send a large string
with
>
> Display(IntToStr(SendStr(En
albert drent wrote:
> I am using ICS, the components I use are TWSocketServer and TWSocket. I
> try to send a large string with
>
> Display(IntToStr(SendStr(Encrypt(AnswerData.CommaText) + #13#10))+'bytes
> sent'); CloseDelayed;
>
> The bytecount tells me that all is sent. But on the receive it
I am using ICS, the components I use are TWSocketServer and TWSocket. I try to
send a large string with
Display(IntToStr(SendStr(Encrypt(AnswerData.CommaText) + #13#10))+'bytes sent');
CloseDelayed;
The bytecount tells me that all is sent. But on the receive it is cut of...
procedure TDM.C