sizing (maximizing individual form windows)

T

tdmailbox

I have an access application where all the main form windows run
maximized. I want to call a search form that is a popup form that is
not maximized. Currently when I call the pop up form it gets
automaticly maximized and then when I unmaximize the pop up the form I
have in the background that was maximized gets unmaximized. Is seem
that the command to maximize windows works across all open forms?

Is there a way to control them individually?
 
R

Rick Brandt

I have an access application where all the main form windows run
maximized. I want to call a search form that is a popup form that is
not maximized. Currently when I call the pop up form it gets
automaticly maximized and then when I unmaximize the pop up the form I
have in the background that was maximized gets unmaximized. Is seem
that the command to maximize windows works across all open forms?

Is there a way to control them individually?

Did you actually set the Popup property of the form to True? That should
cause it to NOT be maximized when opened. Otherwise yes, as a midi app
(like Word and Excel) in Access if you maximize one you maximize all and if
you restore one you restore all. Popups and forms opened with acDialog
should be the exceptions to this though.
 

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

Top