Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problems with VFP 6 and dates
Message
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00198872
Message ID:
00200693
Views:
14
>INDEX ON od_tipo_documento + STR(CTOD("31/12/2100") - dt_documento, 5) TAG TIPO
>
>And everything is working fine (????).
>
>Regards,

Are you trying to put something in descending order? Why not use DESCENDING... or, if you need just the date in descending order, try this...

INDEX ON od_tipo_documento + alltrim(str( {^9999-12-31} - dt_documento ))

Bob
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform