G
Guest
I want to fire code when the user changes the value of a textbox. I only want it to fire when the user is finished eding the TextBox and leaves (not after each keystroke). I am using the Validating event (the Leave even seems similar), but this is called even when the user does not make a change. Is there a simple way to handle this other than manually setting boolean flags for each keystroke?
I also find that the Validating event is begin called even when I do a 'CancelUpdate' to undo the changes - I do not want this to happen. Again, is there a simple solution? Didn't older version of VB have an IsDirty function? Is there something similar
Thanks
Denise
I also find that the Validating event is begin called even when I do a 'CancelUpdate' to undo the changes - I do not want this to happen. Again, is there a simple solution? Didn't older version of VB have an IsDirty function? Is there something similar
Thanks
Denise