Icon View Incident Report

Serious Serious
Reported By: Mark Fraser
Reported On: 5/4/1999
For: Version 1.13 Build 1
# 421 AfterScroll Event Not Firing for Setting the Record Number or GotoKey

AfterScroll event is fired on BDE tables where 'scrolling' is accomplished via setting the RecNo property (you can see in dbtables.pas that DoAfterScroll is called in setrecno) . DBISAM is not doing so when I set the record number the same way (although the cursor is moving as it should). We are navigating via calls to RecNo (since we are jumping around instead of scrolling from record to record), and that is why I was
having problems figuring out why I was not getting the event with DBISAM.


Comments Comments
This was an oversight on our part - these features were added in Delphi 4 and were not updated in the DBISAM components to maintain compatibility. DBISAM now fires the AfterScroll event for these methods and properties in Delphi 3, 4 and C++ Builder 3,4.


Resolution Resolution
Fixed Problem on 5/15/1999 in version 1.14 build 1
Image