Consultor Eletrônico



Kbase P45198: Dynamics: Cannot get RowObject table new values in RowObjec
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   02/10/2003
Status: Unverified

FACT(s) (Environment):

Dynamics 2.0A

SYMPTOM(s):

Dynamics: Cannot get RowObject table new values in RowObjectValidate.

When retrieving RowObject values in RowObjectValidate, the new modified values were not being returned. Instead the old values were still in the record.

CAUSE:

The data logic procedure preprocessor was returning true even though there was no data logic procedure. In SubmitValidation

{get DataLogicObject hLogicObject}.
IF VALID-HANDLE(hLogicObject) THEN...

was returning TRUE. From looking at the static SDO file in a text editor the dataLogicProcedure pre-processor was being set somewhere between definitions
and the main block.

FIX:

Deleted reference to the preprocessor in the static SDO file.