Skip to Main Content

Oracle Forms

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!

how to go to next record in multi record block

22428Nov 9 2005 — edited Nov 14 2005
Hi,

i have a multi record detail block of 2 columns.
id and description

When I enter a value for id and press tab description should get populate and cursor has to be placed
on id filed of next record. I am able to populate the description when i pres tab but cursor is not placing in next record.
I am using the following code in key-next-item

NEXT_RECORD;
go_item('blockname'.column_name1);

Please help.
thanks
Dev
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 12 2005
Added on Nov 9 2005
19 comments
12,702 views