Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Progress bar while refreshing a report WITHOUT submit

luaMar 2 2017 — edited Mar 2 2017

Hello ,

Apex 4.2

i m trying to display progress bar during  report refreshing.

i tried something like this

javascript :

apex.widget.waitPopup();

$('#my_report').trigger('apexrefresh');

$("#apex_wait_popup").remove();

$("#apex_wait_overlay").remove();

since the refresh is asynchronous, the remove is done before that the refresh is over.

is it possible to make an AJAX call  to refresh report and to set a callback function who will remove the wait_popup.

if yes , could you please help me , i didn't found sample for that.

any other solution ?

thanks for your help

Ludo

This post has been answered by LA County APEX on Mar 2 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 30 2017
Added on Mar 2 2017
2 comments
494 views