mikebrewer
Registered User.
- Local time
- Today, 17:42
- Joined
- Sep 28, 2011
- Messages
- 93
Hi all,
I'm developing an application where I want to call the keyboard up on the screen when a user enters a field. This is my setup:
Windows 8.1 32 Bit, Access Runtime 2010.
Exact lines of code are:
Dim RetVal
RetVal = Shell("C:\Program Files\Common Files\microsoft shared\ink\TabTip.exe")
These lines of code work perfectly fine on my development PC which is running Windows 7 64 bit, Access/Office 32 bit.
I know the path to the exe is good. I can navigate and double click it and it works great. but the shell command is resulting in the invalid procedure. I have no idea what I'm doing wrong and the last few hours of searching google have led to nothing. :banghead::banghead::banghead:
Any help would be greatly appreciated.
I'm developing an application where I want to call the keyboard up on the screen when a user enters a field. This is my setup:
Windows 8.1 32 Bit, Access Runtime 2010.
Exact lines of code are:
Dim RetVal
RetVal = Shell("C:\Program Files\Common Files\microsoft shared\ink\TabTip.exe")
These lines of code work perfectly fine on my development PC which is running Windows 7 64 bit, Access/Office 32 bit.
I know the path to the exe is good. I can navigate and double click it and it works great. but the shell command is resulting in the invalid procedure. I have no idea what I'm doing wrong and the last few hours of searching google have led to nothing. :banghead::banghead::banghead:
Any help would be greatly appreciated.