Kbase P37464: Dynamics: Enable Rule against toolbar item is returning inco
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/29/2003 |
|
Status: Unverified
FACT(s) (Environment):
Dynamics 2.0A
SYMPTOM(s):
Dynamics: Enable Rule against toolbar item is returning incorrect value
Toolbar item defined with the item-link toolbar-target
Enable rule is using the canNavigate() function
There are two toolbar links in the container:
Source - Type - Target
DynToolbar - Toolbar - THIS-OBJECT
DynToolbar - Toolbar - dynbrowse
CAUSE:
Container used as the toolbar target with the first link does not
have the canNavigate() function in its super procedure, or in the
containers super stack.
FIX:
Create the canNavigate function in the container's super procedure or
use different item-link for the toolbar's item as 'user1-target' and
then add the "user1" link as follows:
Toolbar - user1 - dynsdo