Exit Form without commit(urgent)
user1849Feb 19 2003 — edited Feb 20 2003Hi all,
I have 2 forms
Form A , Form B
I have a button on Form A that Calls Form B
If i do any changes in Form B.When User Press the Exit Button
I need to prompt an message.
In that Message I have 2 buttons OK and Cancel
When User Press the OK Button It should Commit the changes and go to main form A.
It Works Fine.
But when I click the Cancel button.
How to go to Main form A without committing.
I am not using an Alerts here.I am using Buttons
Thanks For your help.