[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
+---------------------------------+
|          SET FUNCTION           |
+---------------------------------+
SET FUNCTION <expN> | <key label>
        TO [<expr>]

-----------------------------------
Defines Function keys.
-----------------------------------

<expN> | <key label>
        Function key to be defined.  Use Function key number to specify
Function key with <expN>.

FoxPro also supports key combinations with the Function keys.  You can
use the Ctrl or Shift keys in combination with a Function key to create
additional programmable keys.  Use the <key label> expression for the
Function key combination you wish to program.  See ON KEY LABEL for a
listing of <key label> expressions.

TO [<expr>]
        Specifies series of keystrokes stored to Function key specified by
<expr>.  FoxPro translates semicolons (;) occurring in expression into
carriage returns.

-----------------------------------

See Also:  FKLABEL(), FKMAX(), ON KEY LABEL

-----------------------------------

See Also: FKLABEL() FKMAX() ON KEY LABEL
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson