Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Listview DateTime Sorting
Message
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00334976
Message ID:
00335013
Views:
31
Jeff,

The way I do this is to have a hidden (width = 0) column with text based on ttoc(< datetime value >, 1). The click event of the main datetime columns then sets the sort key to the hidden column.

For complex lists (for example with multiple date and numeric columns), I store the associated sort index for each column in its tag property.

Cheers,

Andrew

>I have created a listview (v6.0) that contains datetime data. When the list is sorted on that column and if the data contains dates that span the year 2000, the list will not sort properly. For example, the following dates:
>
>11/20/1999 10:00
>01/12/2000 09:15
>01/14/2000 13:00
>
>Sort ASCENDINGly like this:
>
>01/12/2000 09:15
>01/14/2000 13:00
>11/20/1999 10:00
>
>I have tried and tried to get it to work properly. I have changed the system settings, foxpro settings, etc. But, nothing works.
>
>Any ideas?
>
>Thanks,
>
>Jeff Elmore
>jeffrey.elmore@unisys.com


If we were to introduce Visual FoxBase+, would we be able to work from the dotNet Prompt?


From Top 22 Developer Responses to defects in Software
2. "It’s not a bug, it’s a feature."
1. "I thought I fixed that."


All my FoxTalk and other articles are available on my web site.


Unless specifically identified otherwise, anthing posted here is purely my opinion and may or may not reflect the policies or practices of Microsoft.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform