Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can use locate for command for two records
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00859970
Message ID:
00859978
Vues:
7
>How can use locate for command for two records
>Locate For lcode=thisform.lcode.value
>Locate For sec=thisform.sec.value
>can be
>Locate For lcode=thisform.lcode.value .and. Locate For sec=thisform.sec.value

Locate can only find one record at the time. If lcode and sec are two fields in a table you can use:
locate for lcode=thisform.lcode.value AND sec=thisform.sec.value

Einar
Semper ubi sub ubi.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform