Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ComboBox Focus
Message
De
24/08/2001 00:17:12
 
 
À
23/08/2001 22:36:54
Information générale
Forum:
Visual Basic
Catégorie:
Contrôles ActiveX
Titre:
Divers
Thread ID:
00548438
Message ID:
00548460
Vues:
9
>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)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform