Subject No Refresh with Calculated field and TClientDataSet
Author Luis Fernando - HW Sistemas
Hi all, [Delphi2010 + DBExpress + FB 2.5]

I am using a TClientDataSet (+Provider+SQLQuery) with a table that has a
simple calculated field (it returns StrField1 + StrConstant +
StrField2). I use DBCtrlGrid to view the data.
When I edit a record and change StrField1 (with CDS.Edit and .Post,
outside the grid), all the other edited fields are refreshed on the
DBCtrlGrid, with the exception of the calculated field.
If apply the updates, the new data is correctly there.

I read many posts but couldnĀ“t find a clue.
Any help?

Thanks,
Luis Rocha