Consultor Eletrônico



Kbase P22230: Since OpenEdge 10, Data Logic Procedures are supported in standard ADM2 (without Dynamics)
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/16/2008
Status: Unverified

GOAL:

Are Data Logic Procedure supported in standard ADM2?

GOAL:

Are Data Logic Procedure supported without Dynamics?

FIX:

SDO Data Logic Procedures are fully implemented and supported since Progress Open Edge 10.

In OpenEdge 10, on the 2nd page of the wizard for creating a static SDO, you can check a toggle to specify that the SDO should have a DLP. When you do this, you are then offered the opportunity to either generate a new DLP or reuse an existing one. When the SDO is saved the DLP is generated and a preprocessor is defined in the SDO with the name of the DLP. Finally, at run-time there is code in logic.i that runs the DLP and makes it a super procedure of the SDO.