Consultor Eletrônico



Kbase P111376: OEIDE does not show the errors and r_code is not updated when DataDictonary is open
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   19/01/2006
Status: Unverified

FACT(s) (Environment):

OpenEdge 10.1A

SYMPTOM(s):

OEIDE does not show any errors

Trying to compile code the r_code is not updated

Using the following example fault code:
CLASS Test:
CONSTRUCTOR PUBLIC Test():
MESSAGE mynewmethod() VIEW-AS ALERT-BOX .
END.
METHOD PRIVATE Character mymethod () :
/* RETURN "Test" . */
END.
END.

DataDictionary is open the same time in IDE

CAUSE:

This is a known issue being investigated by Development

FIX:

Close the DataDictionary within the OpenEdge IDE