Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Filter Limits
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00275070
Message ID:
00275345
Views:
25
Alan,

If you are using an index order on the tabel this would be easy;
SELECT TheTable
SET ORDER TO Whatever DESCENDING
LOCATE FOR YourCriteria REST
SET ORDER TO Whatever ASCENDING
If needed you could create an index for the order you want these records in so you can take advantage of the descending/ascending features of the index order.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform