Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Seek Command
Message
From
09/06/1999 11:51:06
 
 
To
09/06/1999 11:45:12
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00227920
Message ID:
00227928
Views:
24
If you have the appropriate indexes built, then the locate command is just as fast and allows what you are looking for:

locate all for birthd = m.birthd and patname.value = tablename.fieldname

or, you could build a index to have all the fields that you are looking for:

index on birthd + value tag searchkey

then do the seek like:

seek birthd + value

HTH!

>Does anyone know how I can do an extensive seek. Something like:
>Seek (birthd) and patname.value = tablename.fieldname and etc etc
--Todd Sherman
-Wake Up! Smell the Coffee!
Previous
Reply
Map
View

Click here to load this message in the networking platform