Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is Index Tag in Descending Order?
Message
From
28/06/2001 13:55:15
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00524342
Message ID:
00524831
Views:
21
>I disagree... when passed the index number of the index in question, the value of DESCENDING() indicates whether an index tag was created with the DESCENDING keyword.
>
>DESCENDING() -> current order of active index
>
>DESCENDING(1) -> create order of 1st index in the cdx

Nope. Try this:

USE _SAMPLES + "TasTrade\Data\Customer"
SET ORDER TO 1
?DESCENDING() && Returns .F., as expected
SET ORDER TO 1 DESCENDING
?DESCENDING() && Returns .T. = current direction
?DESCENDING(1) && Returns .T.

* and, in fact,
SET ORDER TO
?DESCENDING(1) && Returns .T.

Tamar
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform