Icon View Incident Report

Serious Serious
Reported By: Helmut Schiefer
Reported On: 6/20/2005
For: Version 4.21 Build 4
# 2078 Using the OnFilterRecord Event Handler Causes Incorrect Record Display in a Grid

The OnFilter program handler doesn't work anymore. The test table that I sent has two rows with KBEZ='S01' but it displays more than two rows.

procedure TForm1.DBISAMTable1FilterRecord(DataSet: TDataSet;  var Accept: Boolean);
begin
  Accept := Dataset.FieldByName('KBEZ').asString='S01';
end;



Resolution Resolution
Fixed Problem on 6/20/2005 in version 4.21 build 5


Products Affected Products Affected
DBISAM Additional Software and Utilities
DBISAM VCL Client-Server
DBISAM VCL Client-Server with Source
DBISAM VCL Standard
DBISAM VCL Standard with Source

Image