$CHUI_FORM_BORDER

Assign form border properties in character mode.

$CHUI_FORM_BORDER {=} ALL | MOVABLE | OVERLAY | NONE

Arguments

  • ALL—all forms appear with a border.
  • MOVABLE—forms that have the Is Independent Form property set to true appear with a border.
  • OVERLAY—forms that have the Is Independent Form property set to false appear with a border.
  • NONE—all forms appear without a border.

Defaults

Assignment file: client assignment files
Section: [SETTINGS]
Default value: None

Description

$CHUI_FORM_BORDER determines the form border properties for a form in character mode ($GUI=$CHR). This setting does not affect the border properties of the application window. By default, all forms appear without borders.

The border type specified on the $CHUI_FORM_BORDER setting overrides the form border properties defined on the form.

$CHUI_FORM_BORDER

The following setting causes all forms that have the Is Independent Form property set to true (that is, all movable forms) to appear with a border. All forms with the Overlay Previous Form property set to false (that is, all unmovable forms) are unaffected.

$CHUI_FORM_BORDER MOVABLE