Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ComboBox Focus
Message
From
24/08/2001 00:17:12
 
 
To
23/08/2001 22:36:54
General information
Forum:
Visual Basic
Category:
ActiveX controls
Title:
Miscellaneous
Thread ID:
00548438
Message ID:
00548460
Views:
11
>How do you set the focus on the first item in a combo box?
>This is the code to populate the ComoBox........
>
>
> Do While Not rsCompany.EOF
> cmbCompany.AddItem rsCompany("Company").Value
> cmbCompany.ItemData(cmbCompany.NewIndex) = rsCompany("CompanyID").Value
> rsCompany.MoveNext
> Loop
cmbCompany.ListIndex = 0
HTH
So the suggestion on the other thread worked for you? (Front End thread)
Previous
Reply
Map
View

Click here to load this message in the networking platform