Hi. I need a way to "prevent" a SAVE from occurring when my users tab through any page on a tab control i've created. What's happening is that I've set up the tab order so that it'll move them through each page of the tab control. But if they hit the tab key at the end of any given page on the tab control, it saves the record, which in my case, because of different logic running in the background, takes up a few seconds. How can i prevent the save from being run? I want the save to occur only when the user explicitly navigates away from the current record. I checked the tab order and can't see anything too obvious.
Thanks.
Thanks.