Consultor Eletrônico



Kbase P119878: Cannot set position for a FILL-IN label, reset to 0 instead
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   7/20/2010
Status: Unverified

SYMPTOM(s):

Cannot set position for a FILL-IN label

Cannot set the x attribute for the side-label of a fill-ins

Cannot set attribute X for a side-label in a hidden frame

X attribute is reset to 0

Labels don't display correctly when frame is unhidden.

CAUSE:

Bug# OE00134192

FIX:

Assign the X attribute to itself before assigning it to a real value:sideLabelHandle = myFillInHandel:side-label-handle.
sideLabelHandle:X = sideLabelHandle:X. /*workaround*/
sideLabelHandle:X = 10.