Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Mixed ascending and descending in same tag..?
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00500818
Message ID:
00500835
Views:
22
Try following
Bankcode+STR(date(9999,12,31)-ValueDate,8)
>For some reason, I'm stumbling trying to figure this one out, so I'm looking for suggestions.
>
>We have a file of interest rates which we are currently indexing on:
>
BankCode+DTOS(ValueDate)
>
>Our form class makes use of this primary tag to properly populate our 2 combo boxes for the 2 key fields for the user to choose the right record from. We have a user that wants us to change the intial display to be based on the most recent date instead of the first date for the corresponding bank code.
>
>So, the question is: how do I create an index expression that produces an ascending sort of the bank code and a descending sort of the date? We can't change the form to use a view or SQL cursor because that would be too huge an overhaul for this one item. :)
>
>TIA
>
>Laterness,
>Jon
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform