Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Equal
Message
De
31/03/2005 08:22:35
 
 
À
31/03/2005 08:15:42
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Re: Equal
Versions des environnements
Visual FoxPro:
VFP 7
Database:
Visual FoxPro
Divers
Thread ID:
01000221
Message ID:
01000274
Vues:
20
hi
i try to get this.value form mylist as under
but if try to insret 1 it get 10..press again i get at text1 11,....
SELECT DISTINCT billno FROM mstr INTO CURSOR MyCursor
ThisForm.List1.RowSourceType= 6
ThisForm.List1.RowSource = "MyCursor"
>M.
>
>Not sure what you're getting at. Could it be that when numeric data are treated as character, they are not in numerical order, e.g. 1, 2, 3, ... 10, 11, ... 19, 20, 21 becomes:
> 1, 10, 11, 12, ... 19, 2, 20, 21 ... etc.
>
>i.e. ASCII order.
>
>
>Terry
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform