A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Form Display



 
 
Thread Tools Display Modes
  #1  
Old November 8th, 2006, 11:59 AM posted to microsoft.public.access.forms
PJC
external usenet poster
 
Posts: 11
Default Form Display

Greetings all.
I use a form as a switchboard directing users to various functions of the
datbase. The form opens when the database is loaded BUT it does not open
"maximised" forcing the user to use Windows techniquies to max the form
window.
Does anyone know how I can get the form to open in a maximised window?
Very grateful if anyone can.
--
Enjoy Life and excel in all you do

PJC
  #2  
Old November 8th, 2006, 01:15 PM posted to microsoft.public.access.forms
missinglinq via AccessMonster.com
external usenet poster
 
Posts: 545
Default Form Display

This will do the job, but please note:

All forms, unless properties are set to Modal = Yes and Popup = Yes, will
open up maximized. This is a problem to some developers/apps but not to
others.


Private Sub Form_Load()
DoCmd.Maximize
End Sub

--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...forms/200611/1

  #3  
Old November 8th, 2006, 02:05 PM posted to microsoft.public.access.forms
Klatuu
external usenet poster
 
Posts: 7,074
Default Form Display

A modal form will not work well as the main form of an application in most
cases. I would recommend the Activate event rather than the Load. That way,
when you return to the form, it will maximize again. Access has a bad habit
of deciding for you what size forms should be.

"missinglinq via AccessMonster.com" wrote:

This will do the job, but please note:

All forms, unless properties are set to Modal = Yes and Popup = Yes, will
open up maximized. This is a problem to some developers/apps but not to
others.


Private Sub Form_Load()
DoCmd.Maximize
End Sub

--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...forms/200611/1


  #4  
Old November 8th, 2006, 02:45 PM posted to microsoft.public.access.forms
missinglinq via AccessMonster.com
external usenet poster
 
Posts: 545
Default Form Display

Didn't mean for the main form to be modal, merely meant that any other
ensuing forms would be maximized UNLESS THEY were set to modal! And as I
pointed out, whether this would be a problem would be up to the
developer/application. And you're right, of course, Access does have a bad
habit
of deciding for you what size forms should be!

Klatuu wrote:
A modal form will not work well as the main form of an application in most
cases. I would recommend the Activate event rather than the Load. That way,
when you return to the form, it will maximize again. Access has a bad habit
of deciding for you what size forms should be.


--
There's ALWAYS more than one way to skin a cat!

Answers/posts based on Access 2000

Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...forms/200611/1

  #5  
Old November 8th, 2006, 03:03 PM posted to microsoft.public.access.forms
Klatuu
external usenet poster
 
Posts: 7,074
Default Form Display

The easiest way to control this is to use the Activate event of every form in
your application to either Maximize or Restore the form, depending on which
you want.

"missinglinq via AccessMonster.com" wrote:

Didn't mean for the main form to be modal, merely meant that any other
ensuing forms would be maximized UNLESS THEY were set to modal! And as I
pointed out, whether this would be a problem would be up to the
developer/application. And you're right, of course, Access does have a bad
habit
of deciding for you what size forms should be!

Klatuu wrote:
A modal form will not work well as the main form of an application in most
cases. I would recommend the Activate event rather than the Load. That way,
when you return to the form, it will maximize again. Access has a bad habit
of deciding for you what size forms should be.


--
There's ALWAYS more than one way to skin a cat!

Answers/posts based on Access 2000

Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...forms/200611/1


  #6  
Old November 9th, 2006, 10:55 AM posted to microsoft.public.access.forms
PJC
external usenet poster
 
Posts: 11
Default Form Display

Thanks for your reply, Not to clear on what you are talking about but it does
allow me to explore another realm of Access
--
Enjoy Life and excel in all you do

PJC


"missinglinq via AccessMonster.com" wrote:

Didn't mean for the main form to be modal, merely meant that any other
ensuing forms would be maximized UNLESS THEY were set to modal! And as I
pointed out, whether this would be a problem would be up to the
developer/application. And you're right, of course, Access does have a bad
habit
of deciding for you what size forms should be!

Klatuu wrote:
A modal form will not work well as the main form of an application in most
cases. I would recommend the Activate event rather than the Load. That way,
when you return to the form, it will maximize again. Access has a bad habit
of deciding for you what size forms should be.


--
There's ALWAYS more than one way to skin a cat!

Answers/posts based on Access 2000

Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...forms/200611/1


  #7  
Old November 9th, 2006, 10:56 AM posted to microsoft.public.access.forms
PJC
external usenet poster
 
Posts: 11
Default Form Display

Thanks for your reply. The discussion that followed allowed me to explore a
realm of access I had not seen before and your final answer would seem the
easiest. Thanks
--
Enjoy Life and excel in all you do

PJC


"Klatuu" wrote:

The easiest way to control this is to use the Activate event of every form in
your application to either Maximize or Restore the form, depending on which
you want.

"missinglinq via AccessMonster.com" wrote:

Didn't mean for the main form to be modal, merely meant that any other
ensuing forms would be maximized UNLESS THEY were set to modal! And as I
pointed out, whether this would be a problem would be up to the
developer/application. And you're right, of course, Access does have a bad
habit
of deciding for you what size forms should be!

Klatuu wrote:
A modal form will not work well as the main form of an application in most
cases. I would recommend the Activate event rather than the Load. That way,
when you return to the form, it will maximize again. Access has a bad habit
of deciding for you what size forms should be.


--
There's ALWAYS more than one way to skin a cat!

Answers/posts based on Access 2000

Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...forms/200611/1


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 04:38 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.