RENAME CONNECTION

Restore Window, Save Window

One of the mutant branches of the Xbase evolution toward windows management that died a fitting death along the way. Retained in Visual FoxPro for "backward compatibility."

Usage

RESTORE WINDOW Window1 [,Window2 [, ... ] ] | ALL         FROM MEMO MemoField | FileName SAVE WINDOW Window1 [,Window2 [, ... ] ] | ALL         TO MEMO MemoField | FileName
These commands let you save and restore a series of window definitions to either a file or a memo field. The definitions are stored in incomprehensible, undocumentable (and undocumented) binary format. The filename has a WIN extension, unless a different extension is specified. Although we could see the advantage of this method in order to allow users to customize their environment to meet their needs, we have never actually seen this method succeed in an application. With the fine control available in form events such as Resize and Move, we feel that custom methods to save and restore the Top, Left, Height and Width properties have far more chance of succeeding than the use of these commands.

Example

SAVE WINDOW Form1 to Form1 RESTORE WINDOW Form1 FROM Form1

See Also

Move, Resize, Restore From, Save To


View Updates

Copyright © 2002 by Tamar E. Granor, Ted Roche, Doug Hennig, and Della Martin. All Rights Reserved.



Hacker's Guide to Visual FoxPro 7. 0
Hackers Guide to Visual FoxPro 7.0
ISBN: 1930919220
EAN: 2147483647
Year: 2001
Pages: 899

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net