Skip to Main Content

Oracle Forms

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!

Key Commit not firing when user exists form

sharpeAug 31 2010 — edited Aug 31 2010
I have a form where a user makes a change to a record and then attempts to exit the form without saving. Oracle Forms prompts "Record has been changed. Do you want to continue without saving?" And the user can select "Yes" or "Cancel". In my case the user is clicking "Yes". Then Oracle Forms prompts "Do you want to save the changes you have made?". And the user is inadvertanly clicking "Yes" instead of "No".

The problem is that when the user selects "Yes" the data is saved, but my Key Commit trigger does not fire and bad or incomplete data is being saved on the form.

How can I get my Key Commit Trigger code to fire in this situation? Or how can I avoid the user being given these prompts by Oracle Forms???

Any help would be greatly appreciated.
This post has been answered by Andreas Weiden on Aug 31 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 28 2010
Added on Aug 31 2010
5 comments
2,551 views