Hi,
I am working with APEX 5.0.0.
I have a button with a submit page process.
The process is an update that takes from few moments to few minutes.
I would like to have a process that when the user press that button, that the user see a "progress dialog" (with a gif of my choice),
and that the user cannot acces the functions from the pages until the process is finished.
The following link provides an idea of the solution:
http://blog.whitehorses.nl/2009/10/13/progress-dialog-in-oracle-apex/
But in this link, the button is with the property action="redirect to url"... and the submit page does not occurs.
How can I have this implemented with the submit page, or add it to the action="redirect to url".
Thanks by advance for any tip.
Kind Regards