The makefilesecret statement closes all of the windows associated with a file, but keeps the file open in memory.
Parameters
This statement has one parameter:file – Name of file to make secret, or “” for current file.
Description
This statement closes all of the windows associated with a file, but keeps the file open in memory. This example makes the file Tax Tables invisible, while still leaving it open in memory (for lookups, etc.)
makefilesecret "Tax Tables"
Later if you want to make the windows visible again you can use the opensavedwindows statement.
setactivedatabase "Tax Tables"
opensavedwindows
See Also
History
Version | Status | Notes |
10.0 | No Change | Carried over from Panorama 6.0. |