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 Inline Dialog before Open

mpatzwahlJul 10 2020 — edited Jul 14 2020

Hello,

i´m faced with a problem where could not find any answer:

I have a Page with a LOV. Lets say the possible Values are 10 ; 20 ; 30

And i have a inline Dialog Region with a interactive Grid that uses the value from the LOV as filter for the query. (select * from emp where deptno=:P1_LOV)

The problem is, whenever i change the LOV and then open afterwards the inline dialog, the old LOV value (when the page was first rendered) is used.

I tried to refresh the region before opening or to submit the LOV Value with a onChange event...

Nothing worked. Is there are a solution for this?

Thanks

Marco

This post has been answered by Pierre Yotti on Jul 14 2020
Jump to Answer
Comments
Post Details
Added on Jul 10 2020
6 comments
1,921 views