|
멀더.유영성 님이 쓰신 글 :
: Hi Alex !
:
: My Answer :
: DBGrid1->DataSource->DataSet->RecordCount
:
: alex 님이 쓰신 글 :
: : In TDBGrid, RecordCount only returns un-filtered RecordCount.
: : RowCount returns "visible record count in Current DBGird"..
: :
: : Does anyone know how to get filtered RecordCount in current Grid?
Nop.
DBGrid1->DataSource->DataSet->RecordCount.
This value always returns total record count in your DataSource not a filtered record count.
I tried to use OnFilteredRecord, but it does not fired for my code..
I'm unsing FairComs Ctree- server as my DB and some how it doesnot fired the event..
Thanks anyway..
|