Kbase P4386: Which ADM2 procedure must you run to enable a commit panel connected to a SmartBusinessOject (SBO)?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Verified
GOAL:
Which ADM2 procedure must you run to enable a commit panel connected to a SmartBusinessOject (SBO)
FACT(s) (Environment):
Progress 9.x
FIX:
Use the RowObjectState property for the SBO. The panel will change to the correspondent state.
RowObjectState determines whether Commit-Source buttons are enabled.
The possible values for RowObjectState (CHARACTER) are 'NoUpdates' or 'RowUpdated' (as for SDOs). When setting the value to "RowUpdated", it sets the commit panel state to enable.
You could also use the "UpdateRecord" procedure.