Label Flicker (1 Viewer)

wizcow

Registered User.
Local time
Today, 01:59
Joined
Sep 22, 2001
Messages
236
Hi

I have the access window minimize in the start up.
The form has several labels on the form.
When I move the mouse over the form, the labels flicker, even when they are set to visible = false

If I maximize the access window, this stops.
I also tried changing the labels to texboxes with the same results.

For you access gurus, I have attached a watered down version of my app.

If you find anything I'd love to hear from you.

Thanks
Tom
 

Attachments

  • Label Flicker.zip
    81.4 KB · Views: 128

ghudson

Registered User.
Local time
Today, 03:59
Joined
Jun 8, 2002
Messages
6,195
What is the purcpose of the fRemoveSpecialEffect()? You have so much going on that your form will flicker. Just set the defaults for each object and you will not have to worry about it changing. Set the properties back "if" they have been changed, not just as a default for the MouseMove event for the detail section. I tried to add a Docmd.Echo = False but even that did not help because of the other stuff.
 

Users who are viewing this thread

Top Bottom