Hello all,
In APEX 19.2 I face the below challenge:
There is a “Static Content” region. In there, we have a “Textarea” field - let's call it TA1 - populated by an SQL Query (return single value).
Next to it, there is a button that opens up a modal IG where the user can insert/update/delete rows to a table (TA1 field queries the exact same table). So, when the user presses Save and closes the dialog, the field TA1 is supposed to be refreshed and depict user changes.
I have followed many suggestions like the links below, but nothing works?
Is it because the region is Static Content and the field is Textarea? (all example in the internet refer to Interactive Grid).
Suggestions followed:
Refresh the Parent Page on Closing the Modal Dialog in Oracle APEX – Doyensys Blog
Feed Skill Blog: Refresh Interactive Grid (IG) when Model Dialog Closed in Oracle Apex
Refresh region of base page when closing modal dialog | Oracle APEX - Ontoor blogs
Thank you in advance!