Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
COMBOBOX
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00005254
Message ID:
00005290
Vues:
24
>Hello, i have one combobox with the properties,
>
>columncount=1
>numberofelement=10
>rowsource= a_numero (Public a_numero[1])
>rowsourcetype= 5 - array
>style = 2 - dropdown list
>
>the array a_numero if fill with the user method CHKFILT
>from the main form, the object is on the main form.
>
>If i check with the debug the array have more then one item, but the object combobox always show one item only.
>
>I beleive i forget something...
>
>
>Carl Barbeau
>Analyst Designer office systems
>Enterprise transformation. (Gateways)
>Bell Canada.

try setting combobox1.numberofelements=alen(a_Numero,1) after filling the array.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform