Jumping Next Block..Save Problem... Kindly Help.. [message #81755] |
Tue, 18 March 2003 05:41 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Muzzammil
Messages: 99 Registered: February 2003
|
Member |
|
|
Hello Experts,
I have 3 blocks associated with different table.
When I move from 1st Block to 2nd it is asking to save the data.
when I move from 2nd to 3rd same asking to save data again from 3rd to 1st the same.
When I save one block another block data is disappearing.
Is there any command to move through all blocks and save the data with the help of push button.
Kindly help..
Thanks,
Syed Muzzammi.
|
|
|
Re: Jumping Next Block..Save Problem... Kindly Help.. [message #81757 is a reply to message #81755] |
Tue, 18 March 2003 06:15 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
Solve
Messages: 38 Registered: December 2002
|
Member |
|
|
Hi,
If it is database items and you changed something, you need first to do commit.
You coul do it on trigger (I am afraid to suggest wrong trigger) For example when you go to other block -you can use this sentense in tregger body
IF (:SYSTEM.BLOCK_STATUS = 'CHANGED') THEN Message ('It was something you change, would you like to save?') or alert and then you press 'yes' commit;
|
|
|