Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Seek,Find
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00011202
Message ID:
00011257
Vues:
41
>You didn't mention it so I will go with a basic
>
>seek (alltrim(variable))
>
>and set your index to alltrim(variable)

In Visual, you can pass SEEK extra parameters.

=SEEK(luVar, lcAlias, lcIndex)

For example:

lcCustID = 'FITZGERG'
IF SEEK(lcCustID, 'customer', 'cCustID')
WAIT WINDOW lcCustID + ' was found in ' + customer.cCity
ENDif
My blog
My consulting page
My home page

Member of the Trim Your Auto-Quote Campaign!
What's another word for thesaurus?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform