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!

Sequence's nextval in an item

Eslam_ElbyalyNov 4 2013 — edited Nov 5 2013

db11gxe , apex 4.0 , firefox 24 ,

hi all ,

i have a check box and a number item ,

what i want is

when the check box changes , the nextval of the dept_seq sequence is inserted into the number item .

i created a dynamic action on the check box of type pl\sql and wrote this

select dept_seq.nextval into :p9_n from dual ;

page items to submit , p9_n without the colonĀ  .

but i only can see one number of the sequence when i load the page , and when i check or uncheck the checkbox , i see nothing ??

why ?

thanks

This post has been answered by Nicolette on Nov 4 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 3 2013
Added on Nov 4 2013
3 comments
869 views