Winsock.sendData

  • Thread starter Anand Nichkaode
  • Start date
A

Anand Nichkaode

Hi,

I am using Winsock control in my XLAM which connects to socket created by
Java and receives command to work upon.

I encountered an error "Run-time Error 1309" which is throws when
Winsock.Sendata(string) is called.

This error appears at randomly. I have added DoEvents before calling
Senddata method.

Does anybody have any idea what is causing Winsock to throw the error?

Thanks in advance.

-Anand
 
Top