C
clara
Hi all,
On one of my form, there are over 40 combobox, textbox, and other controls.
If change happens in combobox or textbox, a change flag should be set. I hope
these events should be handled in one sub. I hope I can do it in the
following format:
for each con in me.controls
addhandler -----, deleg
next
Could you tell me how?
Clara
On one of my form, there are over 40 combobox, textbox, and other controls.
If change happens in combobox or textbox, a change flag should be set. I hope
these events should be handled in one sub. I hope I can do it in the
following format:
for each con in me.controls
addhandler -----, deleg
next
Could you tell me how?
Clara