Home » Developer & Programmer » Forms » Jumping Next Block..Save Problem... Kindly Help..
Jumping Next Block..Save Problem... Kindly Help.. [message #81755] Tue, 18 March 2003 05:41 Go to next message
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
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;
Previous Topic: how to use my own mouse cursor(pointer) in forms6i?
Next Topic: I need an example :)
Goto Forum:
  


Current Time: Fri Apr 19 10:38:10 CDT 2024