Subject | RE: [IBO] Recalculating a records fields |
---|---|
Author | Alan McDonald |
Post date | 2007-07-08T11:20:06Z |
>if you invalidaterow on the master record you'll refresh just that single
> 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
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