Record shift or change on form

K

Karl H

When the application is left alone with a record displayed on a form, it
sometimes jumps to another record without any keyboard or mouse input.
Is this a bug? Any plausible explanations?
Karl
 
T

Tom van Stiphout

On Tue, 18 Mar 2008 16:27:02 -0700, Karl H

Some VBA code is making this happen, perhaps from a Timer event.
-Tom.
 
K

Karl H

Hi Tom, I have 200 users, and this is only happening on one person's
computer. He may have more records than most, but only 700 records with about
15 data fields per record.
I'm not aware of any timer events I have programmed in the application.
Karl
 
J

John W. Vinson

When the application is left alone with a record displayed on a form, it
sometimes jumps to another record without any keyboard or mouse input.
Is this a bug? Any plausible explanations?
Karl

Does this user perhaps have a scrollwheel mouse? I've had such mice that were
VERY sensitive and would even scroll on their own. Perhaps you should consider
getting Stephen Leban's MouseHook software to block it.
 
K

Karl H

Hi John,
That's a very good thought & makes sense. We'll check out that possibility.
Thank you,
Karl
 
K

Karl H

Just heard back from the user, and that did solve the problem. Thanks again!
Karl
 

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

Top