Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Locate
Message
From
15/04/1998 09:18:10
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
 
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Re: Locate
Miscellaneous
Thread ID:
00091875
Message ID:
00092110
Views:
21
>If I have a table that has 500,000 records in it and I locate for number 400,000. Is there a way to locate for 400,500 without having to have VFP look at the first 400,000 records. continue() I know is used iuf you are searching for the same parameter, but I want to change the search parameter and continue where the last search finished. Also seek will not work because I want to search for multiple condition. Any suggestions?

locate for [condition goes here]
do while found()
blah blah
continue
etc

Now you want to change the search parameter and continue where the last search finished:
locate REST for [different condition goes here]

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Previous
Reply
Map
View

Click here to load this message in the networking platform