Kbase P5882: Toolbar status does not change when a field value is modified in the SmartDataViewer
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/15/2008 |
|
Status: Verified
FACT(s) (Environment):
Progress 9.1x
SYMPTOM(s):
Toolbar status does not change when a field value is modified in the SmartDataViewer
CAUSE:
The VALUE-CHANGE trigger for an object in the SmartDataViewer was overridden and when this is done the setDataModified property is not fired in the viewer and the toolbar buttons do not change their status
FIX:
Modify the application source code and add the following line of code to the VALUE-CHANGE trigger code that was overridden:
DYNAMIC-FUNCTION('setDataModified' IN <viewer-handle>, INPUT TRUE).