Enter Query and Execute Query [message #317836] |
Sun, 04 May 2008 01:56 |
sarfraz_attari
Messages: 123 Registered: July 2005
|
Senior Member |
|
|
Dear All,
Whenever I am Pressing Enter Query button during Forms runtime , One alert message appears "Do you want to save the Changes you have made"
Can anyone tell me how to disable this message
Thanks
Sarfrazh
|
|
|
Re: Enter Query and Execute Query [message #317844 is a reply to message #317836] |
Sun, 04 May 2008 04:07 |
|
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
It isn't about "disabling" an alert, but why does it happen in the first place. In my opinion, you should find what is triggering changes in a datablock so that Forms doesn't want to enter query mode without a warning.
Otherwise, you might suppress this message by, for example, coding your own KEY-ENTQRY trigger which would then look likeENTER_QUERY(NO_VALIDATE);
|
|
|