Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ComboBox not showing Second field
Message
From
10/06/1999 17:52:36
 
 
To
10/06/1999 17:47:55
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00228583
Message ID:
00228586
Views:
18
>I have a table that contains two fields (let's use state code
>and state description). What setting do I need to have to show
>both the state code then the state description in a combobox
>when it is not selected (user has not clicked on it yet)?
>
>I'd also like to see the best way to use a rowsource for this
>excercise since there are 10 options here...

Combo.RowsourceType=6
Combo.Rowsource="Mytable.State,Description"
Combo.ColumnCount=2
What do you want to see in text portion of the combo? Both fields together or just State?
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform