Wrox Programmer Forums
|
Access Discussion of Microsoft Access database design and programming. See also the forums for Access ASP and Access VBA.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Access section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 4th, 2003, 11:18 AM
Authorized User
 
Join Date: Jun 2003
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
Default Keeping a Form Maximized

I am having a hard time keeping all my forms Maximized. Whenever open one form A top of Form B then close Form B, Form A is in the restore state. I find myself having to issue many
Code:
 DoCmd.Maximize
commands.

Is there an easier way to keep ALL forms in the maximize state?

-Shay Shepston
__________________
-Shay Shepston
 
Old August 4th, 2003, 11:39 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,151
Thanks: 2
Thanked 14 Times in 14 Posts
Send a message via ICQ to SerranoG Send a message via AIM to SerranoG
Default

Quote:
quote:Originally posted by shepston
 I am having a hard time keeping all my forms Maximized. Whenever open one form A top of Form B then close Form B, Form A is in the restore state.
 Shay, I have found an odd glitch in Microsoft Access with respect to forms. In Form A, if I set the property MIN MAX BUTTONS to NONE or MIN ENABLED, the exact same thing happens to me; that is, if I open and close Form B, Form A gets restored. However, if I keep the property set to BOTH ENABLED or MAX ENABLED, then Form A will not (annoyingly) restore each time.

Check your setting for the MIN MAX BUTTONS and make sure it's either MAX ENABLED or BOTH ENABLED.



Greg Serrano
Michigan Dept. of Environmental Quality, Air Quality Division
 
Old August 4th, 2003, 12:39 PM
Authorized User
 
Join Date: Jun 2003
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
Default

That is a strange glitch indeed. I have all my buttons turned off and by enabling the max button it stays that way.

I never would have thought of that one Greg. Thanks!

-Shay Shepston





Similar Threads
Thread Thread Starter Forum Replies Last Post
How to open a dialogue box maximized Pete Bone Visual C++ 0 October 10th, 2007 06:23 AM
How to execute in maximized window johnyvinoth33 ASP.NET 2.0 Professional 0 February 27th, 2007 01:12 AM
Maintaining Maximized forms Loralee Access 9 September 29th, 2006 09:15 AM
Open Form Maximized paolochilosi VB Components 1 March 31st, 2006 01:30 PM
MDI Maximized children forms without controlbox pjbcoetzer C# 1 April 13th, 2005 12:43 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.