Filtered and Real Record Count?
Posted: 01.04.2013, 17:27
Hi,
D5 and v6 Zeos.
I'd like to know the actual RecordCount of a DataSet.
If it is Filtered then RecordCount only returns the available records as Filtered.
TDbf has an ExactRecordCount which always shows the total Records regardless of Filtering or Indexes.
Does Zeos have anything like that?
I want to use...
Label1.Caption:=IntToStr(tbl1.RecordCount)+' of '+
IntToStr(tbl1.TotalRecordCount);
Possible?
Thanks
D5 and v6 Zeos.
I'd like to know the actual RecordCount of a DataSet.
If it is Filtered then RecordCount only returns the available records as Filtered.
TDbf has an ExactRecordCount which always shows the total Records regardless of Filtering or Indexes.
Does Zeos have anything like that?
I want to use...
Label1.Caption:=IntToStr(tbl1.RecordCount)+' of '+
IntToStr(tbl1.TotalRecordCount);
Possible?
Thanks