Subject Re: [IBO] Refresh Single Record
Author nibler@t-online.de
> I need to know how to refresh a single record when I have multiple
> records in my dataset. I have cached updates on and by policy I


IB_Query.InvalidateRowNum(IB_Query.RowNum)

should be the trick.


Harald