AliThePro
Mechanical
- Jan 13, 2005
- 57
I have a text box on a form that is formatted as currency. This text box actually shows the total for someother text boxes that get the data from the user. Since the total text box get updated through the code, AfterUpdate event is not triggerd. I need to do something when this control value has changed. Is there any event like beforeUpdate or AfterUpdate that get triggered when a textbox value is changed programatically?
Thanks.
Thanks.