Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combobox
Message
 
To
16/01/2002 15:25:02
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00605649
Message ID:
00605979
Views:
11
>I have 2 combobox in a form.
>In the first combobox in valid event i have:
>do while condition
> i = i + 1
> dimension TABLA(i)
> TABLA(i) = campo
>enddo
>In the second combobox i have:
> rowsource = TABLA
> rowsourcetype = 5 &array
>But only appear the first element of the array in the combo.
>Could you help me please ?
>Many Thanks

Claudio,

Have you tried Setting the NumberOfElements of the second Combo to the array length?

HTH
Caroline
Previous
Reply
Map
View

Click here to load this message in the networking platform