Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Seek Command
Message
De
09/06/1999 11:51:06
 
 
À
09/06/1999 11:45:12
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00227920
Message ID:
00227928
Vues:
23
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!
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform