Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Indexes
Message
From
17/05/2001 00:43:32
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00508156
Message ID:
00508194
Views:
23
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform