Icon View Incident Report

Serious Serious
Reported By: Larry Lustig
Reported On: 2/16/1999
For: Version 1.11 Build 1
# 308 Using the OnFilterRecord Event Handler on a Result Set Would Result in 0 Records Shown

I have a TDBISAMQuery that returns 6 rows (it just joins two tables, it's the query I sent you earlier).

If I create an OnFilterRecord event handler with one line:

Accept := True

and set Filtered to TRUE then I see no records in my query at run-time. I do see the records at design time. Interrogation of the query at run-time through the Watches window seems to show that the query is open and contains the 0 records. Also, even if I set a breakpoint on the single line in the OnFilterRecord event handler, THIS LINE NEVER SEEMS TO EXECUTE.


Comments Comments
Problem was related to the problem reported earlier about the setting Filtered:=False on a query result set would cause the result set to think it only contained 0 records.


Resolution Resolution
Fixed Problem on 2/17/1999 in version 1.12 build 1
Image