Chapter 8 Manipulating The Workspace Using Scripts


Loading, saving and closing a workspace using scripts

The following methods are available to load, save and close a workspace using scripts:

To load a workspace

Use the following Description
Load (ByVal filename As String = "") As Boolean Loads the workspace from the given location

To save a workspace

Use the following Description
Save (ByVal filename As String = "") As Boolean Saves the workspace at the given location

To close a workspace

Use the following Description
Close () Closes the active workspace

 


Copyright (C) 2006. Sybase Inc. All rights reserved.