Rapp in full window

A

Alvin Hansen

Hi!!

How can i run a rapp. so it comes in a full window
just now i get a very small window

Alvin
 
B

Brendan Reynolds

What is a 'rapp'?

--
Brendan Reynolds (MVP)
http://brenreyn.blogspot.com

The spammers and script-kiddies have succeeded in making it impossible for
me to use a real e-mail address in public newsgroups. E-mail replies to
this post will be deleted without being read. Any e-mail claiming to be
from brenreyn at indigo dot ie that is not digitally signed by me with a
GlobalSign digital certificate is a forgery and should be deleted without
being read. Follow-up questions should in general be posted to the
newsgroup, but if you have a good reason to send me e-mail, you'll find
a useable e-mail address at the URL above.
 
A

AlCamp

Alvin,
This group deals with Access, a relational database development
application.
Your question should be posted in a newsgroup that deals with your
operating system.

However, I think you should check the Properties of the icon you're using
to start your application. Make sure the Run is set to Maximized.
hth
Al Camp
 
A

Alvin Hansen

Sorry about that
it's because my access is danish
my question goes on a report

alvin


"AlCamp" skrev:
 
B

Brendan Reynolds

Try ...

DoCmd.Maximize

.... in either the Open or Activate event procedures of the report.

--
Brendan Reynolds (MVP)
http://brenreyn.blogspot.com

The spammers and script-kiddies have succeeded in making it impossible for
me to use a real e-mail address in public newsgroups. E-mail replies to
this post will be deleted without being read. Any e-mail claiming to be
from brenreyn at indigo dot ie that is not digitally signed by me with a
GlobalSign digital certificate is a forgery and should be deleted without
being read. Follow-up questions should in general be posted to the
newsgroup, but if you have a good reason to send me e-mail, you'll find
a useable e-mail address at the URL above.
 
I

Interport Trading

In a similar vein, how do you make the database itself open maximized? Right
now when I double click the .mdb file it opens in Access in a small window
which must always be manually maximized. Is there some way to make this file
(or all files) open maximized in Access 2003? TIA
 
V

Van T. Dinh

Try:

DoCmd.RunCommand acCmdAppMaximize

You can run the statement in the open Event of your Start-up Form.
 
I

Interport Trading

Thanks for the reply but it doesn't have a specific start-up form set because
it isn't used that way. When the file opens it simply displays a small window
with the list of available forms. That's the way I want to keep it because
there's no one specific form which is always needed on start-up - it's better
to leave it as is so I can choose which form I need on that particular
occassion. So, the original question stands - how do I make the main database
file (or ALL files if there is some global setting) always open maximized. TIA
 
Top