Form design

  • Thread starter Thread starter cdk
  • Start date Start date
C

cdk

I have a form which has sub forms displayed on a tab
control which roughly takes up the whole view on the form.

At present when I click on the tab control headers to
move between sub forms the cursor goes to the first
record (1st tab position). Although this is where I would
like the cursor to go to it also moves the page up so
that I lose teh view of the tab headers and the top of
the form.

Even though it is only cosmetic it can be quite
frustrating to keep on having to scroll the page up to
view the top of the form or tab headers. I have tried
using a form header which keeps the top of the form in
view but I still lose the tab headers.

How do I position them on the form so that they are
always visible when I cange between records or sub forms?
 
cdk said:
I have a form which has sub forms displayed on a tab
control which roughly takes up the whole view on the form.

At present when I click on the tab control headers to
move between sub forms the cursor goes to the first
record (1st tab position). Although this is where I would
like the cursor to go to it also moves the page up so
that I lose teh view of the tab headers and the top of
the form.

I believe that happens when the subform control is not big enough to hold
the entire subform it is referencing.
 
Back
Top