Subject | Re: [IBO] IB_Grid Problem |
---|---|
Author | Jason Wharton |
Post date | 2003-08-08T03:59:33Z |
> If I retrive data from a table which has, say 300000 records into aIB_Grid
> (Fetchwholerows=false) I get some recordinitially and as I scroll throughIBO only fetches the rows it needs to display data so you control it by how
> the grid the other records are retrived.(Nice way to reduce Back end -
> Front end traffic)
>
> Can I control the number of records that is fetched first and shown ?
big your grid is.
> I feel that for my application I need to load 50 records (rather than 2000If you want it to pull in that many records right off just set the
> or 5000 records) as quickly as possible and the remaining as the user
> scrolls through.
BufferRowNum to 50 and that will cause it to pull them in right then if they
are not already in the buffer.
Jason