Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combobox Problem
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00344427
Message ID:
00344481
Views:
28
Paul,

Yes it does -- you must preface the name of your array in the RowSource declaration with THISFORM, such as in the following:

THISFORM.MyComboBox.RowSource = THISFORM.MyArrayName

>Hi Evan,
>
>I do have the columncount set to 2, I tried switching the DisplayCount but that had no effect.
>
>Also the array I am using is a form property, if this makes a difference...
>
>Thanks,
>Paul Acton
>
>
>>Hi Paul,
>>
>>Try setting the ColumnCount property to the number of columns in the array, something like this:
>>
>>THISFORM.MyComboBox.ColumnCount = 2
>>
>>You might also want to set the DisplayCount property to the maximum number of rows that you want shown when the user "drops" the ComboBox.
>>
>>HTH.
Evan Pauley, MCP
Positronic Technology Systems LLC
Knoxville, TN

If a vegetarian eats vegetables, what does a humanitarian eat?
Previous
Reply
Map
View

Click here to load this message in the networking platform