combo and list box limits.....
combo and list box limits.....
(OP)
What is max number of records you can use to populate a list and/or combo box?
I saw it somewhere and just can't remember. Thanks!
I saw it somewhere and just can't remember. Thanks!
Tom Gahagan
edrest@alltel.net
REST
Your my reason for reason.... Carlos Santana
RE: combo and list box limits.....
John Durbin
ICQ VFP ActiveList #73897253
RE: combo and list box limits.....
I just tried both a list box and combo box using RowSourceType of Fields, using a table with over 4700 records. Worked just fine.
"Array" is one of the valid RowSourceTypes. Arrays are limited in VFP to 65,000 elements (not rows, but total elements), so if you used an array as the source, that would be a hard limit.
Robert Bradley
FoxDev - Visual FoxPro Development
RE: combo and list box limits.....
John....
While it may be a defeat of the gui... the age old dictum... if the customer wants it and wants if badly... what' a programmer to do?
Tom Gahagan
edrest@alltel.net
REST
Your my reason for reason.... Carlos Santana
RE: combo and list box limits.....
John Durbin
ICQ VFP ActiveList #73897253