Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using an Array with a ComboBox
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00175889
Message ID:
00175900
Vues:
28
Paul,

Because the combobox is created before the form's Init runs and at that time the array isn;t ready yet. You could simply call the Combo's Requery after populating the array;

* Form Init
* Populate array

* Then
ThisForm.Combo1.Requery()
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform