Syntax
load_default_soft_key_tuple <keyword_parms>;
Type
SDC Function - code x'8D'
Parameters
Loads the softkey definers which are used whenever the currently active
line has a null softkey defined associated with it.
Description
- <keyword_parms> are a number of optional keyword parameters which
take defaults according to most common usage. These are as follows:
- "sk?=xxx" (?=1..6), "skg=xxx" and "skl=xxx", where
xxx is a definer specified in the same way as for initialise_soft_key_table
(for example, hf12).
- "sk1=" to "sk6=" specify the definers to be used for softkeys #1
to #6.
- "skg" specifies the GPALD definer i.e. that executed whenever
this line becomes the active line.
- "skl" specifies the LSBLD definer i.e. the user attempts to scroll
beyond a logical section of the display page.
References
TR-NWT-001273.
Notes
No parameter substitutions are possible with this statement.
Example
load_default_soft_key_tuple sk1=h12 sk2=13 sk3=hf1;