W William Ortenberg Mar 25, 2004 #1 I use an RFV, but don't want validation performed if I click a particular button ('Cancel'). How can I bypass the validation?
I use an RFV, but don't want validation performed if I click a particular button ('Cancel'). How can I bypass the validation?
S serhat tuncay Mar 25, 2004 #2 You must set the 'CausesValidation' attribute of the button (in your case Cancel button), to bypass the validation when the user clicks on it. regards, serhat tuncay
You must set the 'CausesValidation' attribute of the button (in your case Cancel button), to bypass the validation when the user clicks on it. regards, serhat tuncay