how to go to next record in multi record block
22428Nov 9 2005 — edited Nov 14 2005Hi,
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