Group:  Microsoft Access ยป microsoft.public.access.formscoding
Thread: Maximizing Forms

Geek News

Maximizing Forms
"gdsolovay" <u48002[ at ]uwe> 12/5/2008 3:46:41 PM
Is there a way to have ALL forms (I have dozens) maximize. I've heard about
using the docmd.maximize code for an individual form, but looking instead for
module language (or similar global fix) that would have all forms maximized
when opened.....THANKS!

Re: Maximizing Forms
"Stuart McCall" <smccall[ at ]myunrealbox.com> 12/6/2008 12:09:52 AM
"gdsolovay" <u48002[ at ]uwe> wrote in message news:8e36adfa52b24[ at ]uwe...
[Quoted Text]
> Is there a way to have ALL forms (I have dozens) maximize. I've heard
> about
> using the docmd.maximize code for an individual form, but looking instead
> for
> module language (or similar global fix) that would have all forms
> maximized
> when opened.....THANKS!

You've heard wrong. When you use DoCmd.Maximize *everything* is maximized.
That's how Microsoft's Multiple Document Interface works.


Re: Maximizing Forms
"gdsolovay via AccessMonster.com" <u48002[ at ]uwe> 12/8/2008 2:04:25 PM
I'm very new to all this "docmd" stuff.

What would the full language be? and where does it belong?


Thanks again.

--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/Forums.aspx/access-formscoding/200812/1

Re: Maximizing Forms
"Mike Painter" <mddotpainter[ at ]sbcglobal.net> 12/8/2008 4:54:01 PM
gdsolovay via AccessMonster.com wrote:
[Quoted Text]
> I'm very new to all this "docmd" stuff.
>
> What would the full language be? and where does it belong?
>
>
> Thanks again.

DoCmd.Maximize

I believ you wanted everything maximized so you always open the same form
first, it would go in the onOpen event for that form. (A menu?)
If not then it would go in OnOpen for every form.


Home | Search | Terms | Imprint Contact
Newsgroups Reader - provided by WiredBox.Net