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.