prevent form10g from clearing record after save
Hello all,
I have a form that has two canvases, 2 data blocks and call each other with when-button-pressed trigger. On canvas 1, I call second canvas that has data_block2 with
go_block('data_block2');
execute_query;
This works fine but if I make any changes to data_block2 on canvas2 , hit save then hit a button to return to canvas1 that only has go_item('data_block1.item1');
The canvas1 is empty does not show record any more. What can I do to prevent data_block1 one from changing.
I have a form that has two canvases, 2 data blocks and call each other with when-button-pressed trigger. On canvas 1, I call second canvas that has data_block2 with
go_block('data_block2');
execute_query;
This works fine but if I make any changes to data_block2 on canvas2 , hit save then hit a button to return to canvas1 that only has go_item('data_block1.item1');
The canvas1 is empty does not show record any more. What can I do to prevent data_block1 one from changing.
0