I have a computed field called c_total_qty
in a datawindow which computes multiplication of two fields, one field is a database column and the second one is another computed field.
Now when c_total_qty
's value changes, it does not trigger corresponding itemchanged
event. Are computed fields work this way or there are errors in my code? If computed fields work this way, then what is the workaround?