Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding items to 2nd column of Combo
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Adding items to 2nd column of Combo
Miscellaneous
Thread ID:
00396237
Message ID:
00396237
Views:
46
I am trying to load items into two columns of a Combo Box but it does not work as I expect. All properties are their default values except ColumnCount = 2

FOR i = 1 to 10
this.Combo1.AddItem(STR(i),i,1)
this.Combo1.AddItem("Colm 2"+STR(i),i,2)
NEXT

The resulting columns are jumbled.
George
Next
Reply
Map
View

Click here to load this message in the networking platform