Subject | Re: [IBO] Re: Grid delete record |
---|---|
Author | Geoff Worboys |
Post date | 2001-03-05T13:01:37Z |
> If you need to know when a record changed by scrolling in theThere is actually a flag that can be used rather than relying on 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).
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