Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Indexes
Message
De
17/05/2001 00:43:32
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00508156
Message ID:
00508194
Vues:
22
>Is there a VFP function that, given an index tag 'number', returns whether the tag is in ASCENDING or DESCENDING order?
>
>I have a report that uses TAG() to return the tag name, KEY() to return the index expression, and SYS(2021) to return the index filter expression, and I would also like to list whether the tag is in ascending or descending order.
>
>Thanks in advance for your help!
>
>Tom Allan


Hmm.. does it really matter? Any tag can be in either ascending or descending order. For example:

USE MyTable EXCLUSIVE
INDEX ON MyField TAG MyTag
SET ORDER TO MyTag DESCENDING
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform