B
Bob
I have a data set with a number of added columns having
calculation expressions based on other columns in the same
table and child tables. Some textboxes are bound to these
calculated columns.
When the DataSet loads, the calculated columns are
evaluated correctly.
But when I update other textboxes bound to columns which
contribute to the calculated columns, the calculated
columns do not change.
When should recalculation happen? and how can I force it
to happen.
calculation expressions based on other columns in the same
table and child tables. Some textboxes are bound to these
calculated columns.
When the DataSet loads, the calculated columns are
evaluated correctly.
But when I update other textboxes bound to columns which
contribute to the calculated columns, the calculated
columns do not change.
When should recalculation happen? and how can I force it
to happen.