How to Make Combo or List Boxes Hold More than 255 Characters
Article ID: 139049
Article Last Modified on 2/11/2000
APPLIES TO
- Microsoft Visual FoxPro 3.0 Standard Edition
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.
Additional query words: VFoxWin
Keywords: kbcode KB139049