Subject Re: [IBO] IB_Query.Locate performed on Server/Buffer
Author Helen Borrie
At 12:58 AM 06-12-02 -0300, you wrote:
>I've noted that IB_Query.Locate is performed in a such way that, if the
>desired record doesn't current exists in Buffer, a SELECT statement is
>putted on the server for that record.
>Is that right?
>
>If so, how can I do a Locate only at Buffer level?

Don't use Locate, assign the bookmark (the KeyLinks column values) of the
row you want to find to Keyfields and then call SeekKeyForBufferFields. It
will return True if it finds that row.

Helen