Shortcut keys from automation don't work anymore

StevenRStevenR Member Posts: 9
Hello,


I have made a COM Class (class library) using vb.net to implement a dll into navison.
At the moment i'm testing the dll in navision and everything seems to be
working quite fine.

Except of the shortcut keys i've implemented into my *.dll they don't seem
to react. Is there maybe a property in navision that i need to set/reset or a
property in my class applicasion that needs to be changed ??

I hope that somebody can help me with this because it's really frustrating ](*,)

Comments

  • matttraxmatttrax Member Posts: 2,309
    While I have developed some COM objects, I've never tried to pass shortcut keys, through. In NAV you have to define your shortcut keys on your buttons on the form. I don't know that it will automatically look through every COM object you have loaded in the current object to see if a shortcut key was pressed. In fact, typing it out, it doesn't make sense that it would.

    I would create a button with your functions and shortcut keys to your COM object. Although I don't like making buttons invisible, you may choose to do that. Invisible buttons don't let the user know what can be done.
Sign In or Register to comment.