Subject RE: [IBO] IB_Grid and SrollBar issues.
Author Daniel R. Jimenez
> This is how IB_Objects Grids are designed. It makes the application
> 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.


Hi Christopher,

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]