Maximize ....

  • Thread starter Thread starter Don
  • Start date Start date
D

Don

I have a form with two tabs on it. Upon open, the form
expands to full window view (On Open: MaximizeWindow -
macro using the Maximize Action). When this happens the
view is in the middle of the page. I have to scroll up to
get to the top of the form. Each tab has two datasheets
on them. The form has "No" set for Auto Resize and Auto
Center. Is this a function of the Maximize Action? I
would like the form to appear at the top when the database
is opened and also maximized. Any suggestions?

Thanks in advance!!
 
Don said:
I have a form with two tabs on it. Upon open, the form
expands to full window view (On Open: MaximizeWindow -
macro using the Maximize Action). When this happens the
view is in the middle of the page. I have to scroll up to
get to the top of the form. Each tab has two datasheets
on them. The form has "No" set for Auto Resize and Auto
Center. Is this a function of the Maximize Action? I
would like the form to appear at the top when the database
is opened and also maximized. Any suggestions?

Thanks in advance!!

Most likely the first object in your tab order is in the middle of the
page.
 
You are correct. The first field(with a Tab Index of 0)
on the first tab is situated below some images. The
images are above the tabs. I placed a dummy field at the
upper left corner and made it really small and gave its
Tab Index a 0 and now it opens so the images are visible.
Is there a better work-around?????

Thanks!
 
Back
Top