Subject Re: [IBO] Detecting user changes
Author Geoff Worboys
> The only problem I have is successfully triggering when
> the user changes the field. The user can use the keyboard
> or mouse. I don't want it to trigger at any other time
> (when the employee record scrolls, the field will change
> but this is only displaying the current information).

What I about simply attaching code to the datasource OnDataChange and
then testing the dataset state. If the state is dssInsert or dssEdit
then the change is due to an actual field update, otherwise the change
is due to scrolling the dataset.

Is that what you are looking for?

Geoff Worboys
Telesis Computing