ASAP 2.8 Client Manual

Entity Definition Language (EDL)
HP NonStop ASAP Client Manual425263-004
6-25
Heading - EDL Attribute Property
This property appears on the Attribute tab of the ASAP Client Properties window and is
documented as the Show In Grid property.
Default: False
Examples
AT NodeName GRID YES GRAPH NO GRAPHMAX 0 HELP "NSK System Name";
AT Sysnum GRID NO GRAPH NO GRAPHMAX 0 HELP "System Number";
AT Cpu GRID YES GRAPH NO GRAPHMAX 0 HELP "CPU Number";
Heading - EDL Attribute Property
Heading String
The Heading attribute property defines the string of text that appears in the heading
for a user-defined attribute.
If the Heading is not specified then it defaults to the attribute-name.
If heading is specified it appears in the heading instead of the attribute-name.
Applies to: Client and Server
This property appears in the ASAP Client Properties window as the Attribute name.
Default: attribute-name
Example
AT Busy GRID YES GRAPH YES GRAPHMAX 100 HELP "Percent Cpu Busy"
HEADING "Busy%";
HeadPickup - EDL Attribute Property
HeadPickup Boolean
The HeadPickup attribute property indicates whether the heading associated with a
user-defined attribute is fixed or dynamically derived from the heading the ASAP
Server displays.
If HeadPickup is enabled (TRUE or YES), then the heading defined by the ASAP
Server appears, rather than the Heading property associated with the attribute.
If HeadPickup is not enabled, the heading is the defined by the Heading string.
Applies to: Client
Default: False