Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Ordering data in a Grid
Message
 
À
29/04/2003 13:24:47
Steven Dyke
Safran Seats USA
Texas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00782647
Message ID:
00782874
Vues:
13
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?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform