Implementing a Waitbar or Progressbar
In my Apex 5.0 application I have a SQL Update which is taking very long to process, and I want to implement an indicator to show that it is still running, so that the user won't start the action again.
A progressbar would do the trick, can anyone suggest a way of doing so?
(plugins aren't possible)
Use the JavaScript function apex.sumbit to submit the page and include the showWait option to display the progress bar. Here is an example...
Just Change the action of your SUBMIT button to Dyanamic Action