April 11th, 1999, 12:04 PM
Hi there,
in my FormView-based application, i have to store the contents/the state of editcontrols, comboboxes and other controls in a database, if the contents of the control
has been changed by the user.
Is there a very common way to detect, if the contents of a control has been changed ??
I tried to overwrite the PreTranslateMessage(..) function, but i do not find a way to detect if for example a user drags a text in a Editfield....
so i would be very happy if someone could give me a hint for solving this problem.
Thanks in advance
Thomas.
in my FormView-based application, i have to store the contents/the state of editcontrols, comboboxes and other controls in a database, if the contents of the control
has been changed by the user.
Is there a very common way to detect, if the contents of a control has been changed ??
I tried to overwrite the PreTranslateMessage(..) function, but i do not find a way to detect if for example a user drags a text in a Editfield....
so i would be very happy if someone could give me a hint for solving this problem.
Thanks in advance
Thomas.