[AccessD] Ribbons

Dan Waters df.waters at comcast.net
Tue Jun 7 08:42:14 CDT 2011


Hi Gustav,

Well - I have hundreds of users across four customers and no one has
complained over many years.  

They can maximize the Access window or set it to whatever size they want.
The report will maximize inside the Access window.

Dan

-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Gustav Brock
Sent: Tuesday, June 07, 2011 2:05 AM
To: accessd at databaseadvisors.com
Subject: Re: [AccessD] Ribbons

Hi Dan

I can't believe you do this in the time of large wide-screen monitors in
common use. 
Such an app I would regard as, well, rude. Can't find a better/worth word
...

Isn't maximized apps a left-behind from the days of DOS?

/gustav


>>> df.waters at comcast.net 06-06-2011 22:43 >>>
Hi Tony,

<snip>

Also, when a report opens, I use DoCmd.Maximize to be sure that the report
screen covers everything else.  When the report closes, I use DoCmd.Restore
to get everything back to its previous condition.

Here's something I learned by trial and error:  Don't place DoCmd.Maximize
in the Open event for the report.  Instead, place it immediately after the
code which opens the report like this:

    DoCmd.OpenReport "rptXXX", acViewPreview
    DoCmd.Maximize

HTH!
Dan


--
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com





More information about the AccessD mailing list