CAD Forum
Cesky English Deutsch
Login:
 Visitors: 1258 

WWW server of the XANADU company (formerly: CAD Studio) Become a fan of CADforum on Facebook

CAD tip CAD tip # 4684:

Question CAD 
 %  platform  category 
Q - question

AutoCAD forgets its AutoSave (savetime) settings.

A - answer 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
100% *  CAD 
17.10.2005    10525x  
Comments   Tell a friend
Share tip: Digg it! Del.icio.us Facebook Technorati StumbleUpon
applies to: AutoCAD 2006 · AutoCAD 2005 ·

See also:
Tip 4345:What is the difference between .BAK, .SV$ and .AC$ backup files?
Tip 1813:Where to find my autosaved drawings?


Back   All CAD Tips All CAD tips&tricks

Hatches are not displayed in long walls. « | » How to find a MAC address of your LAN adapter?

Have we helped you? If you want to support the CAD Forum web service, consider buying one of our CAD applications, or our custom software development offerings. You may also add a link to your web - like this "fan" link: CAD Forum - tips, utilities, blocks for Autodesk products
CAD:    OS:    Categ: 
Text:  FAQ glossary   



Featuring:
Export 3D VRML scenes from AutoCAD and Inventor 2010
VRMLout More info


Please use these tips at your own risk.
XANADU (CAD Studio) is not responsible for possible problems that may occur as a result of using any of these tips.