screen jumps when tab control clicked

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

Guest

I have a form with page breaks. On page 2 of my form I have an object,
containing 2 tab controls. When I first get to page 2, everything looks
fine, I can access the objects on the first tab.

When I click on the 2nd tab, my screen jumps back up so now I see the bottom
1/2 of page 1 and the top 1/2 of page 2.

I found info in the MS Knowledgebase about the screen scrolling down and
cutting off the top, but following their instructions didn't help anyway.

Any ideas?
 
Well, I had autoresize set to yes and autocenter set to no (not really sure
why, but anyway...)

I changed each of them one at a time and tried it, and it's still happening.
 
Actually, here's something interesting I just noticed...

I opened the form, went to the 2nd page using my "next page" button. the
only thing on that page is the tab controls (with the associated objects on
them). When I first got to the page, I wondered if clicking on the 1ST tab
would do the same thing I had seen with the 2nd tab (the usual offender).

I clicked...nothing. So I clicked the 2nd tab...nothing. I clicked back &
forth and it was fine. I clicked AWAY (on a combo box in the tab control
area), then clicked back on the 2nd tab again. It jumped like before. Same
thing happened if I clicked away and clicked on the 1st tab.

So it doesn't have anything to do with WHICH tab I click...it's something
about clicking on any tab without first selecting the tab control
area...maybe? (**scratching my head**)
 
Back
Top