Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
One record combo box
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00692427
Message ID:
00692438
Views:
29
>I'm going cross-eyed. Simple form with regular combobox using form array.
>form Array is filled from Acopy(aArray,ThisForm.aCopyArray) from another control
>Number of elements is Alen(ThisForm.aCopyArray)
>rowsource = thisform.aCopyArray
>rowsourcetype = 5
>combobox initially set visible=F and enabled=F
>
>Should have 80+ records.
>Still only 1 record displays, any ideas?
>
>Thanks, Chuck
Don't put Number of elements. Also don't set it disabled, since it's invisible anyway...

If you assign it in code, it should be
RowSource = [thisform.aCopyArray] && e.g. in quotes
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform