Kbase P182655: It is not possible to assign the screen buffer value of a disabled toggle box to the record buffer.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  4/21/2011 |
|
Status: Verified
SYMPTOM(s):
It is not possible to assign the screen buffer value of a disabled toggle box to the record buffer.
it's possible to change the both the checked and screen-value attributes of a disabled toggle, but it's not possible to assign the screen-value to the record buffer (or underlying variable)
It is possible to assign the screen buffer of a disabled fillin, but not a disable toggle box.
FACT(s) (Environment):
If the toggle box is enabled then it behaves the same way as the fillin.
All Supported Operating Systems
Windows
OpenEdge 10.x
CAUSE:
This is expected behavior. The product is behaving as designed.
FIX:
To work around the problem, force the assign to work for a disabled widget by setting the widget's MODIFIED attribute to YES after changing its screen-value. Doing this sets a flag that allows the assign to see that the data has changed.