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!

Pass Item value to Modal Form

SYSMAN2007Nov 8 2015 — edited Nov 30 2015

Hi

I add an item to report page and want pass value entered by user in this item pass to Modal Form Item.

So in this sample I want enter a number in "Custom depno" item and then push Create button, in modal form

I want pass that value to "Dep No" item on form.

I'm add a dynamic action to "Custom depno" with Change event and add "Execute PL/SQL Code" to True section;

PL/SQL Code:

null;

Page Items to Submit: Custom depno

But no pass value from this item to form item.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 28 2015
Added on Nov 8 2015
11 comments
3,099 views