Hello,
A junior question to consult: we use APEX 5.0.2
On a Modal Dialog page (from an Interactive report), for button Create, I created a dynamic action that runs specific PL/SQL code to insert new item. Then behind the insert clause, I have these code to close the popup window, while it successfully execute the insert clause without closing the window. Please let me know what else I can do. Thanks.
htp.p('<script>');
htp.p('window.opener.location.reload();window.close();');
htp.p('</script>');
Regards,
Jian