New CADforum look launched.
Over 1.081.000 registered users (EN+CZ). New 1D nesting and 3D nesting tools, updated Color converter. New AutoCAD 2025 commands and variables. Learn about twiGIS.
Over 1.081.000 registered users (EN+CZ). New 1D nesting and 3D nesting tools, updated Color converter. New AutoCAD 2025 commands and variables. Learn about twiGIS.
CAD tip # 4684:
Question
A
From time to time, AutoCAD 2005 seems to reset the SAVETIME variable setting to 0, effectively disabling the AutoSave feature.
This is a known problem with version 2005 - AutoCAD temporarily disables AutoSave during the PUBLISH command. If this command fails, AutoSave is not restored.
As a fix, you can use the following VBA reactor to restore AutoSave after each command:
Private Sub AcadDocument_EndCommand (ByVal CommandName As String) ThisDrawing.SetVariable "SAVETIME", 10 End Sub
NB added: reported also in AutoCAD 2006
ACAD2006ACAD2005
*CAD
17.10.2005
22920×
applies to: AutoCAD 2006 · AutoCAD 2005 ·