Subject | RE: [IBO] IB_Grid and SrollBar issues. |
---|---|
Author | Daniel R. Jimenez |
Post date | 2005-05-16T01:00:15Z |
> This is how IB_Objects Grids are designed. It makes the applicationHi Christopher,
> much more responsive to only bring in the records are immediately
> needed. If you want to have all records ready for the Grid you will
> need to do A FetchAll.
I have definitely set the AutoFetchAll = true. But the problem remains.
Please correct me if I have miss interpret you. So my understanding, is that
by setting AutoFetchAll = true, the scroll bars on IB Grid, will not display
a true representation of the number of records. For this to work correctly,
I can only fetch a small number of records?
Daniel
[snip]