Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sorting by date descending
Message
From
30/03/2001 13:08:37
 
 
To
30/03/2001 12:54:37
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00490370
Message ID:
00490378
Views:
10
Also see DTOS().
>Hi Cetin!
>
>Yep, that's what I'm wanting to do. Thanks!
>
>>>What’s the best way to index by descending date? I need to sort by cRoadName+cMilePost+dDate.
>>>
>>>Example:
>>>
>>>
(Name)  Airport Road
>>>(milepost)          1.234        03/30/2001
>>>                    1.234        03/30/2000
>>>                    1.234        03/23/1999
>>>                    2.345        03/30/2001
>>>                    2.345        03/30/2000
>>>                    2.345        03/23/1999
>>>
etc.....
>>>
>>>Thanks
>>
>>Jim,
>>Actually you sort on Roadname and milepost ascending but date descending, right ?
>>
>>Then how about :
>>
>>index on RoadName+transform(MilePost)+padl({^9999/12/31}-dDate,7,'0') tag ..
>>Cetin
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform