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!

Passing a value from another Region to another page

PaMiDeApr 20 2020 — edited Apr 21 2020

Hi!

I have this problem with my page: I have a region called Sticky with a button called "Crea Delibere". This button should call another page passing the year.

The user selects the year and updates the report (this has no importance so far). Well, if he presses the button, the choosen year should be passed to the called page.

pastedImage_0.png

pastedImage_1.png

Well, if i use the item's value it passes nothing, probably because it is in another Region.

I've tried to create an item in the same region as the button and update the value using dynamic action. The problem is that it passes the initial value and not the current one, the one that was changed by the user.

I even tried to create the button in the reports' region. Same problem: it passes the initial value.

I cannot have the button in the parameters' region as it's not standard for our application.

Thanks!

Miky

Comments
Post Details
Added on Apr 20 2020
5 comments
1,213 views