Help needed urgently [message #79989] |
Wed, 31 July 2002 06:53 |
Vinod
Messages: 76 Registered: April 1999
|
Member |
|
|
Hi All,
I open a form with records queried and the problem is that when i click on the EXIT button which has EXIT_FORM inside without changing any values on the screen , the system displays the default message 'Do You Want To Save The Record' meaning the status is CHANGED, Question is what is the easy method to find out where exactly the status got changed.
Pls Help me out
Vinod
|
|
|
Re: Help needed urgently [message #79991 is a reply to message #79989] |
Wed, 31 July 2002 10:08 |
Tyler
Messages: 123 Registered: January 2002
|
Senior Member |
|
|
You don't have to worry about where the status was changed, just use exit_form(no_validate) instead of just exit_form...this will solve your problem.
~ T ~
|
|
|
|