Re: URGENT - Autodisconnect - WeOnlyDo Discussion board

Re: URGENT - Autodisconnect (General questions)

by wodSupport, Saturday, July 30, 2005, 11:52 (7055 days ago) @ Fahad

Fahad,

set Blocking = True, blocking property will make sure component doesn't return to your code until it connects.

Also, Command property isn't for what you think it is, please read helpfile. You can set Command property before calling connect so that component overrides shell (and executes your commands instead) upon connection.

You should use Send, Execute and Waitfor methods after you connect to send commands.


Complete thread: