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