Subject More Scroll Concerns (No...please!)
Author Eric Handbury
Hello,

(BCB6-SP2, IBO4_2Hg, FB-1.0-796, Enh2.1.1)

I have found that the Scroll events are NOT fired on an Insert but
are fired on a Cancel. This seems inconsistent...
I would assume that a new row is added in the dataset buffer area
on an Insert which means that the row pointer has moved from a pre-
existing row to this new row, and on a Cancel, the row pointer moves
from this newly-allocated row back to a pre-existing row. It would
seem, then, that these actions are equal (but opposite) and should
have the same events fired.
This comes back to my many previous posts on this subject... that
an Insert is an user-initiated row change which should fire these
events.

Eric.