GetValue is not fired
Posted: Sat Mar 01, 2008 4:20 am
Hey guys, only a question:
Isn't GetValue event fired when Text property is fixed text?
For example: I have a Text label with fixed text "Total Tax" and in the GetValue event I have this code:
But de label always show "Total Tax", because the GetValue event is not fired. Is this correct?
Thanks.
(I'm using 2006.4 version of Stimulsoft)
Isn't GetValue event fired when Text property is fixed text?
For example: I have a Text label with fixed text "Total Tax" and in the GetValue event I have this code:
Code: Select all
if(!Customer.ApplyTax) {e.Value = "No Tax"}
Thanks.
(I'm using 2006.4 version of Stimulsoft)