Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Button to Submit Page does not trigger Warn on Unsaved Changes message!

blue72TAJul 12 2022

Hello All,
Apex: 19.1.0.00.15
RDBMS: 19.0.0.0.0
Oracle Applications: 12.2.10
My Page default for Warn on Unsaved Changes is Yes.
I have one Region on the page that has an Interactive Grid Report. Users are intended to enter their AND SAVE their data. Once data entry is complete they click a "Submit" button that is in the same Region. The button has the Warn on Unsaved Changes set to "Page Default". The "Submit" button Action is "Submit Page". A process that calls a PL/SQL package is then executed as a result of When Button Pressed on Submit.
My problem is that the users sometimes click the Submit button BEFORE clicking "Save" on the interactive grid menu. When this happens the "Warn on Unsaved Changes" window IS NOT DISPLAYED, the page submits and the PL/SQL package is called, failing to perform its tasks because data was never saved in the interactive grid.
Why is my Submit button NOT firing the Warn on Unsaved Changes" dialog? Is it not able to "recognize" rows being added to an interactive grid as "unsaved changes".
A fix or ideas for a work around would be much appreciated, thanks!

This post has been answered by BobDJ on Jul 14 2022
Jump to Answer
Comments
Post Details
Added on Jul 12 2022
12 comments
1,843 views