Difference between revisions of "SET FKLABEL"

From Recital Documentation Wiki
Jump to: navigation, search
Line 1: Line 1:
=SET FKLABEL=
 
 
 
 
==Class==
 
==Class==
 
Screen Forms
 
Screen Forms
Line 23: Line 20:
  
 
==Example==
 
==Example==
<pre>
+
<code lang="recital">
set fklabel on</pre>
+
set fklabel on</code>
  
 
==Products==
 
==Products==

Revision as of 09:36, 16 April 2009

Class

Screen Forms


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 Terminal Developer