Sunday, July 14, 2019

Prevent a duplicate page submit in oracle apex

1. Prevent duplicate page  using java-scripts
2. Prevent duplicate page using button disabled
3. Prevent duplicate page using page setting no
  • Before Page Submit
  • Execute java scripts code
$("body").append('<div class="ui-widget-overlay ui-front"/>');
apex.widget.waitPopup();
////



$("body").append('<div class="ui-widget-overlay ui-front"/>'); apex.widget.waitPopup();



No comments:

Post a Comment

How to install and configure Oracle Apex 24.1 with ORDS 22, Tomcat 9 and Jasper Report 7 on Oracle Linux 8.10

#########################Install Oracle  APEX 24.1################################ ----------------------------------------------------...