Aaaaaaaah! here is something
Quote:
Originally posted by LucaUWF
Ok...
When the text box is changed take a copy of the text at the end of the validation routine (This will require initialisation or a conditional for the first change).
Now, everytime the text is changed after that, compare the Old Value (The copy) with the new value, if they don't match, i.e. there has been a change, disable the next button, and then update the copy... the cycle continues.
Hitting Save will re-enable it.
Thanks!
This seems to be a good idea to me. Ok, I will try for this. But I really do have more than 100 textboxes in my whole project. So it is a great load for me. Anyway, don't worry.