Kbase P6817: No change in DynamicToolbar status when DataField is modified
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  15/10/2008 |
|
Status: Verified
FACT(s) (Environment):
Dynamics
SYMPTOM(s):
A 'VALUE-CHANGED' UI trigger defined in the ROMT for a field on a dynamic
viewer with the standard SmartToolbar in 'SAVE' mode, appears to inhibit the
execution of setDataModified function.
State of toolbar remains unchanged. "Save" and "Cancel" are not enable. "Add" and "Delete" are enable.
CAUSE:
Bug# 20020410-031
CAUSE:
Limited to the 'value-changed' event.
When overriding ValueChanged, also the ADM2 standard behavior is overridden.
The ValueChanged override needs to run ValueChanged in the Viewer to
achieve standard ADM behavior.
FIX:
assignActionEnableRule("SAVE","ObjectMode=update,modify") in an INITATION procedure override in actioncustom.p.
This turns the SAVE button on.