Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Multi-row array only shows one row on form
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00548068
Message ID:
00548444
Vues:
10
Gerry,

I had no problems creating a combo box associated to an array. All rows in the array were displaying. You might have already checked the following properites; just fyi the following are the properties I set for the combo box. Hope this helps. good luck. My array is aIndices. I have declared it as public array.

ColumnCount - =Alen(aIndices,2)
FirstElement - 1
Height - 24
Left - 72
Name - =Alen(aIndices)
RowSource - aIndices
RowSourceType - 5- Array
Top - 36
Width - 100

Neetu Kumar
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform