Subject | Re: [IBO] Computed field with IBO |
---|---|
Author | Geoff Worboys |
Post date | 2001-05-04T10:30:56Z |
> After I insert a record, I don't succeed to have the valueTIB_Query.BufferSyncroFlags
> 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 ?
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