Expand Minimize
This topic has not yet been rated - Rate this topic

SAVE SCREEN Command

Saves an image of the main Visual FoxPro window or an active user-defined window to the screen buffer, a variable, or an array element.


SAVE SCREEN [TO VarName]

Parameters

TO VarName

Specifies the variable or array element to which the screen or window image is saved.

Use RESTORE SCREEN to redisplay images saved to the screen buffer, a variable, or an array element.

Variables or array elements containing an image of the main Visual FoxPro window or user-defined window have an S data type when you view the variables or array elements with DISPLAY or LIST MEMORY.

If issued without the TO VarName clause, SAVE SCREEN saves the main Visual FoxPro window or user-defined window to the screen buffer.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.