Subject Re: [IBO] Locate and the POS-attribute
Author guido.klapperich@t-online.de
> Because when you call Last, First, Locate, etc. you activate cursors
> fetching records instead of just moving a record pointer in memory.

I have really a lot of Lookup-Queries in my app and I think, when all of them
fetch all there data when opening, this will take too long. My suggestion is, to
set AutoFetchAll to false and don't use the POS-attribute at the Lookup-Queries.
What do you think ?


Guido