Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dropdown List
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00300507
Message ID:
00300587
Views:
25
>>>If its a single column combo box, in the INIT
>>>try using:
>>>
>>>This.ColumnCount = 1
>>>This.ColumnWidths = This.Width
>>There is a second column.
>>Mark
>
>Mark,
>
>Extrapolate;
>
>
>This.ColumnCount = 2
>This.ColumnWidths = ALLTRIM(STR(INT(This.Width/2))) + "," + ;
>                    ALLTRIM(STR(INT(This.Width/2)))
>
>
>In other words make the sum of the columnwidths equal to the combo's width.
But I need to show only one column. The other one is a bound column. ColumnCount is set to 0.
Thanks Mark
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform