Consultor Eletrônico



Kbase P5202: Dynamics super procedures started in the wrong order.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   25/11/2003
Status: Unverified

FACT(s) (Environment):

Dynamics 1.1A

SYMPTOM(s):

Dynamics super procedures started in the wrong order.

datacustom.p is started after the SDO logic procedure.

Customizations cannot be referenced in the SDO logic procedure.

CAUSE:

Bug# 20020717-001

CAUSE:

Issuezilla 5168

CAUSE:

Known issue.

FIX:

Workaround is to modify data.i so that datacustom.p is started before the logic procedure. i.e.


/* _ADM-CODE-BLOCK-START _CUSTOM _INCLUDED-LIB-CUSTOM CUSTOM */
{src/adm2/custom/datacustom.i}
/* _ADM-CODE-BLOCK-END */

/* Add the datalogic procedure as the last super-procedure.
This uses rowObject and RowObjUpd so we must do this after the temp-tables
has been defined */
&IF '{&DATA-LOGIC-PROCEDURE}':U <> '':U AND '{&DATA-LOGIC-PROCEDURE}':U <> '.p':U &THEN
{src/adm2/datalogic.i}