Kbase P121649: Toggle box and Radio set with a value-changed trigger does not set the toolbar correctly.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  1/16/2007 |
|
Status: Unverified
SYMPTOM(s):
Toggle box on smartDataViewer with a value-changed trigger does not set the toolbar correctly.
Radio Set on smartDataViewer with a value-changed trigger does not set the toolbar correctly.
Changing the value of a toggle box does not enable the smartToolbar buttons.
A local Value-changed trigger is defined in the smartDataViewer.
The value-changed trigger fires, but the buttons on the toolbar are not enabled accordingly.
CAUSE:
This is a known issue being investigated by Development
FIX:
Workaround the problem by setting the DataModified property or running 'valueChanged' in the smartDataViewer. For example:
RUN valueChanged IN TARGET-PROCEDURE.
Or
DYNAMIC-FUNCTION('setDataModified':U IN TARGET-PROCEDURE, INPUT TRUE).