Subject | Re: [IBO] Detecting user changes |
---|---|
Author | Geoff Worboys |
Post date | 2001-01-05T04:30:19Z |
> In my particular application, I require an event everyIn which case you must attach the code to the OnChange event of the
> 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.
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