Oracle Forms (MOSC)

MOSC Banner

prevent form10g from clearing record after save

edited Oct 11, 2013 3:19AM in Oracle Forms (MOSC) 7 commentsAnswered ✓
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.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center