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!

Set the value of page items using apex.submit

JulijanAug 14 2015 — edited Aug 14 2015

Hey,

Does anyone have an idea how to set the value of multiple page items using apex.submit?

Here is my query, it works for this page item, but I would like to set the value of more page items (i.e. P30_SHOW_REF) as well.

select s.nr as NRR,

'<input type="button" value="clickme2" onclick="document.getElementById(''BUTTONS'').style.display = ''block'';apex.submit({request:''SET'',set:{''P30_KLT_NR'':'||s.nr||'});"/>' Button

from klant s

Thanks in advance!

This post has been answered by Jozef Demovic SVK on Aug 14 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 11 2015
Added on Aug 14 2015
2 comments
1,500 views