From: Steve Haack on 5 Jan 2010 22:05 I have a form with a fair amount of controls on them. 3 of them are clocks which get updated each second via the form's OnTimer event. Frequently, but not always, most of the form will flicker during the update of the controls. I have tried this on 3 different computers and they all do it. Has anyone seen this? Is there something that I can do to prevent it? Thanks, Steve
From: Stuart McCall on 5 Jan 2010 23:09 "Steve Haack" <SteveHaack(a)discussions.microsoft.com> wrote in message news:2BA61E38-A118-495F-8E7B-016D06DE5856(a)microsoft.com... >I have a form with a fair amount of controls on them. 3 of them are clocks > which get updated each second via the form's OnTimer event. > > Frequently, but not always, most of the form will flicker during the > update > of the controls. > > I have tried this on 3 different computers and they all do it. > > Has anyone seen this? Is there something that I can do to prevent it? > > Thanks, > Steve You could try: Application.Echo False 'Update your controls Application.Echo True
|
Pages: 1 Prev: Print report based on form selection Next: last 20 entries |