jalldridge
Registered User.
- Local time
- Today, 18:56
- Joined
- May 3, 2005
- Messages
- 60
Hi guys,
I have a form that the user uses to input data. If the user tries to close the form by clicking on the X then a warning message is displayed such as:
The field cannot contain a Null value because the required property for this field is set to true. Enter a value in the field.
What I want to happen is that when the user closes the form via the X, then no updates are undertaken (in effect a cancel operation).
How do I do this???
Thanks
I have a form that the user uses to input data. If the user tries to close the form by clicking on the X then a warning message is displayed such as:
The field cannot contain a Null value because the required property for this field is set to true. Enter a value in the field.
What I want to happen is that when the user closes the form via the X, then no updates are undertaken (in effect a cancel operation).
How do I do this???
Thanks