Subject Re: [IBO] Re: Query.Locate -with OrderingItems & OrderingLinks
Author Jason Wharton
> TIB_Query.Locate is a valid method, if it cannot be used with
> IB_Query, why is it there.
>
> But anyway, what I am trying to do, is to position to the
> first occurrence of a value in a list of records. Is
> there something else I should be using instead of Locate?

One of us isn't understanding the other.

Locate isn't designed to step you through the dataset one match after
another relative to where your record pointer is.

Jason