multipage tabs scroll out of view.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

My multipage form opens with the page tabs scrolled out of view. Is there a
way to open the form scrolled all the way to the top?

Thanks
 
CSFunder said:
My multipage form opens with the page tabs scrolled out of view. Is there a
way to open the form scrolled all the way to the top?

Thanks

Two things...

Make sure the first item in the tab order is near the top of the page

If any TabPage contains a subform this will happen if the subform control is not
quite big enough to show the entire form within.
 
I've run into the same problem. In addition to what Rick said, I believe the
tab pages have to fit _comfortably_ within the view. When I create a test
form (with only a single text box) that doesn't fit comfortably within the
view, the tabs are out of view when the form opens no matter how close to the
top I place the text box.
 
Back
Top