Re:TQuery record search/find - incremental search
Locate next is just something you write. Locate is doing a
table scan, so you would have to write the procedure to do
the next locate starting from where you are. A relatively
simple task. I apologize if I made it sound like you can call
a Delphi LocateNext function. However, (my two cents) I
think that this is not the best way to develop an application. The
only time I would do a locate is with a small lookup table that I
have at the client. In that scenario I am guaranteed of a unique value
so the locate function works well there. Searching for multiple
matching values is something best left to the server.
Craig Baugh
Quote
Chris Schaeffer <c_sch...@rem.nl> wrote in message news:7pr168$fjl4@forums.borland.com...
> cbaugh <cba...@home.com> schreef in berichtnieuws
> 7pprk9$e...@forums.borland.com...
> > So a simple first / locate / locatenext would (I believe) solve your
> problem.
> can you please tel us more about locatenext?
> I have the same problem and I can't find anything about "locatenext" in the
> help
> Thanks a lot,
> Chris