Subject | RE: [IBO] Recalculating a records fields |
---|---|
Author | Alan McDonald |
Post date | 2007-07-10T02:03:28Z |
>no it's a native IB_ method - not IBO method
> > THIS IS INCORRECT.
> > qryClients.InvalidateRow(qryClients.RowNum);
>
>
> I must be using the wrong version of IBO. (tried both 4.6 & 4.7). I
> get compile time errors with qryClients.InvalidateRow and
> qryClients.RowNum (qryClients is a TIBOQuery).
>
> I did a search on the source and the only method I could find with
> .InvalideRow was on a TIB_CustomGrid.
>
Alan