I've got some custom VB code in place that is enabling or disabling the "NEW" icon in the toolbar. The particular application I have this on is the packout screen. We don't want our users creating new packouts if the existing packout is not closed.
Here's where my problem is. We've standardized on including the "INS" key as a hotkey for the NEW icon. We've saved this option as part of the customization, so it's available to everyone, and we use this same key across applications.
Even though I have programmatically disabled the "NEW" button on the both the toolbar and the menu, if a user hits INS they are able to add a new pack slip.
Is it possible, via code, to enable/disable the hot key options the user has access to?
Thanks in advance,
Kevin Simon
SimsTrak Consulting
Here's where my problem is. We've standardized on including the "INS" key as a hotkey for the NEW icon. We've saved this option as part of the customization, so it's available to everyone, and we use this same key across applications.
Even though I have programmatically disabled the "NEW" button on the both the toolbar and the menu, if a user hits INS they are able to add a new pack slip.
Is it possible, via code, to enable/disable the hot key options the user has access to?
Thanks in advance,
Kevin Simon
SimsTrak Consulting