Hi
Forms 10g
I have a forms with 3 blocks and they are a master-detail-detail
When I enter the form; the master is queried automatically using
WHEN_NEW_FORM_INSTANCE_AFTER PROCUDURE
go_block('MASTER');
execute_query;
Inorder to show the results in the detail blocks, I have to click on the next row of the master, ie, for the
first row, no data in the detail blocks appear until I click away and then back
How can I query the detail block when the form opens
Regards
Gus