Non-based items and :system.form_status
392544Apr 30 2007 — edited Jun 30 2007Hi 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