[AccessD] Form Resizing Slow in A2K7

Dan Waters dwaters at usinternet.com
Tue Feb 17 14:27:24 CST 2009


Hi Rocky,

You could try turning off the screen re-display while the form is re-sizing.
It may not go faster, but at least the change won't be seen.

	Private sub OpenAndResizeForm()
	On Error GoTo EH

		Application.echo False

		'-- open and resize code here

		Application.Echo True

	EH:
		Application.Echo True

	Exit Sub

-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Rocky Smolin at
Beach Access Software
Sent: Tuesday, February 17, 2009 1:11 PM
To: 'Access Developers discussion and problem solving'
Subject: [AccessD] Form Resizing Slow in A2K7

Dear List:

I'm using form resizing in an application.  Works well in 2003.  But since
2007 runs slower than a stuck pig, when I open a form I see it for about 1/3
of a second small (screen is at a higher resolution that the form was
designed in - 800x600, mostly) and then resizes to fill the screen.  Looks
crappy.

What's the best way around this problem?

MTIA


 	
	
 

Rocky Smolin

Beach Access Software

858-259-4334

www.e-z-mrp.com <http://www.e-z-mrp.com/> 

www.bchacc.com <http://www.bchacc.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