Subject | Re: [IBO] Recalculating a records fields |
---|---|
Author | Ed Dressel |
Post date | 2007-07-10T01:51:12Z |
> THIS IS INCORRECT.I must be using the wrong version of IBO. (tried both 4.6 & 4.7). I
> qryClients.InvalidateRow(qryClients.RowNum);
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.