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:
00692447
Views:
29
Thanks Nayda, but it does not make a difference. All that displays is the first element of the array. The form is modal.

>>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
Extreme Programming = Plan -> Design -> Code -> Test
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform