Subject RE: [IBO] Recalculating a records fields
Author Alan McDonald
>
> I have a calculated field in a master TIBOQuery that is calculated on
> detail record. If the detail data changes, I would like to just
> recalculate the fields for the specific master record, not all of the
> master records. Is that possible?
>
> Thanks
> Ed Dressel

if you invalidaterow on the master record you'll refresh just that single
master record. That will also force a recalc of that record.
Your wish, however depends on whether you are using the IBO oncalc event or
the server calc column.
Alan