Consultor Eletrônico



Kbase P64152: Dynamic widget appears at unwanted location because of typo in the code
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   5/18/2004
Status: Unverified

FACT(s) (Environment):

Progress 9

SYMPTOM(s):

Dynamic widget does not appears at the wanted location when made visible (setting HIDDEN to FALSE)

CAUSE:

A typo was made in the code resulting in ASSIGN hWidget:X = <WrongValue>.

FIX:

Fix the code to have:
ASSIGN hWidget:X = <RightValue>.