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