Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Set order
Message
De
29/08/2011 13:16:36
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01522130
Message ID:
01522134
Vues:
49
No, this was not possible in dbase.

You must create an index tag on customer + date (given that both fields are character fields. Which is a terrible solution, by the way. However, if this is only for showing the data or for a report or something similar, you can use SQL select instead. Select * from yourtable order by customer,date.

>How to I set order to more than one field ?
>
>For example: customer + date
>
>I remember this was possible in Dbase
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform