Subject Re: [IBO] IBOTabl.RecordCount is not accurate
Author Jason Wharton
I have found and corrected a bug that had to do with this combination of
usages.
Please get the next release and try this again and let me know how it looks
for you.
I should release it today.

Thanks,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: "Darren" <shy_fella23@...>
To: <IBObjects@yahoogroups.com>
Sent: Wednesday, September 26, 2001 4:54 AM
Subject: [IBO] IBOTabl.RecordCount is not accurate


> 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