Windows 7 Sendkeys

  • Thread starter Thread starter Abe Katz
  • Start date Start date
A

Abe Katz

My client got a new computer with Windows7. Now I have a problem with the
SendKeys in code.
I'm using {Esc} to erase if the user enters a wrong entry, and {F9} to
refresh the screen when the Runcommand SaveRecord doesn't work.
I tried to use undo method instead of the Esc, but it only works in the
forms event using me.undo but not when calling a Function.
What is the alternative for {Esc} and {F9}?
Thanks
Abe
 
What's the actual code in your function? Undo should work instead of Esc
(assuming you're undoing the correct object!) Similarly, Requery should work
instead of F9.

Realistically, SendKeys was seldom (if ever) the correct answer, an issue
that's even worse with Win7
 
Back
Top