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
2430
Validated doesn't restore the last valid entry
posted

I have a workaround for this but owondering if:

 

I have a combo box with several values and sometimes a value is invalid and want the value rejected (aka fails validation) with the original value restored.

I tried setting up Validating with Cancel = false but it didn't restore old value.

 

I assume there is a simple solution to this, although not a big deal.

Parents
No Data
Reply
  • 29105
    Suggested Answer
    Offline posted

    Hello Haessd,

     

    Have you tried setting Combo's LimitToList property to True? This will force the combo into validation and accept only items that are populated.  

Children
No Data