My script to log out of a Client/Server session is sometimes having
problems. It looks something like this (using VB6):

Do
  WS.Key "{ESC}"
  WS.Wait 2
Loop Until Not (WS.Active)

 I have a suspicion that the 'Active' is not always correct. Is there
another way to check if the session is still active or maybe a better way to
log out and close out the session?

Thanks.

Joe Strauss
Senior Programmer/Analyst
Specialty Laboratories @ <www.specialtylabs.com>
(310) 828-6543 ext. 1240


Reply via email to