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!