Is there any way to force a screen refresh after displaying an error message. Currently user has to OK the error, then click refresh and then click no to not save.
Error_SYS.Appl_General('INFO',message_);
Thanks,
Is there any way to force a screen refresh after displaying an error message. Currently user has to OK the error, then click refresh and then click no to not save.
Error_SYS.Appl_General('INFO',message_);
Thanks,
Best answer by dsj
Hi
That depends on how the error is triggered.
If the error is triggered from PLSQL or inside an event action, then answer is No,
If it’s triggering from a from a Custom Menu of PL/SQL Block type, then you can use the option refresh window after execution to force refresh data in the screen.
Cheers!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.