After receiving data from the serial port, I begin processing it. While
processing, sometimes the processing code finds a string that needs to
be corrected by the user before it can continue. I can use MsgBox to
interrupt the processing and notify the user of the error. Works
perfectly. What I'd rather do is have a window open that allows the
user to enter corrected data. Unfortunately the processing continues
without interruption creating errors. Is there a way when opening a
window to cause the code in another window to stop as with the msgBox?
I'm stumped.
Thanks for your help!
Barry
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://www.realsoftware.com/listarchives/lists.html>
|