Autosave.spt file

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > DBWCommandShell > Special Files >

Autosave.spt file

Description

It automatically launches a .FRM file when saving a document.

DBWorks looks for the file named AUTOSAVE.SPT in the LST\ sub-directory, and if present, executes it when displaying the standard data entry form for a save as operation.

Example

A typical AUTOSAVE.SPT looks like the following:

.FORM AUTOSAVE.FRM

where AUTOSAVE.FRM is the .FRM file to be executed.