View Single Post
  #2  
Old May 21st, 2010, 07:32 PM posted to microsoft.public.access.forms
Douglas J. Steele[_3_]
external usenet poster
 
Posts: 3,143
Default Windows 7 Sendkeys

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

--
Doug Steele, Microsoft Access MVP
http://www.AccessMVP.com/DJSteele
(no e-mails, please!)

"Abe Katz" wrote in message
...
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