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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Refreshing current page in IG

Soeren DMar 3 2025

I am building a system where IG data has states that are changed by code running elsewhere.

This page refreshes every 5. second using

apex.region('ig_contract_id').refresh();

and it works except for the fact that it doesn't not refresh current page. It resets to page 1. I want it to keep the selected page after refresh. Can I read the current page and set it after refresh?

Is it possible to fix in any way?

This post has been answered by Karel Ekema on Mar 4 2025
Jump to Answer
Comments
Post Details
Added on Mar 3 2025
7 comments
99 views