PRB: Multi-Column Listbox Fails When >15 Chars in Last Column (196027)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 5.0
- Microsoft Visual FoxPro for Windows 5.0a
- Microsoft Visual FoxPro for Windows 6.0
This article was previously published under Q196027 SYMPTOMS
A multi-column list box with a RowSourceType of 0-None that has text of
over 15 characters in the last column and nothing in all prior columns also
displays the text from the last column in the first column. For an example
of this behavior, use the sample code in the Steps to Reproduce Behavior
section.
RESOLUTION
If there are over 15 characters in the last column, make sure there is data
in one of the previous columns. Alternately, you can use a different
RowSourceType. A RowSourceType of 5-Array can have empty elements in all
but the last column and display over 15 characters in the last column of a
list box properly.
Modification Type: | Minor | Last Reviewed: | 3/7/2005 |
---|
Keywords: | kbcode kbContainer kbCtrl kbOOP kbpending kbprb KB196027 |
---|
|