Hi Dave,
Thank you for your prompt response.
> My question was how do I force a control to revalidate?
Do you mean that you want the Validating event of the textBox2 to be
raised? Only when the CausesValidation property of the textBox2 is true and
the focus is moving from the textBox2 to another control whose
CausesValidation property is also true, the Validating event of the
textBox2 will be raised.
Actually, I think you could directly call the CausesValidating event
handler of the textBox2 to force it to revalidate.
Hope this helps.
If I misunderstand you or you have any concerns, please feel free to let me
know.
Sincerely,
Linda Liu
Microsoft Online Community Support
mfr - 14 Sep 2006 10:42 GMT
Linda,
That works,
Thank you.
Dave.
> Hi Dave,
>
[quoted text clipped - 17 lines]
> Linda Liu
> Microsoft Online Community Support