Num Lock Changes

T

Tom S.

We have a Access-based application purchased from a vendor
where the keyboard Num Lock key toggles off when moving
between fields on a form (not the desired result). The
vendor claims this a function of Access and there is
nothing they can do about it. This just doesn't sound
correct. Any help or Knowledge-Base articles on this
issue would be appreciated.
 
C

Cheryl Fischer

This is a well-known bug which is typically caused by the use of SendKeys.
See the following link:

http://www.mvps.org/access/bugs/bugs0004.htm

There is usually very little reason to use SendKeys in an application and
not one reason I can think of to use SendKeys while (or for) moving between
controls on a form.
 
T

Tom S

Thanks Cheryl. I'll contact the vendor with this
information. Hopefully they can revise their code to
remove the SendKeys.
 

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