Consultor Eletrônico



Kbase P15365: Using SHARED arrtibute of a WIDGET and getting error (392)
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   25/11/2003
Status: Unverified

FACT(s) (Environment):

Windows

FACT(s) (Environment):

Progress/WebSpeed Versions

SYMPTOM(s):

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

CAUSE:

Using the shared attribute of a fill-in widget

FIX:

The Shared attribute of a fill-in defines the shared variables as thus;

DEFINE {&NEW} SHARED VARIABLE .......

This codes acts in the following behavior. If this code is run directly it creates the new shared variable. However, if this code is called from another application, it expects the SHARED variables to already be defined.

The fix is to define this SHARED VARIABLE as NEW before running this window.