Hi
I've been using the following statement in my apps to trigger the tab key when the user presses the enter key.
I use this to move from textbox to textbox with the use of the enter key for data entry.
If KeyAscii = Asc(vbCrLf) Then SendKeys "{Tab}"
I'm writing a new app for a new computer running Windows 7.
When the enter key is pressed I recieve an error message
saying permission denied which exits the program. Is there another way to do this, and if possible is there a way that will work with both old & new.
Thank you
Mike
I've been using the following statement in my apps to trigger the tab key when the user presses the enter key.
I use this to move from textbox to textbox with the use of the enter key for data entry.
If KeyAscii = Asc(vbCrLf) Then SendKeys "{Tab}"
I'm writing a new app for a new computer running Windows 7.
When the enter key is pressed I recieve an error message
saying permission denied which exits the program. Is there another way to do this, and if possible is there a way that will work with both old & new.
Thank you
Mike