Subject IBOTabl.RecordCount is not accurate
Author Darren
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