G
Guest
Hello,
I have a textbox (TB1) which is calculated as a result of two other
textboxes (TB2, TB3).
I want to make a new calculation and change the value of a fourth textbox
(TB4) as a result of the change in TB1.
I tried OnChange, AfterUpdate and OnDirty but none of these events occur
when the value of the textbox is changed programmatically.
Any comments?
Thanks - Kamil
I have a textbox (TB1) which is calculated as a result of two other
textboxes (TB2, TB3).
I want to make a new calculation and change the value of a fourth textbox
(TB4) as a result of the change in TB1.
I tried OnChange, AfterUpdate and OnDirty but none of these events occur
when the value of the textbox is changed programmatically.
Any comments?
Thanks - Kamil