Hi all,
APEX 4.2
SE 12.1
I have a dynamic action. It just javascript pops up an alert on page load. I want it to pop up if the page is called from another page, but I don't want it to pop up if the page is submitted and the page is reloaded after submit.
There is a Condition: Current Page != Page Submitted. I assumed I could use this to stop if from firing. However it doesn't work. The alert still fires.
I went to create an example on APEX.ORACLE.COM, only to find that in version 5 the condition no longer exists?
I can get around it by setting / clearing a value of a item_flag when calling etc, but want to check there isn't a cleaner way, and was wondering why this condition doesn't work (and is no longer available in v5.)
Many Thanks
Richard