Error Provider and Business Objects Validation - VB2005

  • Thread starter Thread starter Julian
  • Start date Start date
J

Julian

Hi

If you validate in the properties of a business object and there is an
error how do you set a forms error provider for the properties error?

Many thanks

Julian
 
You need to provide some more "context" for this question.

Are you using a certain framework? (Not "dotnet" , but a certain kind of
business object framework).
 
Rather than validating on the form I wish to validate in the class property
setters and if the validation is not true set the error provider on the
appropriate control on the form with an error message. I am not using any
particular framework but just building the classes myself Is there common
way of doing this?

Julian
 
Yes,

Try to ask this question in the newsgroup
Microsoft.public.dotnet.languages.vb

Then can more persons use the benefits from the answers.

Cor
 
Back
Top