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.
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.
Syntax example without a file path:
Save MyDataView.lvdvw
Syntax example with a file path:
Save "C:\Testing\Application Framework\MyDataView.lvdvw"
See also