K
Kyote
On a tab page on my form I have about 24 data bound text boxes. I
would like to avoid having to check each individual text box's
modified property to determine if 1 or more has been changed. Is there
a way to do this?
The only thing I can think of is to go back and copy the name of each
text box to an array and then iterate through that array to do the
check. Is there an easier way available?
would like to avoid having to check each individual text box's
modified property to determine if 1 or more has been changed. Is there
a way to do this?
The only thing I can think of is to go back and copy the name of each
text box to an array and then iterate through that array to do the
check. Is there an easier way available?