Icon View Incident Report

Serious Serious
Reported By: Kishore Sharma
Reported On: 7/5/2007
For: Version 1.04 Build 4
# 2405 Having an Active OnFilterRecord Event Handler Causes Navigation Issues

When there is a TEDBTable.OnFilterRecord for a table, the record pointer never show's Table.EOF = True. Suppose say I have a while loop like below and i have a OnFilterRecord event assigned to this table, than the loop goes into infinite.

while not MyTable.Eof do
begin
  :
  MyTable.Next;
end;



Resolution Resolution
Fixed Problem on 7/10/2007 in version 1.04 build 5


Products Affected Products Affected
ElevateDB VCL Client-Server
ElevateDB VCL Client-Server with Source
ElevateDB VCL Standard
ElevateDB VCL Standard with Source
ElevateDB VCL Trial

Image