Subject Re: [IBO] Calculated fields and TIB_Grid redraw
Author mircostange
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