Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem locate records with combo1.value as field name
Message
De
06/07/2004 09:45:02
Mike Yearwood
Toronto, Ontario, Canada
 
 
À
05/07/2004 21:00:51
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00920879
Message ID:
00921000
Vues:
18
>
>locate for (thisform.combo1.value)=thisform.text1.value
>
>
>the code above does not work. combo1 has the field name. text1 has the search string.
>
>what should i do? pls help. TIA.
LOCAL lcField, lcValue
lcField = thisform.combo1.value
lcValue = thisform.text1.value
LOCATE FOR &lcField. = m.lcValue
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform