How to Make Combo or List Boxes Hold More than 255 Characters (139049)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 3.0
This article was previously published under Q139049 SUMMARY
When you use a list or combo box that has Value as the RowSourceType, only
255 characters can be typed into the RowSource property. You should use the
Value option in the RowSourceType property when you need to place static
values in the list or combo box. When you choose the Value option, the
values can be typed into the RowSource property separated by commas. Once
255 characters have been typed into the RowSource property, no more
characters are allowed, so the computer's bell sounds when you try to add
another character. If the list or combo box needs to hold more than 255
characters, create an array to hold the values as demonstrated by the
example in this article.
Modification Type: | Major | Last Reviewed: | 2/11/2000 |
---|
Keywords: | kbcode KB139049 |
---|
|