Hello, I would like to create a keyboard for Touchscreens in Navision, has anywhere an idea? Bye
I think you can make buttons on a navision form representing all keys. Set the focusable propertie of the buttons to ‘No’. Then use the sendkeys instruction from the “windows scripting host” automation library to simulate a keypress. This should fill the current active field. Didn’t test this but i suppose it should work.
If exists, you can use %SystemRoot%\system32\osk.exe (I use WinXP Pro and the OnScreenKeybord is part of the OS)
Thanks for the answer is exactly which I search. Still another question, how I can work with the SHIFT key together, which remains pressed it. mfg
quote:
I think you can make buttons on a navision form representing all keys. Set the focusable propertie of the buttons to ‘No’. Then use the sendkeys instruction from the “windows scripting host” automation library to simulate a keypress. This should fill the current active field. Didn’t test this but i suppose it should work.
Originally posted by janpieter - 2005 Apr 20 : 14:48:46