Icon View Incident Report

Serious Serious
Reported By: Fred
Reported On: 3/20/2002
For: Version 3.07 Build 1
# 1067 Record Deletion Being Allowed by Table Component When Another Table Component Has the Record Edited

Here is how I have the problem:

1. I put a session on a form (pessimistic lock)
2. I put a database linked to this session
3. I put 2 TDBISAMTables linked to this database and they open the same table
4. I edit a record with a dbgrid and a dbnavigator with the first TDBISAMTable
5. When i want to delete the same record with the other isamtable (linked to another dbgrid), there is no problem
6. After that, i cannot cancel the edition of the first TDBISAMTable



Comments Comments
There was a problem with deletions being allowed when at least one cursor in the current session had a record lock due to an outstanding edit on that record.


Resolution Resolution
Fixed Problem on 3/20/2002 in version 3.08 build 1
Image