Consultor Eletrônico



Kbase P63858: The running super procedure stack for extanded objects is no
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   22/01/2004
Status: Unverified

SYMPTOM(s):

The running super procedure stack for extended objects is not correct

ADM2 Class procedure has been extended

CAUSE:

Bug# 20031114-030

CAUSE:

There is a mistake in the release note for Issue 13686, SCC 20031114-030 in the 2.1A01 release notes.

FIX:

The code fragment shown in the release notes in item #2 in the note is incorrect. The code fragment in the release notes shown is:

IF NOT {&adm-loaded-from-repository} THEN
RUN start-super-proc(.....)

It should be:
IF NOT {&adm-load-from-repository} THEN
RUN start-super-proc(.....)