Screen flicker's

  • Thread starter Thread starter Floyd Forbes
  • Start date Start date
F

Floyd Forbes

I have a form with a command button that's prints a report base on the
data on the form. The screen flickers when I print a report. Is there a
way to stop that.

Floyd
 
It should not flicker.

You might perhaps be setting the focus on some fields to grab data..and you
don't need to do that.

All controls can be ref by

contorlName

or contorlName.Value

Often, people mistakenly think that you have to set focus to a field..and
you don't.

Are you doing any kind of focus stuff in your code?
 
generally a flicker on the screen means you are updating the scree
continuously, do you have some code that is moving from one control t
another, or maybe you are requerying the form somehow???
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

A2007 Split Form Flicker 3
Screen Flickering 22
Linked Images On Forms & Reports 1
Form flicker 1
Multiple Forms 2
Screen flicker - Please Help 1
Blinking tab control 3
docmd.openform 6

Back
Top