Form Size and Maximise

  • Thread starter Thread starter Tony Williams
  • Start date Start date
T

Tony Williams

Is it possible to stop a user maximising forms?
I have a application with a number of forms which are dialog boxes and I
have removed the Maximise button. However if the user uses the maximise
button on say a report then all the forms seem to maximise. Is there any way
to stop this?
TIA
Tony Williams
 
I believe:
DoCmd.RunCommand acCmdRestore will restore the window to its non-maximized
state. Add this to the close event for the reports, or the open events for
your dialogs...
 
James that works OK apart from the Switchboard which while I'm running
reports stays open. When the report is run the switchboard is the right
size. If I maximise the report then close it the switchboard is maximised
because it has closed so is still there but changes to maximise. |As no
event is taking place with the Switchboard how can I keep that the right
size?
Any help appreciated cause I'm nearly there !
Tony
 
Back
Top