GeoffS Level: VB Lord

 Registered: 29-09-2004 Posts: 536
|
Re: MSFlexGrid
Hi,
Microsoft recommend that you display a maximum of 1000 rows at a time in this control. To display more you should "Page" the records so that 1000 or less (preferably only as many as can actualy be visible in the control) are displayed per "Page".
See this article on how to achieve this :-
http://support.microsoft.com/kb/254117/en-us
____________________________
multi-tasking - the ability to hang more than one app. at the same time.
|