Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Flicker

Status
Not open for further replies.

Tronsliver

Technical User
Sep 19, 2000
120
US
I was hoping someone could help me. I have a number of "forms" I'm moving back and forth in to view data. The problem I'm having is when I click on a command buttom to switch to another form I get "flicker". Is there a way to avoid this? I'm running Acess 97.

Thanks
 
On error resume next
Docmd.echo false
'open your form / code etc
docmd.echo true

Might help

Bill
 
Depending (a small bit) on the machine and other external factors, switching between well behaved forms should not cause / result in 'flicker'. Some internal common causes are excessive updating / refreshing / repainting the forms or display of animation -particularly when the pallet of the frames is changing. Without detailed examination of the entire app, I cannot go beyond the generic.




MichaelRed
m.red@att.net

Searching for employment in all the wrong places
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top