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 a select list in an interactive grid when Modal page is closed

Christian Pitet 2Jun 30 2024 — edited Jun 30 2024

Hi,

Under Apex 24, I have an interactive grid named on p. 13 based on a table named RH_ACTIVITE_EFFECTUEE. There is a column in the Interactive Grid (IG) that is defined as a select list from a table named RH_ACTIVITE. I have a modal page that insert records into that select list table (RH_ACTIVITE). When I create a new record on the table with a modal page, I would like to refresh the select list of the IG :

I have defined a DA to refresh the select list on Modal dialog close but it is not “working” (ie the select list is not updated):

Best regards.

This post has been answered by Steve Muench-Oracle on Jun 30 2024
Jump to Answer
Comments
Post Details
Added on Jun 30 2024
3 comments
602 views