Subject | IBOTabl.RecordCount is not accurate |
---|---|
Author | Darren |
Post date | 2001-09-26T11:54:29Z |
Hi
I am using IBO 3.6Di, Delphi5 and Interbase 6.
I have a table which is being filtered using the OnFilter event.
The table has RecordCountAccurate set to True.
I have a DBGrid connected to the Table, so I can see the filtered
results. Which are fine.
But when I read Table.RecordCount the value is often incorrect.
Occassionally it returns the total number of records in the table
instead of the filtered count.
As I can see the filtered results in the Grid I know the count is
wrong.
Is there a way of only knowing the Filered record count?
Thanks
Darren
I am using IBO 3.6Di, Delphi5 and Interbase 6.
I have a table which is being filtered using the OnFilter event.
The table has RecordCountAccurate set to True.
I have a DBGrid connected to the Table, so I can see the filtered
results. Which are fine.
But when I read Table.RecordCount the value is often incorrect.
Occassionally it returns the total number of records in the table
instead of the filtered count.
As I can see the filtered results in the Grid I know the count is
wrong.
Is there a way of only knowing the Filered record count?
Thanks
Darren