[AccessD] Screen Flutter

Charlotte Foust cfoust at infostatsystems.com
Mon Dec 31 11:38:28 CST 2007


Yes, it's different.  In the call to open the form, you can open it
hidden.  If you set the visiblity inside the form, it's already opening
when it tries to hide itself.

Charlotte Foust 

-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Rocky Smolin
at Beach Access Software
Sent: Monday, December 31, 2007 9:22 AM
To: 'Access Developers discussion and problem solving'
Subject: Re: [AccessD] Screen Flutter

Max:

If hidden is the same as visible=false then yes.  Is it different?

Rocky




 	
	

-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Max Wanadoo
Sent: Monday, December 31, 2007 8:57 AM
To: 'Access Developers discussion and problem solving'
Subject: Re: [AccessD] Screen Flutter

Yes, but have you opened the form as HIDDEN and then made it VISIBLE?
Max
 

-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Rocky Smolin
at Beach Access Software
Sent: Monday, December 31, 2007 4:47 PM
To: 'Access Developers discussion and problem solving'
Subject: Re: [AccessD] Screen Flutter

Max:

Tried various placements of me.visible=false/true.  Didn't seem to help
as much as turning off the echo.

Rocky
 




 	
	

-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Max Wanadoo
Sent: Monday, December 31, 2007 8:19 AM
To: 'Access Developers discussion and problem solving'
Subject: Re: [AccessD] Screen Flutter

Rocky,
If you put a debug.print message in the oncurrent event of the form you
will see that it calls itself many time.  This will increase depending
on sub forms and in-form sub queries (combo boxes etc).
The easiest way (I think) to overcome this, is to open the form as
hidden then when the code returns to the calling program,  make it
visible.
It might work??
Max 

-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Rocky Smolin
at Beach Access Software
Sent: Monday, December 31, 2007 3:19 PM
To: 'Access Developers discussion and problem solving'
Subject: [AccessD] Screen Flutter

Dear List:
 
Legacy app.  Continuous bound form with no sub-forms.  When it opens it
'flutters' I guess what we always call here the 'flashing screen'
phenomenon.
 
It flashes or flutters 3-5 times during opening.  There are a bunch of
requeries and a couple of repaints in the code but that's not causing it
because I comment them out one at a time and saw no change.  
 
Tried Me.Visible=false on entering the open event and Me.Visible=True
before leaving the open event.  No difference.
 
So what's the most likely cause of the fluttering or flashing on open?
 
MTIA
 
Rocky
 



 	
	
--
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

No virus found in this incoming message.
Checked by AVG Free Edition. 
Version: 7.5.516 / Virus Database: 269.17.12/1203 - Release Date:
12/30/2007
11:27 AM
 

--
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

No virus found in this incoming message.
Checked by AVG Free Edition. 
Version: 7.5.516 / Virus Database: 269.17.12/1203 - Release Date:
12/30/2007
11:27 AM
 

--
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