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!

Refresh TextArea of Static Content after Modal closes

Apostolos KDec 11 2024

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!

This post has been answered by fac586 on Dec 12 2024
Jump to Answer
Comments
Post Details
Added on Dec 11 2024
5 comments
256 views