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:23:05
 
 
To
26/07/2000 16:08:14
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00397268
Message ID:
00397294
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
Thanks, that works perfectly. It has a little twist that I wasn't expecting, though. The second field is a Memo, which is exactly what its displaying..."memo" (duh). I want it to display what's in the memo. How do I do that?

JD
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform