Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sort
Message
From
03/07/2005 08:44:10
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
03/07/2005 07:47:15
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Re: Sort
Environment versions
Visual FoxPro:
VFP 8
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01028595
Message ID:
01028600
Views:
9
If it is for a report, sort the data in the query, for example:
select * from MyTable;
  order by MyField;
  into cursor Temp
report form...
>hi all,
>i need to sort myfield with data as
>1.5xzwa19
>cwz1.2ab7
>AB89-9-c
>1c/xw.501f
>99c
>---------------------------
>to be as
>1c/xw.501f
>1.5xzwa19
>99c
>AB89-9-c
>cwz1.2ab7
>
>THANKS.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Reply
Map
View

Click here to load this message in the networking platform