Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combobox init value is blank
Message
De
22/07/2000 14:03:27
 
 
À
22/07/2000 13:51:50
Jimmy Ditta
Twin City Electronics
Monroe, Louisiane, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Divers
Thread ID:
00395886
Message ID:
00395889
Vues:
9
>If a combo's rowsource is a field, what would keep it from initially displaying the 1st record? IOW when the form comes up, the combo is blank, but when dropped down, all the selections are there.
>
>Thanks
>JD

Hi Jimmy.
Check controlsource of combo. If controlsource of combo is empty. place to combo init next lines:

if combo.ListCount>0
combo.ListIndex = 1
endif
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform