Disable Save Changes Alert [message #268567] |
Wed, 19 September 2007 02:03  |
skkazmi
Messages: 44 Registered: April 2006
|
Member |
|
|
Hi All,
I facing problem in Master Detail Form Creation.
Master Block Having Multi-Record Display in a canvas. Also,
Detail Block Having Multi-Record Display.
Master Block
============
Record#1
Record#2
Record#3
Detail Block
============
Record#1
Record#2
Record#3
Record#4
Record#5
When the user create a record. They start feeding in Master Block
Record#1. Then Secondly Feed Detail Block Records. But When user goto insert the Record#2 in Master Block, A Form Alert populated i.e
"Do You Want To Save The Changes You Have Made"
[ Yes ] Or [ No ].
My Question is that, is their any option to stop this built-in alert without commit the form.
Khurram Kazmi
|
|
|
|
Re: Disable Save Changes Alert [message #268898 is a reply to message #268567] |
Thu, 20 September 2007 01:17  |
 |
azamkhan
Messages: 557 Registered: August 2005
|
Senior Member |
|
|
This is Oracle's behavior to show alert if you are changing records of Master block while detail block exists and it also has some records.
To stop this you have to issue either commit or issue post command.
Plz see the post command description b/c there are other restriction with this.
Regards,
Azam Khan
|
|
|