Click to See Complete Forum and Search --> : ComboBox - Properties
VBProgrammer
January 20th, 2000, 01:31 PM
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.
coolily
January 20th, 2000, 03:39 PM
which version of vb r u using?
coolily
January 20th, 2000, 03:42 PM
these properties r not there in vb6.
VBProgrammer
January 20th, 2000, 05:42 PM
Version 6
VBProgrammer
January 20th, 2000, 05:47 PM
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.
coolily
January 20th, 2000, 07:19 PM
is the style property of your combo 0?
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.