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!

All validation skip when press save button

Shadow123Nov 19 2016 — edited Nov 20 2016

Oracle Form 10g

I really appreciate if someone help me out.

I am doing some complex validation via the key-commit trigger.  It cannot be done using when-validate-item or  when-validate-record trigger.

The problem is that if the user attempts to exit the form by  clicking on the Windows 'x' or using any exit forms methods, he  is prompted with the 'do you want to save changes' dialog. If he  answers 'yes', all my validation is skipped.

I try to use put message on key -commit perform and I found that that trigger is not firing, I also tried to create on commit for and write do_key('commit_form')  but getting lots of error message....

Any solutions?

In short, I want to forcefully execute my Key-Commit trigger....

This post has been answered by Amatu Allah Neveen Ebrahim on Nov 20 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 18 2016
Added on Nov 19 2016
6 comments
1,905 views