DBGrid and RecordCount

Forum related to version 6.5.1 (alpha) and 6.6.x (beta) of ZeosLib's DBOs

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
jascha
Fresh Boarder
Fresh Boarder
Posts: 9
Joined: 14.10.2005, 14:31
Location: Füssen
Contact:

DBGrid and RecordCount

Post by jascha »

I am using a TDBGrid to Browser a TZQuery. The TZQuery.Filtered property is set to TRUE so, that not all Rows are fetched as one. This works perfekt, excep the scrollbar of the DBGrid, which only has 3 position (first, somewhere in the middle, last). As far as I understand this is because it does not know the RecordCount.

But I have already got the RecordCount. Is there a possibility to tell the DBGrid the RecordCount somehow, so that the scrollbar behaves "normaly".

Thanks
Post Reply