View Single Post
  #3 (permalink)  
Old November 21st, 2007, 01:54 AM
Agostino Agostino is offline
Member
 
Join Date: Jul 2006
Posts: 79
Default

Hi,
The reason may be that some application you have in AutoCAD that does not restore the
settings after changing them. I suggest you to force them by creating a file named acad.lsp in one of your support file search path and add these rows below to it using Notepad.
(setvar "fieldeval" 21)
(setvar "updatethumbnail" 0)
Cheers!
Reply With Quote