I have created a input panel that is read by a Rexx program
the program then verifies the information entered on the screen. What I want to happen is as the program finds errors on the input I want them to be displayed back on the input screen. Example:
err1
err2
err3
err4 and so on
I need to setup part of the input panel as a dynamic area the then show all of the errors at once.
the program then verifies the information entered on the screen. What I want to happen is as the program finds errors on the input I want them to be displayed back on the input screen. Example:
err1
err2
err3
err4 and so on
I need to setup part of the input panel as a dynamic area the then show all of the errors at once.