Consultor Eletrônico



Kbase P14328: Error 674 when attempting to assign FRAME-VALUE.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   14/03/2003
Status: Unverified

SYMPTOM(s):

Getting error 674 when attempting to assign FRAME-VALUE.

** Frame-value assignment attempted with no frame active. (674)

Using:

FRAME-VALUE = expression.

CAUSE:

You tried to assign a value to the frame-value pseudo-variable in a context where no frame is active.

FIX:

Active the frame before the assignment.
For example you can apply the "entry" event to the variable by using the following code:

APPLY "entry" TO <variable-name> IN FRAME <frame-name>.
FRAME-VALUE = expression.