bakershawnm
Programmer
Hello all,
Using VS 2008 VB.net 3.5.
I have a form with a set of text boxes with validation events. The first time I use each of the text boxes the validation events fire just fine.
At the beginning of a clear form sub it sets CausedValidation to false on the boxes that have validation so that I can clear them. At the end of that sub it sets CausesValidation back to true. The clear form can be called from a clear button or at the end of the save button.
However when I try to use the text boxes after saving or clearing the form no validation event fires. Why?
Thanks
shawn
Using VS 2008 VB.net 3.5.
I have a form with a set of text boxes with validation events. The first time I use each of the text boxes the validation events fire just fine.
At the beginning of a clear form sub it sets CausedValidation to false on the boxes that have validation so that I can clear them. At the end of that sub it sets CausesValidation back to true. The clear form can be called from a clear button or at the end of the save button.
However when I try to use the text boxes after saving or clearing the form no validation event fires. Why?
Thanks
shawn