Subject Re: [IBO] automatic refresh physical calculated fields
Author Helen Borrie
At 11:54 AM 15/03/2004 +0800, you wrote:
>Good day.
>
>I have a field wherein it has computed by attribute(not the
>calculatedfield in the IBO). In IBO I have to call the refresh method of
>the IB_Query just to show the value of that Field. Is their any other
>way to do this?

No. Computed on the server means computed on the server....it is read-only
and it can not change until the output is recalculated.

Helen