P
Phred Bear
I'v stumbled across a problem with maximising forms. It seems that if you
use 'DoCmd.Maximize' to size a form, all subsequent forms remain maximized
until you pass a 'Restore' command, which I don't want to do otherwise the
main form will re-size.
I want my main form to open and fill the screen and stay that way whilst
other minor forms open and close on top of it in different parts of the
screen at different times. They open and close independantly of each other
so I am unable to make them pop-up or Model forms because they will always
stay on top and hogg the screen.
In Delphi, this is easily accomplished because you can size each form
induvidually in code.
Anybody know a way around this?
use 'DoCmd.Maximize' to size a form, all subsequent forms remain maximized
until you pass a 'Restore' command, which I don't want to do otherwise the
main form will re-size.
I want my main form to open and fill the screen and stay that way whilst
other minor forms open and close on top of it in different parts of the
screen at different times. They open and close independantly of each other
so I am unable to make them pop-up or Model forms because they will always
stay on top and hogg the screen.
In Delphi, this is easily accomplished because you can size each form
induvidually in code.
Anybody know a way around this?