How to stop the flicker with docmd.maximize

  • Thread starter Thread starter Fred Wilson
  • Start date Start date
F

Fred Wilson

Hello All,

I have searched this group up and down and tried all the code ideas that
were given but every time I maximize my main form it flickers real bad.

I've used

echo false
docmd.maximize
echo true

me.painting=false
docmd.maximize
me.repaint

and many combinations there of.

I've used the above On Load, On Open, On Activate, On Current

Keep in mind that in the same events once I maximize the form I
dynamically relocate two controls to the lower right of the form.

Any ideas?

Thanks,
Fred
 
Fred,
See if the flicker goes away if you temporarily comment
out the relocation of the controls.
Bill
 

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

Back
Top