Form Size: Keeping it the same?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I would like to be able have my Switchboard form to stay at the same size,
no matter what the user does. An example of my problem would be when a user
generates a report, maximizes, and then close it, the switchboard ( which
is"beneath" the report) then becomes maximized.

Thanks in advance,

Brett
 
Maximizing one form or report maximizes everything. That's how MDI
(multi-document interface) applications work.

If you really want, you could put logic in switchboard's Activate event that
restores the form. Note, though, that it'll restore everything, not just
your switchboard.
 
Back
Top