View Single Post
  #1  
Old May 21st, 2010, 07:20 PM posted to microsoft.public.access.forms
Abe Katz
external usenet poster
 
Posts: 43
Default Windows 7 Sendkeys

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