What is a 'rapp'?

Signature
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.
> Hi!!
>
> How can i run a rapp. so it comes in a full window
> just now i get a very small window
>
> Alvin
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
> Hi!!
>
> How can i run a rapp. so it comes in a full window
> just now i get a very small window
>
> Alvin
Alvin Hansen - 16 Jan 2005 20:29 GMT
Sorry about that
it's because my access is danish
my question goes on a report
alvin
"AlCamp" skrev:
> Alvin,
> This group deals with Access, a relational database development
[quoted text clipped - 13 lines]
> >
> > Alvin
Brendan Reynolds - 16 Jan 2005 22:16 GMT
Try ...
DoCmd.Maximize
... in either the Open or Activate event procedures of the report.

Signature
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.
> Sorry about that
> it's because my access is danish
[quoted text clipped - 22 lines]
>> >
>> > Alvin
Alvin Hansen - 17 Jan 2005 12:31 GMT
Its working
thank you
alvin
"Brendan Reynolds" skrev:
> Try ...
>
[quoted text clipped - 28 lines]
> >> >
> >> > Alvin
Interport Trading - 29 Jun 2005 17:59 GMT
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
Van T. Dinh - 30 Jun 2005 00:04 GMT
Try:
DoCmd.RunCommand acCmdAppMaximize
You can run the statement in the open Event of your Start-up Form.

Signature
HTH
Van T. Dinh
MVP (Access)
> 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
Interport Trading - 30 Jun 2005 10:58 GMT
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
> Try:
>
[quoted text clipped - 8 lines]
> file
> > (or all files) open maximized in Access 2003? TIA
Van T. Dinh - 30 Jun 2005 23:28 GMT
Use the RunCode action in the AutoExec Macro in this case.

Signature
HTH
Van T. Dinh
MVP (Access)
> 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
[quoted text clipped - 3 lines]
> 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