RC-WinTrans Object Model Help |
Workspace.New
|
Creates a new workspace.
Syntax: |
New( Filename As String ) |
| Parameters: |
Filename Path and file name of the new workspace.
|
| Example: | Dim Workspace As Workspace
Set Workspace = Application.Workspace
Call Workspace.New("C:\Data\RC-WinTrans\NewWorkspace.rwtworkspace")
|
| Remarks: | The currently open workspace will be closed if this method is called. The new workspace will then be opened.
|
See also: