Kbase P16750: Dynamics: Error 4083 when opening a screen containing toggle-boxes.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  03/11/2005 |
|
Status: Unverified
FACT(s) (Environment):
Dynamics 2.0A
SYMPTOM(s):
Error 4083 when opening a screen containing toggle-boxes.
**Unable to assign UNKNOWN value to attribute CHECKED on TOGGLE-BOX (4083)
CAUSE:
For the TOGGLE-BOX widget, Dynamics manages the 2 properties initialValue and CHECKED, which lead to confusion and errors.
The toggle-box is indeed the only widget that has another attribute to manage its SCREEN-VALUE (CHECKED). As the SCREEN-VALUE is not a dynamics property for any widget type, CHECKED should not be taken as a property too.
For some reason, this CHECKED property happens to be set to unknown, which is not allowed in 4GL and leads to error 4083.
FIX:
Set this CHECKED property to NO in the dynamic property sheet or with the Repository Object Maintenance.