Subject Re: [IBO] TIBOTable, Filtered, and RecordCount
Author Joe Martinez
Ok. Thanks. My next question: What happens if I call FetchAll, and all
of the records are ALREADY in the buffer? Will it recognize this and not
do anything, or will it re-fetch all of the records, causing a performance hit?

Thanks,
Joe

At 06:03 PM 9/19/2002 -0700, you wrote:
>RecordCount is only accurate when using OnFilterRecord if all records are in
>the buffer. Call FetchAll prior to accessing RecordCount to make sure it is
>accurate.