Redefining the Function Keys in FoxPro Config FileLast reviewed: October 11, 1996Article ID: Q97052 |
The information in this article applies to:
SUMMARYTo assign an expression to a function key in the CONFIG.FPW (FoxPro for Windows), CONFIG.FX (FoxBASE+ for MS-DOS), or CONFIG.FP (FoxPro for MS-DOS) file, specify F<num>=<char_str>.
MORE INFORMATIONFor example, to assign the character string 'SET SYSMENU TO DEFAULT' to the F2 key, use the following statement in the CONFIG.FPW file:
F2='SET SYSMENU TO DEFAULT;'FoxPro translates a semicolon (;) in the expression as a carriage return. When the F2 key is pressed, the command SET SYSMENU TO DEFAULT is executed. To clear function key definitions, use the CLEAR MACROS command.
|
Additional reference words: FoxDos FoxWin 1.00 1.01 1.02 2.00 2.50 2.10
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |