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!

Non-based items and :system.form_status

392544Apr 30 2007 — edited Jun 30 2007
Hi all,

I have some non-based items within my based block.

There is a button redirecting the application , go_block then , to a list of records retrieved from a button-query. Before going to this multi-record block there is a test with :system.form_status : if it is 'CHANGED' then an alert should show to confirm the changes.

The problem is that when modifying only one non-based item and pressing immediately the redirecting button then the alert does not show ; and when debugging :system.form_status = 'QUERY'.
The alert shows when navigating to another item because at this time the when-validate-item of the non-based item fires which modifies in its code some based items values.

So how to do ?

Thank you very much indeed
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 28 2007
Added on Apr 30 2007
14 comments
3,458 views