Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting the index value
Message
 
 
À
07/04/2003 10:17:37
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00774669
Message ID:
00774701
Vues:
15
>OK, I will change the index, my question was how can I get the data directly from the index?

You can use KEY() function to retrieve index expression and EVAL(KEY()) to get value of the index key for current record. For example,
? KEY(TAGNO("mytag01"))
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform