Changes tracking

  • Thread starter Thread starter Pascal Cloup
  • Start date Start date
P

Pascal Cloup

Hello,

Is there a mechanism allowing to know if the user has made a change in a
form containing many controls?

Thanks for help.
 
* "Pascal Cloup said:
Is there a mechanism allowing to know if the user has made a change in a
form containing many controls?

Have a look at the documentation for the control's 'CausesValidation'
property, 'Validating' event and the form's 'Validate' method.
 
Back
Top