I just start using procomm plus and Aspect.
I would like to be informed when error occurs in connection.
Do you know a script that displays a msgbox (or plays a sound) when receiving predefined error code as (for example) ERR01?
If this error message is something sent by the remote system, then you could use the when target command to detect it being sent, then call a procedure that performs the necessary steps. Here's an example of how it may look:
when target 0 "ERR01" call display_errmsg
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.