SendKeys bug

M

mike

Hi. I'm using Access 2002 as the front end to a SQL db. On several of the
forms, I use the SendKeys function, and occasionally after clicking a button
that runs SendKeys, my laptop stops recognizing input from my keyboard. It
will recognize the keyboard on the laptop itself, but not the one I actually
use that's connected via port replicator.

Has anyone experienced anything similar to this, and if so is there a patch
or some other workaround? It's very annoying.
 
R

Rick Brandt

mike said:
Hi. I'm using Access 2002 as the front end to a SQL db. On several of
the forms, I use the SendKeys function, and occasionally after
clicking a button that runs SendKeys, my laptop stops recognizing
input from my keyboard. It will recognize the keyboard on the laptop
itself, but not the one I actually use that's connected via port
replicator.

Has anyone experienced anything similar to this, and if so is there a
patch or some other workaround? It's very annoying.

There is virtually nothing you can do with SendKeys that you cannot
accomplish without SendKeys. The recommendation is to avoid it.
 
Top