Subject Re: [IBO] Computed field with IBO
Author Geoff Worboys
> After I insert a record, I don't succeed to have the value
> of a computed field displayed, without closing and reopening
> the query. I would like to do it with a refresh. The
> field is set as "Computed" in the query editor.
> Any idea ?

TIB_Query.BufferSyncroFlags
make sure bsfAfterInsert is turned on/true.

This will cause IBO to reread the record after posting the insert,
letting it catch up with any changes that may have been made at the
server - including computed fields.

HTH

Geoff Worboys
Telesis Computing