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!

How can I refresh and show buttons in Buttons Container in Modal Dialog in APEX?

DionisisNov 10 2022

Hello all,
In Oracle APEX 22.1 (Oracle Database EE 21c) I have a Modal Dialog Box which has a button container with some buttons. These buttons are being shown or not whether a variable is 0 or 1.
When I press the button "UnDelete" a Dynamic Action of PL/SQL execution type us performed and then two Refesh Actions follow. The Pl/SQL exevution type changes the value of a field in the database of a table successfully and the first dynamic Action refreshes a Classic Report Region on the Modal Dialog Box showing the correct value of the field.
The second Refersh Action tries to Refresh the button Container of the Modal Dialog Box in order to hide the button "UnDelete" and show the rest buttons, which in Server Condition based on this variable should be displayed, button the Refresh does not take place(maybe the Button Container Region does not Support the Refresh Event or does not propagate it to its Buttons)?
How can I acheive this?
Thanks In Advance!

Dionisis

This post has been answered by Hamza Al-abbasi on Nov 11 2022
Jump to Answer
Comments
Post Details
Added on Nov 10 2022
7 comments
1,485 views