Joy Conner
15th July 2003, 16:07
I have an application in production that runs in GUI mode and my users are not happy using the mouse and the tab key. So, I'm playing with the ascii interface and I have a problem.
Currently the program uses a scanner to read the production order number, the user MUST key the number of pieces and press the tab key. Then the program executes a vb script that reads weight data through the serial port where a scale attached.
I am using commands such as app_start() and app_status(). The return value from app_start is a positive number so I believe this is appropriate. But when the command app_status() is executed, the program hangs in debug mode. I cannot tell that the program is running using my task manager.
Can someone enlighten me? Are these commands not appropriate in ascii mode?
Currently the program uses a scanner to read the production order number, the user MUST key the number of pieces and press the tab key. Then the program executes a vb script that reads weight data through the serial port where a scale attached.
I am using commands such as app_start() and app_status(). The return value from app_start is a positive number so I believe this is appropriate. But when the command app_status() is executed, the program hangs in debug mode. I cannot tell that the program is running using my task manager.
Can someone enlighten me? Are these commands not appropriate in ascii mode?