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 form field value into confirmation box message

CashySep 5 2012 — edited Sep 5 2012
Hi,

I have created a confirmation box which fires when a user presses a form button.

Under the 'Redirect to URL' for the button I have the following:

javascript:confirmDelete('Please confirm reduction of call off pick requirement.','REDUCE_CALL_OFF');

This in turn calls a PLSQL process which perform a database update for a form text field called P4_PICK_LINE

What I would like to have is to include the P4_PICK_LINE into the confirmation message i.e. ''Please confirm reduction of call off pick requirement pick123' where pick123 is the value of P4_PICK_LINE

I know I can pass in session variables such as &APP_USER. etc into the confirmation message but not sure about form text item values.

I am using apex version 4.0.0.00.46 on windows 7.

Any help would be great


Thanks
Chris

Edited by: Cashy on 05-Sep-2012 03:44
This post has been answered by Nico Martens on Sep 5 2012
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 3 2012
Added on Sep 5 2012
2 comments
211 views