Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Ordering data in a Grid
Message
 
To
29/04/2003 13:24:47
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00782647
Message ID:
00782874
Views:
14
It should look something like this:
create sql view blabla as select x,y, padl( allt(dashno),10 ) as dashjustified, etc... from .... order by 3 
In the order by just put the field position in the select ( 3 in the example ).
You can also transform it to numeric instead ( use VAL() function )

Cheers,
Jaime
>Jaime,
>
>It is a charactor. How can I justify this feild in the View Designer?
Why do programs stop working correctly as soon as you leave the Fox?
Previous
Reply
Map
View

Click here to load this message in the networking platform