93 lines
5.7 KiB
HTML
93 lines
5.7 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html
|
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html lang="en-us" xml:lang="en-us">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="security" content="public" />
|
|
<meta name="Robots" content="index,follow" />
|
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
|
<meta name="DC.Type" content="reference" />
|
|
<meta name="DC.Title" content="HLPPNLGRP (Help Panel Group) keyword for display files" />
|
|
<meta name="abstract" content="Use this file- or help-specification-level keyword to specify the source of user interface manager (UIM) defined online help information to be displayed when the Help key is pressed." />
|
|
<meta name="description" content="Use this file- or help-specification-level keyword to specify the source of user interface manager (UIM) defined online help information to be displayed when the Help key is pressed." />
|
|
<meta name="DC.subject" content="HLPPNLGRP (Help Panel Group) keyword, Help Panel Group (HLPPNLGRP) keyword" />
|
|
<meta name="keywords" content="HLPPNLGRP (Help Panel Group) keyword, Help Panel Group (HLPPNLGRP) keyword" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzakcmstkeyent.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2001, 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2001, 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="rzakcmstdfhlpgr" />
|
|
<meta name="DC.Language" content="en-us" />
|
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
|
<!-- US Government Users Restricted Rights -->
|
|
<!-- Use, duplication or disclosure restricted by -->
|
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
|
<title>HLPPNLGRP (Help Panel Group) keyword for display files</title>
|
|
</head>
|
|
<body id="rzakcmstdfhlpgr"><a name="rzakcmstdfhlpgr"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">HLPPNLGRP (Help Panel Group) keyword for display files</h1>
|
|
<div><p>Use this file- or help-specification-level keyword to specify the
|
|
source of user interface manager (UIM) defined online help information
|
|
to be displayed when the Help key is pressed.</p>
|
|
<div class="section"><div class="p">The format of the keyword is: <pre>HLPPNLGRP(help-module-name [library-name/]panel-group-name)</pre>
|
|
</div>
|
|
<p>The
|
|
help module name is 1 to 32 characters long. Valid values for the first character
|
|
in the name are alphabetic characters A through Z. Valid values for subsequent
|
|
characters are alphabetic characters A through Z, numeric characters 0 through
|
|
9, slash (/), and underscore (_). If the name contains a slash or underscore
|
|
character, the name must be enclosed in single quotation marks.</p>
|
|
<p>The
|
|
panel group name specifies the UIM-panel group object that contains the help
|
|
module. It need not exist when the display file is created. If you do not
|
|
specify the library name, *LIBL is used to search for the panel group object.</p>
|
|
<p>Every
|
|
help specification must contain a HLPRCD, HLPDOC, or HLPPNLGRP keyword, but
|
|
a display file cannot contain both HLPPNLGRP and HLPRCD keywords, nor HLPPNLGRP
|
|
and HLPDOC keywords.</p>
|
|
<p>If you specify the HLPPNLGRP keyword at the file
|
|
level, you must specify the HELP keyword at the file level. If there are no
|
|
help specifications in the file, you must also specify the HLPTITLE keyword
|
|
at the file level.</p>
|
|
<p>If you specify the HLPPNLGRP keyword at the help
|
|
specification level, you must specify a HELP and a HLPTITLE keyword either
|
|
at the file level or on the current record.</p>
|
|
<p>Option indicators are valid
|
|
for this keyword.</p>
|
|
</div>
|
|
<div class="example"><h4 class="sectiontitle">Example</h4><p>The following example shows how to specify
|
|
the HLPPNLGRP keyword.</p>
|
|
<pre>|...+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....8
|
|
A HELP
|
|
A HLPPNLGRP(GENERAL LIBA/PANEL1)
|
|
A HLPTITLE('Sample Screen')
|
|
A HLPSCHIDX(QHSS1)
|
|
A R REC001
|
|
A H HLPARA(4 10 4 29)
|
|
A HLPPNLGRP(NAMETAG LIBA/PANEL1)
|
|
A H HLPARA(5 10 5 19)
|
|
A HLPPNLGRP(OPTION1TAG PANEL2)
|
|
A 1 10'Sample Screen'
|
|
A NAME1 20A B 4 10
|
|
A OPTION1 10A B 5 10
|
|
A</pre>
|
|
<p>If the cursor is located on line 4 between positions
|
|
10 and 29 when the Help key is pressed, help module NAMETAG from UIM panel
|
|
group PANEL1 in LIBA is displayed. If the cursor is located on line 5 between
|
|
positions 10 and 19, help module OPTION1TAG from UIM panel group PANEL2 in
|
|
the library list is displayed. If the cursor is located anywhere else when
|
|
the Help key is pressed, help module GENERAL in panel group PANEL1 in LIBA
|
|
is displayed.</p>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzakcmstkeyent.htm" title="You type the keyword entries that define display files in positions 45 through 80 (functions).">DDS keyword entries for display files (positions 45 through 80)</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |