Icon View Incident Report

Serious Serious
Reported By: Roy Lambert
Reported On: 6/14/2005
For: Version 4.21 Build 3
# 2075 Setting TDBISAMTable.Filtered Property to False Results in a Record Count of 0

Recipients is a memory table with three fields

_List integer
_Name string
_eddress string

In this particular case there is one record with _List = -1. There is a filter set "_List = -1" and RecordCount shows 1. After the following line:

Recipients.Filtered := False;

RecordCount shows 0 and, naturally, the program no longer does what it should.


Resolution Resolution
Fixed Problem on 6/16/2005 in version 4.21 build 4


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

Image