Consultor Eletrônico



Kbase P5593: ADM2. ** Unable to understand after --
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   12/03/2003
Status: Unverified

FACT(s) (Environment):

Progress 9.1C

FACT(s) (Environment):

Progress 9.1D

SYMPTOM(s):

ADM2. ** Unable to understand after -- "SetInitOnOpen". (247)

CAUSE:

Syntax Change within the Product

FIX:

Previous to version 9.1C the sintax accepted to call the Function SetInitOnOpen was:

setOpenOnInit(FALSE).

Starting in 9.1C two syntaxes were accepted:

setOpenOnInit(FALSE).

or

DYNAMIC-FUNCTION('SetOpenOnInit', INPUT FALSE)

For 9.1D the only syntax accepted is:

DYNAMIC-FUNCTION('SetOpenOnInit', INPUT FALSE).

If you try the syntax previous to 9.1C this will lead to error (247)