Re: Pushing the limits of a list view
- Posted by Jonas Temple <jtemple at yhti.net> Jun 01, 2004
- 465 views
cklester wrote: > > > Jonas Temple wrote: > > > > I've got a program that dynamically builds a list view (columns and data > > rows). In one situation I added 700+ columns to the list view. The data > > displays fine but the column headings are not drawn after columns 396. > > As a matter of fact, column 396 is only half drawn! Is this a known > > limitation? If not, I guess I'll have to dig and figure out why.... > > I don't have your answer, but I'm very curious as to why you > need so many columns! :D > Well, I wasn't going to go into the details but...a user of my FROG database browser reported the problem. With FROG the user can open any database file and browse the records in the file. One file in particular has 796 columns! So a "select * from myfile" returns every column in the file. I adivsed the user to limit the number of columns returned but it's much easier to type a "select *" than "select fld1, fld2, fld3, etc..." It's pretty unusual to have files with that many columns but it does happen! Jonas