maximizing forms

G

Guest

I have forms that I want to always display maximized. Whenever the one form
is opened, then closed, the background form resizes itself to the windowed
size, even
though the form it's opening gets maximized.

I put the Docmd.Maximize line in the OnLoad, OnOpen, OnDeactivate,
OnGotFocus, OnLostFocus, and OnActivate events of all the forms (not all at
the same time). Mainly, I have used the OnOpen and OnActivate events. This
works, except that you get that ugly flashing as the forms grow and resize
themselves unnecessarily. Turning the echo property on and off doesn't
resolve the problem. The users still see the forms growing and shrinking.
Why do they resize even if they were all maximized? I have checked each form
and there is no restore coding at all.
Thanks in advance to anyone assisting.
*** John
 
G

Guest

Even tho no one is responding, this issue can be disregarded. I finally got
it figured out.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Resizing forms 1
OnResize event for Access Window? 1
Problems on maximizing the form 2
Report load event - A2003 3
docmd.maximize 3
Maximize ONLY frm_Me 2
maximizing the form... 2
Maximize forms 3

Top