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. The top of the form has some
graphics above the tabs. Each tab has two datasheets
on them. The form has "No" set for Auto Resize and Auto
Center. I would like the form to appear at the top when
the database is opened and also maximized.
Rick Brandt suggested (thanks again Rick) checking if the
first object in the tab order was in the middle of the
page. The first field (with a Tab Index of 0) on the first
tab is situated below the images. I placed a dummy field
at the upper left corner above the tabs and made it really
small and set its Tab Index to 0. The form now opens so
the images are visible.
This seems to be a very clumsy work-around to get the
form to open positioned at the top.
Is there a better way of doing this?????
Thanks in advance!!
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. The top of the form has some
graphics above the tabs. Each tab has two datasheets
on them. The form has "No" set for Auto Resize and Auto
Center. I would like the form to appear at the top when
the database is opened and also maximized.
Rick Brandt suggested (thanks again Rick) checking if the
first object in the tab order was in the middle of the
page. The first field (with a Tab Index of 0) on the first
tab is situated below the images. I placed a dummy field
at the upper left corner above the tabs and made it really
small and set its Tab Index to 0. The form now opens so
the images are visible.
This seems to be a very clumsy work-around to get the
form to open positioned at the top.
Is there a better way of doing this?????
Thanks in advance!!