TIBCQuery problem with NextDBGrid
Posted: Tue 02 Feb 2010 20:47
Hello,
I'm using NextDBGrid as data-aware grid component. In combination with TIBCQuery, I do get weird results when navigating through the result set in the grid, with e.g. the Page-Down key. The grid works fine with a TIBOQuery component from IBObjects.
I've created a small demo application, which looks like that upon start:
http://www.iblogmanager.com/download/mi ... /Clip1.jpg
Everything looks fine. Now I'm issuing a few Page-Downs in all grids. The left upper grid (which is a combination of TIBCQuery and TNextDBGrid) starts already messing up. See the gap between value 23 and 30.
http://www.iblogmanager.com/download/mi ... /Clip2.jpg
It's getting even worse when I'm at the bottom of the grid and then hold the Page-Down key for a second or two. This results in the following screen:
http://www.iblogmanager.com/download/mi ... /Clip3.jpg
See the gap between 230 and 623.
All other three combinations: TIBCQuery with TDBGrid, TIBOQuery with NextDBGrid and TDBGrid are working fine in all scenarios.
Any clues? Any property for TIBCQuery which might affect this issue?
Thanks!
Regards,
Thomas
I'm using NextDBGrid as data-aware grid component. In combination with TIBCQuery, I do get weird results when navigating through the result set in the grid, with e.g. the Page-Down key. The grid works fine with a TIBOQuery component from IBObjects.
I've created a small demo application, which looks like that upon start:
http://www.iblogmanager.com/download/mi ... /Clip1.jpg
Everything looks fine. Now I'm issuing a few Page-Downs in all grids. The left upper grid (which is a combination of TIBCQuery and TNextDBGrid) starts already messing up. See the gap between value 23 and 30.
http://www.iblogmanager.com/download/mi ... /Clip2.jpg
It's getting even worse when I'm at the bottom of the grid and then hold the Page-Down key for a second or two. This results in the following screen:
http://www.iblogmanager.com/download/mi ... /Clip3.jpg
See the gap between 230 and 623.
All other three combinations: TIBCQuery with TDBGrid, TIBOQuery with NextDBGrid and TDBGrid are working fine in all scenarios.
Any clues? Any property for TIBCQuery which might affect this issue?
Thanks!
Regards,
Thomas