VB 6.0 - I got a problem on MS Hierarchical Flexgrid

Asked By Ralph Acido on 11-May-06 10:44 PM
I got a big problem on MS Hierarchical Flexgrid. I display data using MSDatashape it will retrieve the data but the big problem is It does not display all the records... anyone who knows to solve this?

re

Asked By Rupali Randhave Kolhe on 12-May-06 12:19 AM
check all properties of grid i.e height,rowheightmin etc.

Please help me!

Asked By Ralph Acido on 12-May-06 12:23 AM
The MSHFlexgrid can only display up to 2049 rows is there such a way i could display more than rows.. because my database contains thousands of recors... more 100,000 records..
Asked By Rupali Randhave Kolhe on 12-May-06 01:50 AM
http://support.microsoft.com/kb/q191006/
my idea
Asked By Paul Moulic Jr. on 28-May-06 01:59 AM
as you said Ms Flexgrid can display only 2049 rows, so what you do is display only that rows also and after that create a next button that will display another 2049 records? correct? why shoud i say this... if you can display the 100 thou records in one sheet you cant print that one in one page? its not.. so i suggest that make a next button to display every 2049 records appear in your Ms flexgrid. this is also to make your program run fast and easy to query all the records.. i hope you got an idea..