Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Max rows in a combobox?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00455869
Message ID:
00455907
Views:
31
>How many rows can you have in a combobox if the RowSource is an array with one column only? I need to have about 150 rows, but the drop-down list seems to stop after 50 rows or so. TIA!

I agree with Chris about limiting the size of combos. They can become very unfriendly UI-wise when the available choices get to be too much. I would recommend a listbox or a grid with no lines in situations like this.

That said, I tested with 152 records selected into a array property of the form and then set combo accordingly. Everything displayed as it should (all records). The DisplayCount property sets the size of the dropdown before it allows scrolling. Does yours not have a scrollbar?
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform