The information in this article applies to:
SUMMARYTo use function keys F2 through F9 as direct shortcuts to menu bars (menu options), you must first disable the default macro assignment for these keys either through the Command window or a program, or through the CONFIG.FP file, as described below. MORE INFORMATIONBy default, FoxPro initiates the following macro assignments for function keys F2 through F9: F2: SetV F3: ListBefore you can use these function keys as shortcuts to menu bars, you must first remove the default macro assignment for the function keys. Clearing Function Keys in the Command Window or in a ProgramTo clear individual function keys, you can use the SET FUNCTION command with no expression following the TO clause. For example, to clear the F2 key, issue the following command:
This command clears the default assignment, thus allowing the menu to
accept the function key as a shortcut for a menu bar or pad.
To clear all macro assignments, issue the CLEAR MACROS command. Clearing Function Keys in the CONFIG.FP FileTo clear individual function keys in the CONFIG.FP file, do the following:
Since you can issue the COMMAND = statement only once in the CONFIG.FP
file, if you need to issue more than one command when FoxPro starts, put
all the commands in a program. Assuming this program is called MAIN.PRG,
type the following in the CONFIG.FP file:
REFERENCES"Language Reference," version 2.5, page L3-931 Additional query words: FoxDos item command
|
|
Last Reviewed: August 25, 1999 © 1999 Microsoft Corporation. All rights reserved. Terms of Use. |