V6.0 configurator - toggle box in input screen

In regards to the Progress language, screen-value is a character
string that you can set for display. For example, to set a toggle-
box to show a check mark, the Progress 4GL code would be...

toggle-box-name:screen-value = "yes".

To change the actual value...

toggle-box-name = yes.

You can set the screen value of a widget if you wish, then use the
ASSIGN command to set the actual value from the screen value.

HTH,
Lonnie


--- In vantage@yahoogroups.com, "lindalowney" <llowney@d...> wrote:
>
> Hello Group,
>
> I am having a problem turning off a toggle box using the "On Leave"
> formula of another field.
>
> If field "A" changes then I want to turn off the toggle box in
> field "B."
>
> I've tried setting it to No and to False, but when I test inputs I
> receive the message "Attribute SCREEN-VALUE for the TOGGLE-BOX has
an
> invalid value of False. (4058)"
>
>
> Does anyone know why?
>
> Regards,
> Linda Lowney
> Decoustics Limited
>
Hello Group,

I am having a problem turning off a toggle box using the "On Leave"
formula of another field.

If field "A" changes then I want to turn off the toggle box in
field "B."

I've tried setting it to No and to False, but when I test inputs I
receive the message "Attribute SCREEN-VALUE for the TOGGLE-BOX has an
invalid value of False. (4058)"


Does anyone know why?

Regards,
Linda Lowney
Decoustics Limited