Is it possible to programatically control what order screens appear in during a setup?
I've got a screen where the users enter certain information (an edit boxes screen). In an "After action" I validate the data the user typed. When the data is invalid, I want to present a Message Box describing the error and then show the screen again so the user can correct the input.
How can I do this?
Thanks,
Dan
I've got a screen where the users enter certain information (an edit boxes screen). In an "After action" I validate the data the user typed. When the data is invalid, I want to present a Message Box describing the error and then show the screen again so the user can correct the input.
How can I do this?
Thanks,
Dan
Comment