| Subject | Re: [IBO] Calculated fields and TIB_Grid redraw | 
|---|---|
| Author | mircostange | 
| Post date | 2002-02-11T14:34:28Z | 
Thanks,
It seems that a sequence of
queryOrders.InvalidateCalculatedFields;
queryOrders.fields.calculateFields;
ib_grid1.InvalidateRow(aRow,false);
works ok. Without the InvalidateCalculatedFields
the new values disappear when scrolling
(so the opposite of the other behaviour...
a little strange, but ok).
Mirco
            It seems that a sequence of
queryOrders.InvalidateCalculatedFields;
queryOrders.fields.calculateFields;
ib_grid1.InvalidateRow(aRow,false);
works ok. Without the InvalidateCalculatedFields
the new values disappear when scrolling
(so the opposite of the other behaviour...
a little strange, but ok).
Mirco