Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I make a Multicolumn Combo
Message
From
26/07/2000 16:08:14
 
 
To
26/07/2000 15:39:56
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00397268
Message ID:
00397289
Views:
14
1. How do I make the fields show up in the combo?
Combobox.RowSourceType = 6 && Fields
Combobox.RowSource = "myview.Field1, Field2"
Combobox.ColumnCount = 2
Combobox.ColumnWidths = "100,100"
You'll need to play around with the numbers in ColumnWidths to get it just right.

2. How do I address the value in the 1st field in my search code?
Combobox.BoundColumn = 1
Insanity: Doing the same thing over and over and expecting different results.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform