Consultor Eletrônico



Kbase P179683: Error 392 referencing shared variable
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   5/18/2011
Status: Unverified

SYMPTOM(s):

Error 392 referencing shared variable

<program> Shared variable <variable> has not yet been created. (392)

Trying to run a program and getting an errors stating that a shared variable has not yet been defined as new

FACT(s) (Environment):

All Supported Operating Systems
Progress/OpenEdge Product Family

CAUSE:

This is expected behavior. You cannot run a program with a shared variable defined if the variable was not defined as NEW SHARED in a previous program running in the call stack.

FIX:

Compile the program into r-code and run it from an earlier program which defined it as new.