Subject Re: [IBO] Calculated fields problem..
Author Markus Ostenried
At 09:44 Thursday, 21.10.2004 -0500, Woody \(TMW\) wrote:
>Because it doesn't update the calculated field when one of the fields are
>changed, that's why. It has to be calculated again and doing it this way
>won't do that.

You can set
BufferSynchroFlags := [bsfAfterEdit];
This will tell your query to refetch the row after it has been edited and
should display the correct value for your calculated field.

HTH,
markus