Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combo Box : Not showing values unless focus is set to it
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00145892
Message ID:
00146163
Vues:
23
>>> Problem I am having is, when I load the form, none of these combo show values at startup though there is a some value in Value property. It displays these values only if you set focus to it.
>
>Hi Nancy,
>
> Thanks for the reply but Combo doesn't have ControlSource.
>
>Bye
>Jayesh

Since the control is not bound to a ControlSource, try:

THIS.LISTINDEX = 1

in the .init of the control or

THIS.cboComboName.LISTINDEX = 1

in the .init of the form.

HTH
Paul M.
MCSE/MCSA/MCT/MCP+I, A+, Network+, I-Net+
Nil carborundum illegitimi.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform