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:
00548221
Views:
11
Thanks for the suggestions, Steve.

BTW: ColumnCount= =ALEN(aMyArray,2) for two columns. Bump the 2 up for more columns. (NOTE: The ',2' is for columns, so your "Bump..." comment doesn't apply.)

- Gerry

>Hey Gerry,
>
>Check these settings in the combobox properties -
>
>1. ColumnCount= =ALEN(aMyArray,2) for two columns. Bump the 2 up for more columns.
>2. Number of Elements = =ALEN(aMyArray)
>3. RowSource = aMyArray
>4. RowSourceType = 5-Array
>
>Those are the only combobox settings you need to worry about for an array, I think. See if that helps. Good luck!
** Gerry White / Hagerstown, MD, USA --
** Developing since 1986 in Foxpro, VFP, Oracle, and Java.
** http://GerrysPlace.com
Previous
Reply
Map
View

Click here to load this message in the networking platform