Kbase P116257: Error 4088 in character mode from MOVE-TO-TOP method of COMBO-BOX widget
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  22/05/2006 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.x
OpenEdge 10.x
SYMPTOM(s):
Error 4088 in character mode from MOVE-TO-TOP method of COMBO-BOX widget
**Progress does not support the <attribute> attribute for the <widget id> in this display environment. (4088)
**Progress does not support the MOVE-TO-TOP attribute for the COMBO-BOX <combo-box> in this display environment. (4088)
CAUSE:
This is expected behavior
FIX:
MOVE-TO-TOP() method is only supported for frame widget in character mode.
To suppress the error 4088 add NO-ERROR when calling MOVE-TO-TOP for other widgets than frame.
Example: COMBO-BOX-1:MOVE-TO-TOP() IN FRAME {&FRAME-NAME} NO-ERROR.