pbuethe
Returning User
- Local time
- Yesterday, 19:12
- Joined
- Apr 9, 2002
- Messages
- 210
I have a form with 4 tabs. The OnCurrent event of the form sets the focus on the first tab. The first control on the first tab (control #1) has an exit event procedure, which sets the focus to the second control after (skipping the next control). Therefore after going to a new record, if I click on the other tabs it will go to control #3 then to the tab. In other words I have to double click the tabs in order to go to the other page.
How can I get it to recognize the tab click the first time and go to the other page without going to control #3 first?
Thanks for any help.
How can I get it to recognize the tab click the first time and go to the other page without going to control #3 first?
Thanks for any help.