Icon View Incident Report

Minor Minor
Reported By: Shawn Oster
Reported On: 5/28/2004
For: Version 4.05 Build 1
# 1706 Calling LastAutoIncValue Causes an Access Violation

Calling LastAutoIncValue before doing any action that might generate a new AutoInc (Append\Insert) will cause the application to raise an Access violation. Should most likely raise a DBISAM exception instead.

1. Add DBISAMTable
2. Connect it to a database
3. Set Active := True;
4. In a button click attempt to call DBISAMTable1.LastAutoIncValue
5. Crashes with an Access violation



Resolution Resolution
Could Not Reproduce Problem on in version 0.00 build 1
Image