Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Drop down list
Message
De
07/12/2010 13:09:30
 
 
À
07/12/2010 08:57:58
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
01491965
Message ID:
01491999
Vues:
66
>I have a combo box that has
>
>ColumnCount = 2
>ColumnsWidths = 250,30
>RowSource = MyCursor.Field1,Field2
>RowSourceType = 6 - Fields
>
>Field1 is character and Field2 is numeric
>
>When you click the combo the drop down list is displayed as follows:
>
>Field1 is displayed left aligned as it should. This is ok.
>
>Field2 is NOT displayed with the numbers rigth aligned. How can I get this numbers properly aligned?

All data displayed in a combo is character, no matter what type of field it comes from. So, to right align numbers, you'll have to transform them using PADL().

Tamar
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform