Consultor Eletrônico



Kbase P111371: problem tab displays an error but never points out the error in development area of OEIDE
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   19/01/2006
Status: Unverified

FACT(s) (Environment):

OpenEdge 10.1A

SYMPTOM(s):

problem tab displays an error but never points out the error in development area of OEIDE

Using OO4GL

Example code for interchanging METHOD & PUBLIC:
CLASS Test:
CONSTRUCTOR PUBLIC Test():
MESSAGE mymethod() VIEW-AS ALERT-BOX .
END.
PUBLIC METHOD Character mymethod () :
RETURN "Test" .
END.
END.

CAUSE:

This is a known issue being investigated by Development

FIX:

None at this time