Subject Re: [IBO] TIB_Query - weird problem
Author Helen Borrie
At 08:35 AM 10/12/2003 +0100, you wrote:
>Hi
>
>I've been trying to get this work for 8 hours now, it's driving me
>crazy.
>The problem is that some values on a tables record disappear when i do a
>post on the table.
>
>I even tried with a new TIb_Query with just the sql and the calculated
>fields in it and leaving everything default.
>
>the sql is just a select <fields> from <table> for update
>
>I can't figure out why it's always the same field values that disappear
>and why they don't disappear if i remove the calculated fields.
>Even with no OnCalculate event but just the declaration i have the
>problem.
>
>If anyone knows anything on this..please tell

You could start by offering the *actual* statement, tell us what your
KeyLinks are, tell us your RequestLive setting and show us your
CalculatedFields definitions.

Helen