Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combo Format problem
Message
From
12/12/2001 03:43:20
 
General information
Forum:
Visual Basic
Category:
Other
Miscellaneous
Thread ID:
00590977
Message ID:
00593133
Views:
36
>>Hi,
>>
>>Thank for your help and advise.
>>BTW, how do I go about using a fixed font in my combobox problem
>>since it is due to the font problem ? Which font is a fixed fonts ?
>>
>
>Courrier

Hi,

As mentioned previously, if I want to programmtically
bind an ADO recordset to a auto filled combo, I should be using
data combo control.

However, it don't seem to auto fill up the combo box with my
data at all. I am using code insteads of the ADO control with part of
my code shown below, please kindly advise and comment.


Set cnn = New ADODB.Connection
Set rs = New ADODB.Recordset

...
...

cboDataCombo.ListField = "Vip"
set cboDataCombo.RowSource = rs
Best Regards
Virusim
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform