remove auto focus from subform

icemonster

Registered User.
Local time
Today, 17:58
Joined
Jan 30, 2010
Messages
502
hello. i have a tab that has a subform in it. my problem is whenever i load the form, the focus goes to the subform so the top of the tab is not visible, i have to scroll up just so that it would be. there a fix to this? thanks.
 
There's no fix per se. You just need to reduce the height of the page or tab, then the tab control. In that order.
 
You could use the On Load event to set the focus to any control you desired.
 
Problem is setting focus to a control when dealing with tab controls doesn't always work. If the height of the page is just way to long, then it certainly wouldn't work. But if it was a reasonable height you might just be lucky.
 

Users who are viewing this thread

Back
Top Bottom