Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to get the expression on an index with a filter ?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00468649
Message ID:
00468653
Vues:
18
>Hello Everybody ,
>I need to get from a table the expression for and index with a filter,
>KEY() only returns the expression part, not the filter part.
>Example,if I do something like :
>INDEX ON CaseNumber FOR CaseStatus="O" TAG OpenCases
>KEY(1) return "CaseNumber", but, it doesn't tell me the 'FOR CaseStatus="O"' part.
>
>Any Ideas ?
>
>=THIS.Thanks("in advance")


Key() gives you the key
For() gives you the For expression ;-)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform