Subject Re: [IBO] Re: Grid delete record
Author Geoff Worboys
> If you need to know when a record changed by scrolling in the
> grid you can use the OnDataChange of the Datasource. As soon
> as the field param is NIL the record changed. If Field is not
> nil the user moved horizontally within the grid (ie moved from
> one field to another).

There is actually a flag that can be used rather than relying on the
field param being nil...

Statement.Fields.IsRowNumChanged is true in the OnDataChange event,
when the change was due to a scrolling action (row change), rather
than some other activity.

HTH

Geoff Worboys
Telesis Computing