PRB: ON KEY LABEL CMD+<Key_Name> Causes "Syntax Error"Last reviewed: June 1, 1996Article ID: Q120963 |
The information in this article applies to:
SYMPTOMSUsing the command "ON KEY LABEL CMD+<key_name>" (without the quotation marks), causes a "Syntax Error" error message.
CAUSEThe ON KEY LABEL command does not support the Macintosh COMMAND (CMD) key.
RESOLUTIONUse "ON KEY LABEL CTRL+<key_name>" (without the quotation marks) instead. FoxPro for Macintosh treats the COMMAND key like the CTRL key, so pressing either the COMMAND or the CTRL key will activate the ON KEY LABEL CTRL command. For example, to display a WAIT window when either CTRL+A or COMMAND+A are pressed, type the following in the Command window:
ON KEY LABEL CTRL+A WAIT WINDOW 'Test' STATUSThis behavior is by design.
MORE INFORMATION
Steps to Reproduce BehaviorIn the Command window, type the following:
ON KEY LABEL CMD+A WAIT WINDOW 'Test'Press COMMAND+A. Note that a "Syntax Error" message is displayed.
|
Additional reference words: VFoxMac 3.00b FoxMac 2.5x 2.50b 2.50c 2.60a
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |