| Home | Previous Lesson: Using Error Service Next Lesson: Sourcing Error Messages |
To turn on the error service, you need to call of_SetError(TRUE). It is available at the application manager. Either of the following is good place to call this function.
This.of_SerError(TRUE) |
If you run the application at this point, you will see the error message as shown in the picture. When you enable the error service, you need to source the error messages. You might ask "Why should I source the error message when it's already available in the ERROR object?" Good question.
| Home | Previous Lesson: Using Error Service Next Lesson: Sourcing Error Messages |