Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
165
UltraMaskEdit validating
posted

I have an UltraMaskEdit that allow the user to enter a StartTime. I've set the following properties :

  • EditAs = Time
  • InputMask = {time}
  • TabNavigation = NextControl
  • Text = :

When the user enter an invalid time (omits the minutes) the Validating event does not trigger and the control keeps the focus.

What I would like is to let the Validating occurs when the text does not match the mask in order to show a message inside an ErrorProvider and let the focus move to the next control.

Parents
No Data
Reply Children
No Data