Click to See Complete Forum and Search --> : MSComm Control...


mirage
July 6th, 1999, 08:45 AM
I am working with the Microsoft Communications Control in Visual FoxPro 6.0 and am looking for more information on how to control it. I would especially like to find an example of how to automate a login to a host machine.

I am able to dial in but am unsure that the logins are being given to the host at the correct time. It appears that the application is running through the code to fast and misses my triggers.

Any suggestions or ideas you have are welcome.

mirage

mirage
July 8th, 1999, 12:44 PM
I found in my research to my question that using a simple statement:
WAIT WINDOW "commandx" TIMEOUT 2
slows down the execution of the code, just long enough for the control to finish its job.

mirage