Kbase P48666: CLEAR FRAME statement does not work with Editor widgets
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  12/29/2004 |
|
Status: Unverified
SYMPTOM(s):
CLEAR FRAME statement does not work with Editor widgets
CLEAR FRAME does not do anything
Unable to clear Editor field
CAUSE:
CLEAR FRAME only works with fill-in widgets
FIX:
To clear an editor widget set the editor SCREEN-VALUE equal to spaces.
eg.: SET EDITOR-1:SCREEN-VALUE = " " WITH FRAME {&FRAME-NAME}.