Need Help. We have a list box that holds long company names. However, it appears that company names greater then 50 characters are being cut off. Is there a property to set this limit higher? Thanks in advance.
Hi!
Are you sure that the source for your listbox holds the right source? Is that possibly an sql-cursor? In that case and if the first record of that cursor holds just only 40 characters all other rows will have 40 characters with too.
-Bart
select PADL(myField1,50) from myTable into Cursor myCursor order by myField
Might be a good cursor as source. That way all myField1 will hold always 50 characters.
-Bart
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.