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!

retrieve sequence nextval on interactive grid when press add row button

Fabrizio Delli PriscoliApr 2 2020 — edited Apr 4 2020

Hi all, I'm on apex 19.2.

I have an interactive grid based on table which columns are id_record and description.

Id_record is primary key; I have created a sequence and i want that when I press add row button on interactive grid I must select nextval from sequence and put this value into id_record item in my interactive grid.

Another problem: if I press add row button in my interactive grid now appears t1000 value in my id_record item... how can I avoid that???

Thanks all for collaboration,

Fabrizio

Comments
Post Details
Added on Apr 2 2020
8 comments
5,449 views