Hello,
We have a situation where a form has 2 blocks:
A "Main" block and a child, detail block showing multiple records. When a value in a certain field changes on the main block, we open a cursor and populate the child block.
GO_BLOCK('child');
open cursor
loop and populate child block.
Both blocks are "unbound", ie they have their Database Data Block property set to NO and Query DataSource TYpe to "None".
The prpoblem is that if on the main block there is a required item that is null, GO_BLOCK('child') does not work.
Is there a way to jump to the Child Block, fill it and go back to the Main block?
Thanks
Chris
We have a situation where a form has 2 blocks:
A "Main" block and a child, detail block showing multiple records. When a value in a certain field changes on the main block, we open a cursor and populate the child block.
GO_BLOCK('child');
open cursor
loop and populate child block.
Both blocks are "unbound", ie they have their Database Data Block property set to NO and Query DataSource TYpe to "None".
The prpoblem is that if on the main block there is a required item that is null, GO_BLOCK('child') does not work.
Is there a way to jump to the Child Block, fill it and go back to the Main block?
Thanks
Chris