Difference between revisions of "SET FKLABEL"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Helengeorge (Talk | contribs) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
Toggle mapping of control keys to their function key equivalents in @...SAY commands | Toggle mapping of control keys to their function key equivalents in @...SAY commands | ||
Line 23: | Line 16: | ||
==Example== | ==Example== | ||
− | < | + | <code lang="recital"> |
− | set fklabel on</ | + | set fklabel on</code> |
==Products== | ==Products== | ||
− | Recital | + | Recital |
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Commands]] | [[Category:Commands]] | ||
[[Category:Set_Commands|FKLABEL]] | [[Category:Set_Commands|FKLABEL]] | ||
+ | [[Category:Screen Forms]] | ||
+ | [[Category:Screen Forms Set Commands]] |
Latest revision as of 15:50, 23 November 2009
Purpose
Toggle mapping of control keys to their function key equivalents in @...SAY commands
Syntax
SET FKLABEL ON | OFF | (<expL>)
See Also
@...SAY, DIALOG BOX, MESSAGE, SET MESSAGE
Description
The SET FKLABEL ON command enables mapping of control keys to their function key equivalents in @...SAY commands. Any control characters (e.g. ^C) embedded in text associated with @...SAY commands, will be translated into their equivalent function names. This command is therefore very useful for terminal independent displays. Mapping is always performed on messages written with SET MESSAGE and MESSAGE commands.
Example
set fklabel on
Products
Recital