Previous Topic: Shipped Value (Allowed Values)

Next Topic: YFKYCNN - Function Key Connector

Usage

Set YDFTVLC to *NONE if no YDFTVLC value is to be used. This results in the entire VLINK=”ydftvlc-value” section not being generated within the BODY tag.

YESCOPT - Screen String 'escape' Option

The YESCOPT control value determines if text that appears on green screens (either as a text constant or as a field value) is escaped for display in a web page. Escaped strings use special HTML tags to represent certain characters, for example , single quote ('), double quote ("), and the -than (<) characters. Valid values for the YESCOPT control value are currently *ALL or *NONE.

Shipped Value (Allowed Values)

*ALL (*ALL|*NONE)

YFKYACC - Function Key Accelerator Key Format

The YFKYACC control value determines the format (if any) for the accelerator character, which is used for command key buttons. The possible special values are:

The default value is *UNDERLINE. Alternatively, you can specify a user-defined value by entering a before-value and an after-value, separated by a comma. For example:

<span class="accKey">,</span>

Shipped Value (Allowed Values)

*NONE (*NONE|*UNDERLINE|*ITALIC|*BOLD|user-defined value)

Usage

The Web Option server uses this value when building command keys during skeleton generation time. This control value defines the look of the text on a command key button. For instance, specifying *UNDERLINE generates the following standard command keys so that they use the following default accelerator for each key: Exit, Prompt, Refresh, Toggle, Cancel, Enter, Help, Page Up, Page Down. User-defined command keys are determined using the first available initial letter that does not clash with an already-used letter from the previous list.