The results are in! Meet the top members of our 2017 Expert Awards. Congratulations to all who qualified!
Are you are experiencing a similar issue? Get a personalized answer when you ask a related question.
Have a better answer? Share it in a comment.
This happens because the Tab event kicks in after the code has run. What you need to do is create a global variable to store the error in.
Below is the code to do this.
I have created ExitFieldCode as a sample of how to do this. I have called my checkbox in this example "thisone"
You then need to put in the following field the code for FieldEntry as code that runs on entering the field. This will check to see if there is a global variable of an error set and if so it will select that field
Hope this helps
Open in new window