MODIFY WINDOW Command
Modifies a user-defined window or the main Visual FoxPro window.
MODIFY WINDOW WindowName | SCREEN [FROM nRow1, nColumn1 TO nRow2, nColumn2 | AT nRow3, nColumn3 SIZE nRow4, nColumn4] [FONT cFontName [, nFontSize [, nFontCharSet]]] [STYLE cFontStyle] [TITLE cTitleText] [HALFHEIGHT] [DOUBLE | PANEL | NONE | SYSTEM] [CLOSE | NOCLOSE] [FLOAT | NOFLOAT] [GROW | NOGROW] [MINIMIZE | NOMINIMIZE] [ZOOM | NOZOOM] [ICON FILE FileName1] [FILL FILE FileName2] [COLOR SCHEME nSchemeNumber | COLOR ColorPairList] |
Parameters
- WindowName
-
Specifies which user-defined window to modify. The window you specify must first be created with DEFINE WINDOW.
- SCREEN
-
Specifies the main Visual FoxPro window as the window to modify. Do not abbreviate SCREEN or Visual FoxPro generates an error message. To return the main Visual FoxPro window to its startup configuration, issue the following command without any additional clauses:
Copy CodeMODIFY WINDOW SCREEN
Tip Use MODIFY WINDOW SCREEN NOCLOSE to prevent accidentally terminating Visual FoxPro prematurely.
For more information about the MODIFY WINDOW clauses, see DEFINE WINDOW Command.
Remarks
Example
See Also
© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic
Microsoft Visual FoxPro 9 SP2 Help file, VFPX Edition v1.08