[AccessD] Form Resizing Itself

Nicholson, Karen cyx5 at cdc.gov
Fri Sep 3 06:09:05 CDT 2004


I do issue a docmd.maximize on both the on open and activate for the
first switchboard form.  When a button is clicked to open the next form,
also in maximized state, the switchboard resizes itself, so when I
return it is small - until I put the on activate maximize.  I don't like
the momentary flicker that occurs as the first form re-maximizes.  But,
I suppose that is life?  I don't remember Access doing this before.  It
has been about a year and a half since I worked in Access, though.  And
I am so happy to be back having fun.  Spent a year and a half doing SQL
development.  This database is front end Access and back end SQL.
Someday to be upped to VB.net/ASP.net after I get the design fixed,
which should take a few months.

-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Heenan,
Lambert
Sent: Thursday, September 02, 2004 11:12 AM
To: 'Access Developers discussion and problem solving'; Nicholson, Karen
Subject: RE: [AccessD] Form Resizing Itself


This happens in all versions of access and indeed all MDI applications. 

If you want to keep the first form maximized either issue a
DomCmd.Mazimize
in the form's Activate event or open the other forms in pop-up mode.

Lambert

> -----Original Message-----
> From:	accessd-bounces at databaseadvisors.com
> [SMTP:accessd-bounces at databaseadvisors.com] On Behalf Of Nicholson,
Karen
> Sent:	Thursday, September 02, 2004 10:09 AM
> To:	accessd at databaseadvisors.com
> Subject:	[AccessD] Form Resizing Itself
> 
> I don't think I have worked in A2K (XP).  The funkiest thing is
> happening.  I have a frmMainSwitchboard that opens, I do a
> DoCmd.Maximize in the on open event.  If I click on a button to open
up
> another form, leaving frmMainSwitchboard open, when I return to
> frmMainSwitchboard it shrinks in size to center itself on the screen.
I
> have all the centering stuff turned off.  There is no code that
touches
> this form from the second code.  What the?  Any ideas, this should be
a
> simple one.
> 
> Karen Nicholson
> National Laboratory
> Xerox Global Services
> 
> 
> -- 
> _______________________________________________
> AccessD mailing list
> AccessD at databaseadvisors.com
> http://databaseadvisors.com/mailman/listinfo/accessd
> Website: http://www.databaseadvisors.com
-- 
_______________________________________________
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