Skip to main content
insightsoftware Documentation insightsoftware Documentation
{%article.title%}
Published:
Was this article helpful?
0 out of 0 found this helpful

Save

Use this command to write the contents of a document in the document cache to a physical file. This can be useful when debugging your code during development.

Copy

Syntax

Save DocName                    

where:

  • DocName is the name of the document in the document cache to save to a physical file, and should match the name specified in the related Create Document command. Documents that did not include a file path in the Create Document statement are saved to MyDocuments\Longview. If the document name included a file path, the document is saved relative to the MyDocuments\Longview with the same file path.
Copy

Syntax example: Without a file path

Save MyDataView.lvdvw                
Copy

Syntax example: With a file path

Save "C:\Testing\Application Framework\MyDataView.lvdvw"                

See also

Published:

Save

Use this command to write the contents of a document in the document cache to a physical file. This can be useful when debugging your code during development.

Copy

Syntax

Save DocName                    

where:

  • DocName is the name of the document in the document cache to save to a physical file, and should match the name specified in the related Create Document command. Documents that did not include a file path in the Create Document statement are saved to MyDocuments\Longview. If the document name included a file path, the document is saved relative to the MyDocuments\Longview with the same file path.
Copy

Syntax example: Without a file path

Save MyDataView.lvdvw                
Copy

Syntax example: With a file path

Save "C:\Testing\Application Framework\MyDataView.lvdvw"                

See also

For an optimal Community experience, Please view on Desktop