|
-
January 20th, 2000, 02:31 PM
#1
ComboBox - Properties
I have trouble with the following three properties for ComboBox:
- RowSource
- BoundColumn
- ListField
These properties are not on the list of intelligence drop down.
Please advice.
Thanks.
-
January 20th, 2000, 04:39 PM
#2
Re: ComboBox - Properties
which version of vb r u using?
-
January 20th, 2000, 04:42 PM
#3
Re: ComboBox - Properties
these properties r not there in vb6.
-
January 20th, 2000, 06:42 PM
#4
Re: ComboBox - Properties
-
January 20th, 2000, 06:47 PM
#5
Re: ComboBox - Properties
Ok. Do you know how to display the drop down list? When I click on the arrow, it won't drop the list when I use the following code:
set cmboToys = rstToys
cmboToys.DataFieldToDisplay = "Description"
cmboToys.DataField = "Code"
Thanks.
-
January 20th, 2000, 08:19 PM
#6
Re: ComboBox - Properties
is the style property of your combo 0?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|