simulating a function key

mgm
mgm Member Posts: 126
An another application is running on every client.
If a user presses the F10 key, no matter where the user is working, this application is started.
Now the NAV users want a button on some forms. Clicking on the button should do the same as pressing the F10 key.
Any idea how to do this?

Comments

  • garak
    garak Member Posts: 3,263
    you will start the 3-rd Application from NAV? If yes, try to use the Shortcuts or test with hyperlink / shell funtction. If both not work, use WSH.execute or WSH.run (search the forum for WSH.run or WSH.execute)

    Regards
    Do you make it right, it works too!