Page History
...
If function execution fails, you can retrieve a text error message by calling the Get_Status function. For example, to display an error message on the screen, include the following error handling routine in your code:
Code Block |
---|
Get_Status(ErrMsg) Msg(@window, ErrMsg) |
...