Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
COMBOBOX
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00005254
Message ID:
00005290
Views:
30
>Hello, i have one combobox with the properties,
>
>columncount=1
>numberofelement=10
>rowsource= a_numero (Public a_numero[1])
>rowsourcetype= 5 - array
>style = 2 - dropdown list
>
>the array a_numero if fill with the user method CHKFILT
>from the main form, the object is on the main form.
>
>If i check with the debug the array have more then one item, but the object combobox always show one item only.
>
>I beleive i forget something...
>
>
>Carl Barbeau
>Analyst Designer office systems
>Enterprise transformation. (Gateways)
>Bell Canada.

try setting combobox1.numberofelements=alen(a_Numero,1) after filling the array.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform