PRB: ON KEY LABEL KEYBOARD "{CTRL+C}" Does Not Work in a GETLast reviewed: April 29, 1996Article ID: Q95381 |
The information in this article applies to:
SYMPTOMSUsing a KEYBOARD command as part of an ON KEY LABEL statement to issue an edit shortcut key sequence does not work in a GET field.
CAUSEIssuing an ON KEY LABEL command in a GET field causes control to exit the GET field. Because of this, the original position of the cursor before the edit function was called is lost. This causes garbage to be returned to the GET field.
RESOLUTIONEnter the desired KEYBOARD edit shortcut key commands as a macro assignment instead of using an ON KEY LABEL command.
MORE INFORMATIONFor example, if you issue either of the following statements while in a GET field, the desired editing functions will not be performed:
ON KEY LABEL F7 KEYBOARD "{CTRL+C}" && to cut the highlighted text ON KEY LABEL F8 KEYBOARD "{CTRL+V}" && to paste text |
Additional reference words: FoxDos FoxWin on key label get
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |