Skip to main content

IMPLEMET A BUSY MODAL INDICATOR IN ORACLE APEX

User expects some indicator when any process occurred. You can easily implement in Oracle Apex in a Dynamic Action.


Dynamic actions contain Pl/SQL code or some Pl/SQL calculation. To showing modal indicator you can re-using the built in “show processing indicator”, which is uses action type “Submit Page”.

At the start of your processing, execute (javascript):

    apex.widget.waitPopup()

And when done, just remove the elements (again, javascript):  

 $("#apex_wait_popup,#apex_wait_overlay").remove()


--- Cheers !!!


Comments

Popular posts from this blog

Checking operating system version: must be 5.0, 5.1 or 5.2 Actual 6.1 Failed

This error occurred when we are installing old oracle software in latest OS (Operating System).   Basically Its’s occurring on windows platform.

Oracle forms 11g default configuration file formsweb.cfg

#formsweb.cfg defines parameter values used by the FormsServlet # formsweb.cfg defines parameter values used by the FormsServlet (frmservlet) # This section defines the Default settings. Any of them may be overridden in the # following Named Configuration sections. If they are not overridden, then the # values here will be used. # The default settings comprise two types of parameters: System parameters, # which cannot be overridden in the URL, and User Parameters, which can. # Parameters which are not marked as System parameters are User parameters. # SYSTEM PARAMETERS