ALX
Well-known member
One of the things about applications that annoys me is when trying to cancel a form that has an invalid entry in some text field that must go through validation. Even though I'm trying to cancel the form, and the invalid entry will be dumped anyway, the validation process will not allow any input other than correcting this entry. So before I can dump the whole form, I must go back and correct this entry first. Is there any way to tell, within the validation code, that the user has clicked the Close or Cancel button, and that validation is no longer neccessary?