[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
+---------------------------------+
| RESTORE WINDOW |
+---------------------------------+
RESTORE WINDOW <window list>
| ALL
FROM <file>
| FROM MEMO <memo field>
-----------------------------------
Restores window definitions to memory from file or memo field.
-----------------------------------
RESTORE WINDOW restores windows to memory from a window file or a memo
field. The window file or memo field contains window definitions that
were previously defined with DEFINE WINDOW and saved to a file or a memo
field with SAVE WINDOW. A window file has a .WIN extension.
Any windows in memory with identical names as those being restored from
the window file or memo field will be overwritten. A window's status
(hidden, active, etc.) when it was saved to disk or to a memo field will
be preserved when it is restored from disk or a memo field
<window list>
One or more windows to be restored.
ALL
Restores all windows that are in the window file or memo field.
FROM file <file>
The window disk file to restore windows from.
FROM MEMO <memo field>
The memo field to restore windows from.
+---------------------------------+
| Program Example |
+---------------------------------+
In this example, window named OUTPUT is defined, then saved to memory
variable. All windows are cleared, then OUTPUT is restored to memory
and activated.
CLEAR
DEFINE WINDOW output FROM 2,1 TO 13,75 TITLE 'Output' ;
CLOSE FLOAT GROW SHADOW ZOOM
SAVE WINDOW output TO temp
CLEAR WINDOWS
RESTORE WINDOW output FROM temp
ACTIVATE WINDOW output
-----------------------------------
See Also: ACTIVATE WINDOW, DEFINE WINDOW, SAVE WINDOW
-----------------------------------
See Also:
ACTIVATE WINDOW
DEFINE WINDOW
SAVE WINDOW
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson