Hi All,
I have some code in a blank application, and when error checking and if there is an error, I want to issue an error message and then let the user click on an OK button, and redirect to the calling application.
In just about every other application type you can use sc_error_message(“text message”) followed by sc_error_exit(my_application) to do it, but the sc_error_exit fails in a blank application.
When the error message is displayed on the screen, you cannot just use the “back” button on the browser.
Is there a way to achieve what I need, or do I have to sc_redir to a control application to display a field with the error message (lots of extra work that is)
Thanks
Tony