[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
+---------------------------------+
| RESTORE MACROS |
+---------------------------------+
RESTORE MACROS
[FROM <file>
| FROM MEMO <memo field>]
-----------------------------------
Restores keyboard macros from file or memo field.
-----------------------------------
This command restores a set of keyboard macros that were saved to a
keyboard macro file or a memo field.
FoxPro allows you to save a series of keystrokes in memory as a keyboard
macro. When you quit FoxPro, the macros you created are lost unless you
save them to a macro file or a memo field with SAVE MACROS. Macros can
also be saved to a file by choosing Macros... from the System menu
popup, then choosing Save.
If a set of keyboard macros are saved to a file or a memo field, they
can be restored and placed in memory with RESTORE MACROS.
By default, restoring macros from a file or memo field is additive -
macros are appended to the existing set of macros. If a macro name in
the file or memo field is the same as an existing macro name, the macro
in the file or memo field will overwrite the existing macro. Macro
files have an .FKY extension. Macros may also be restored from a file
by choosing Macros... from the System menu popup, then choosing Restore.
Issuing RESTORE MACROS without a file name or memo field name clears all
macros from memory and restores the default macros. The default macros
are restored from the keyboard macro file named DEFAULT.FKY. If the
DEFAULT.FKY file cannot be found, the F2 through F9 keys are restored to
their standard default settings.
Clauses
-------
FROM <file>
Specifies the macro file that macros are to be restored from.
FROM MEMO <memo field>
Specifies the memo field that macros are to be restored from.
-----------------------------------
See Also: CLEAR, PLAY MACRO, SAVE MACROS
-----------------------------------
See Also:
CLEAR
PLAY MACRO
SAVE MACROS
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson