Error Provider Question

  • Thread starter Thread starter Ming Ma
  • Start date Start date
M

Ming Ma

Hi,
If I have a data entry form containing a few text boxes that I would provide
some input validation for. Do I have to add error providers for each text
box, or can I use just one error provider for the whole form?

Thanks.
 
Ming Ma said:
Hi,
If I have a data entry form containing a few text boxes that I would provide
some input validation for. Do I have to add error providers for each text
box, or can I use just one error provider for the whole form?

Thanks.

You need just one error provider for the form. It will work with multiple
controls.
 
* "Ming Ma said:
If I have a data entry form containing a few text boxes that I would provide
some input validation for. Do I have to add error providers for each text
box, or can I use just one error provider for the whole form?

Add one errorprovider to the form and have a look at the properties of
all controls in the properties window!
 
Back
Top