Subject Re: [IBO] Detecting user changes
Author Geoff Worboys
> In my particular application, I require an event every
> time the control changes. I can understand why the
> underlying data is not changed until the user exits the
> control, but I want to be able to update another control
> on every change entered.

In which case you must attach the code to the OnChange event of the
control. In this way you will get EVERY change that occurs in the
control, regardless of why the change happened: up/down click, user
entry, dataset scroll, code update etc. (You must make your code
resilient to invalid/incomplete values in the control.)


Geoff Worboys
Telesis Computing