Consultor Eletrônico



Kbase 34386: 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   5/10/1998
Solution ID: P4386

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.