Subject | [IBO] Grid Problems |
---|---|
Author | Paul Irwin |
Post date | 2001-03-02T19:25:46Z |
I had a very similar problem and found that I needed to get the value for
the row being drawn from the buffer of the TIB_Query. As the cells are
drawn, the RowNum is not changed. Manually changing it results in an
endless loop of redrawing... fun to watch, but not productive.
Look at the BufferFields property of the TIB_Dataset.
HTH,
Paul
the row being drawn from the buffer of the TIB_Query. As the cells are
drawn, the RowNum is not changed. Manually changing it results in an
endless loop of redrawing... fun to watch, but not productive.
Look at the BufferFields property of the TIB_Dataset.
HTH,
Paul