How To Hide the Command Window in FoxProLast reviewed: January 9, 1997Article ID: Q105003 |
The information in this article applies to:
A programmer using Microsoft FoxPro may find it necessary to hide the Command window from within the executing program in order to restrict the end user from gaining access to core routines, or to the program itself. The Command window may also be hidden in order to make the programmer's menu the only thing visible to the end user. To hide the Command window:
NOTE: Do not activate the small window. For example:
DEFINE WINDOW hide FROM 1,1 to 3,3 ACTIVATE WINDOW command IN hideBecause window "hide" does not get activated, the Command window inside "hide" will not be visible. NOTE: In FoxPro for MS-DOS, the following command will bring the command window back once it is hidden:
ON KEY LABEL {key label} ACTIVATE WINDOW COMMAND IN SCREENWhen the key label is selected, the Command window will be activated in the screen.
|
Additional reference words: FoxDos FoxWin 2.00 2.50 2.50a
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |