Scrolling

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

On my form when I scroll up or down all the textboxes and labels flicker and
it is very hard on the eyes. Is there anyway to stop this from happening
through code or even a property?

Thanks
 
Hi Playa

Try disabling themed controls: go to Tools>Options>Forms/Reports and
uncheck "Use Windows themed controls on forms".
 
What version of Access are you using? I am running Access 2002 and done have
"Use Windows themed controls on forms" in my Tools>Options>Forms/Reports.

Graham Mandeno said:
Hi Playa

Try disabling themed controls: go to Tools>Options>Forms/Reports and
uncheck "Use Windows themed controls on forms".
--
Good Luck!

Graham Mandeno [Access MVP]
Auckland, New Zealand

Playa said:
On my form when I scroll up or down all the textboxes and labels flicker
and
it is very hard on the eyes. Is there anyway to stop this from happening
through code or even a property?

Thanks
 
Sorry - the themed controls thing is a problem only with Access 2003.

The only other thing I can think of is that you have some event code
(Current event, or some other which fires on record navigation) which is
causing unnecessary repaints. Does the problem affect only one form?

--
Graham Mandeno [Access MVP]
Auckland, New Zealand

Playa said:
What version of Access are you using? I am running Access 2002 and done
have
"Use Windows themed controls on forms" in my Tools>Options>Forms/Reports.

Graham Mandeno said:
Hi Playa

Try disabling themed controls: go to Tools>Options>Forms/Reports and
uncheck "Use Windows themed controls on forms".
--
Good Luck!

Graham Mandeno [Access MVP]
Auckland, New Zealand

Playa said:
On my form when I scroll up or down all the textboxes and labels
flicker
and
it is very hard on the eyes. Is there anyway to stop this from
happening
through code or even a property?

Thanks
 
Back
Top