Subject | Re: [IBO] Calculated fields problem.. |
---|---|
Author | Markus Ostenried |
Post date | 2004-10-21T14:47:16Z |
At 09:44 Thursday, 21.10.2004 -0500, Woody \(TMW\) wrote:
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
>Because it doesn't update the calculated field when one of the fields areYou can set
>changed, that's why. It has to be calculated again and doing it this way
>won't do that.
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