J
JohnE
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
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