Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Drop down list
Message
From
07/12/2010 13:09:30
 
 
To
07/12/2010 08:57:58
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
01491965
Message ID:
01491999
Views:
65
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform