Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multi-row array only shows one row on form
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00548068
Message ID:
00548444
Views:
11
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
Previous
Reply
Map
View

Click here to load this message in the networking platform