Click to See Complete Forum and Search --> : List Box limitations


November 16th, 1999, 07:51 PM
I am unable to populate a listbox with more than 50 items. Is there a limitation for this when concerning list boxes or could there be something wrong with my choices for listbox style or possibly some other attribute? Do all VB controls have a limit on population? Thanks in advance

santulan
November 16th, 1999, 10:27 PM
Hi,

As long as I know, There is no limit. The limit is only the machines speed and the method by which you are populating the data.Look for the following reasons -
1. Please re-check your data filter condition
2. Look for Null Values. Some times it create problem

regards,


Santulan