|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > DBWCommandShell > Special Files > Autosave.spt file |
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.
A typical AUTOSAVE.SPT looks like the following:
.FORM AUTOSAVE.FRM
where AUTOSAVE.FRM is the .FRM file to be executed.