Re: URGENT - Autodisconnect (General questions)
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:
- URGENT - Autodisconnect - Fahad, 2005-07-30, 09:30
- Re: URGENT - Autodisconnect - wodSupport, 2005-07-30, 11:52
- Re: URGENT - Autodisconnect - Fahad, 2005-08-01, 07:49
- Re: URGENT - Autodisconnect - wodSupport, 2005-08-01, 23:20
- Re: URGENT - Autodisconnect - Fahad, 2005-08-01, 07:49
- Re: URGENT - Autodisconnect - wodSupport, 2005-07-30, 11:52