Kbase P61650: Dyn: reasons to get disabled menu-items
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  22/01/2004 |
|
Status: Unverified
FACT(s) (Environment):
Dynamics 2.1A
SYMPTOM(s):
All the menu items of a sub-menu are disabled
CAUSE:
The reasons why a menu item can be disabled are:
1) 'Disabled' toggle-box checked
2) Security (can be either disable or hide is disabled)
3) The link defined in 'item link' is missing at runtime between the container and the link-target (need to define it in container builder or addLink dynamically)
About this last point, if the item is defined for a smartToolbar (resulting in a menu-item in horizontal menu, and in a button in a toolbar), then note that the item link has to be set between:
a) The container (window) and the link-target to manage the menu-item
b) The toolbar and the link-target to manage the buttons in the toolbar
FIX:
Check the point mentioned above.