Describe the bug
If you create a validate event procedure, it is not triggered when leaving the control. It triggers when you go back to the control.
To Reproduce
Steps to reproduce the behavior:
- Create a form with one text box and another control
- Create a validate function with just a msbox
- Type something in the textbox
- Go to the other control (tab, mouse)
- Nothing happens
- Go back to original text box
- Validate function fires
Expected behavior
Validate should happen on change of control or when we leave control