ListView vs MSFlexGrid

khooweihiong
08-14-2009, 02:47 AM
Hi all,

I am now doing a program that will load > 100,000 records. I heard about datagrid is powerful and for data-binding. but i would like to choose between listview and msflexgrid....i see some posts said msflexgrid has row limitation and faced problem of displaying hundreds thousands of records, but how about listview? will it support lots of records? any detailed reference about ListView? Any suggestion?

Thanks.

Flyguy
08-14-2009, 04:17 AM
You really should do something about your the number of items.
There should be no need to display 100K+ records at the same time.
See my advice in your other threads.

khooweihiong
08-16-2009, 10:29 PM
You really should do something about your the number of items.
There should be no need to display 100K+ records at the same time.
See my advice in your other threads.

Hi,

You are right, it should not be need to display all records at the same time....but my app allows user to enter keywords, and if the keywords matched, it can be thousands or ten thousands records displayed. But my concern is that will the use of loop to load huge amounts of records into ListView be viable?....if it has any other alternative?

Thanks.

Flyguy
08-17-2009, 12:47 AM
Keep the records in a RecordSet and create page buttons to show parts of the data.

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum