Q.
What is the foxpro command to arrange the data in ascending or descending manner according to a particular field in a .dbf file
Asked by anjali,
23 Sep '07 04:34 pm
Earn 10 points for answering
Answers (5)
1.
Report abuse
Useful
(0)
Not Useful
(0)
Your vote on this answer has already been received
2.
Report abuse
Useful
(0)
Not Useful
(0)
Your vote on this answer has already been received
3.
sort on to
The sort command in foxpro doesn't actually sort the data but sends the output to a new table.
Answered by george johny, 23 Sep '07 08:12 pm
The sort command in foxpro doesn't actually sort the data but sends the output to a new table.
Report abuse
Useful
(0)
Not Useful
(0)
Your vote on this answer has already been received
4.
Report abuse
Useful
(0)
Not Useful
(0)
Your vote on this answer has already been received
5.
in the query you need to use the key word ASC/DESC to have the result in the assening or desceding order...
Answered by Pradeep Chaudhary, 24 Sep '07 04:01 am
Report abuse
Useful
(0)
Not Useful
(0)
Your vote on this answer has already been received