Form with tabs, tabs shrink

  • Thread starter Thread starter Stephanie
  • Start date Start date
S

Stephanie

Hi. I'm not sure what I did to my form that has been
working in the past. The form has 3 tabs across the top.
When I open the form now, the tabs section "collapses". I
can barely see them to click on them. Once I do click,
the tabs section enlarge and the form looks normal.

It doesn't seem to be a real estate issue...

Thanks, Stephanie
 
Stephanie said:
Hi. I'm not sure what I did to my form that has been
working in the past. The form has 3 tabs across the top.
When I open the form now, the tabs section "collapses". I
can barely see them to click on them. Once I do click,
the tabs section enlarge and the form looks normal.

It doesn't seem to be a real estate issue...

I'm not sure what you mean by "collapses", but could it be that the tabs
are scrolling up off the top of the visible portion of the form's Detail
section? If so, maybe there's a control on the form, below the tab
control, that is getting the focus and forcing the scroll. If that's
the case, maybe you could set the focus at open time to a control that
is higher up on the control than the tab control.
 
Interesting! I didn't have a SetFocus, but added one to
my "search" field which is on the form above the tabs-
works fine now! Thanks for the help, Stephanie
 
Back
Top