C
Christian Pické
Hi,
I am using a Windows Form with mostly textboxes and comboboxes on it.
To detect if the 'record' has been modified by the user, I am using the
TextChanged event of each textbox, where I set a boolean to true. That way I
can ask the user if he likes to save the data when het exits the form.
Question: is there a faster way to detect that the content of any control on
a form has been modified (like the event AfterUpdate in MS Access)? I know
that it is possible with bound controls, but in this concept I work with
unbound controls which are filled and/or saved by stored procedures.
Thanks in advance,
Christian
I am using a Windows Form with mostly textboxes and comboboxes on it.
To detect if the 'record' has been modified by the user, I am using the
TextChanged event of each textbox, where I set a boolean to true. That way I
can ask the user if he likes to save the data when het exits the form.
Question: is there a faster way to detect that the content of any control on
a form has been modified (like the event AfterUpdate in MS Access)? I know
that it is possible with bound controls, but in this concept I work with
unbound controls which are filled and/or saved by stored procedures.
Thanks in advance,
Christian