Hi,
Need help on something. I have a form that has tab controls. Each tab has fields. When a user tabs from field to field, on the last field on the tab, I use the exit function for to set focus on the first field on the next tab. Works great but now I have a problem if the user clicks on the save button on the last field of the tab, it goes to the set focus and doesn't do my save procedure. How do I recognize when some tabs to the next field vs. when they click on a button. The exit of the field occurs obviously before the save procedure. Anyway, help would be nice. Thanks!
Need help on something. I have a form that has tab controls. Each tab has fields. When a user tabs from field to field, on the last field on the tab, I use the exit function for to set focus on the first field on the next tab. Works great but now I have a problem if the user clicks on the save button on the last field of the tab, it goes to the set focus and doesn't do my save procedure. How do I recognize when some tabs to the next field vs. when they click on a button. The exit of the field occurs obviously before the save procedure. Anyway, help would be nice. Thanks!