Kbase P115186: CLEAR FRAME Statement changes the background color of ALL types of field-level widgets in the frame
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  4/26/2006 |
|
Status: Unverified
SYMPTOM(s):
CLEAR FRAME Statement changes the background color of ALL types of field-level widgets in the frame (except for enabled fill-ins)
Changing the background color of an editor widget by programmatically setting its BGCOLOR attribute to a color other than the default
Issuing a CLEAR FRAME statement in the 4GL after changing the editor's background color
Progress changes the background color of the editor widget back to what it previously was
CAUSE:
The documentation for CLEAR FRAME does not accurately describe the behavior of the statement. It says: "Clears the data and colors (and side labels for a down frame) for all fill-in fields in a frame". In fact, CLEAR FRAME clears the colors for ALL types of field-level widgets EXCEPT enabled fill-ins
FIX:
The documentation on the CLEAR FRAME Statement should read as follows:
"Clears the data and colors for all widgets in a frame, except for enabled fill-ins."