New Posts New Posts RSS Feed: Validation Example?
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

Validation Example?

 Post Reply Post Reply
Author
BringerOD View Drop Down
DevForce MVP
DevForce MVP
Avatar

Joined: 27-Aug-2010
Location: USA
Posts: 35
Post Options Post Options   Quote BringerOD Quote  Post ReplyReply Direct Link To This Post Topic: Validation Example?
    Posted: 27-Aug-2010 at 5:50pm
Using DevForce and WPF what are the steps to get your controls, like the TextBox, to show validation errors.
Back to Top
BringerOD View Drop Down
DevForce MVP
DevForce MVP
Avatar

Joined: 27-Aug-2010
Location: USA
Posts: 35
Post Options Post Options   Quote BringerOD Quote  Post ReplyReply Direct Link To This Post Posted: 28-Aug-2010 at 9:17am
Figured it out to some extent.
 
Entities.VerifierEngine.DefaultVerifierOptions.ErrorNotificationMode = VerifierErrorNotificationMode.NotifyAndThrowException;
 
With WPF you have to set the "ErrorNotificationMode" to "NotifyAndThrowException" becuase WPF is behind the times.
 
 
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down