Running DXFIN command via AutoLISP causes the UNDO command to stop working
By admin - Last updated: Friday, October 6, 2006 - Save & Share - Leave a Comment
Since inserting DXF files with the normal INSERT command causes so many problems in 2005+, a seemingly valid workaround would be to run DXFIN via AutoLISP like so:
(command "dxfin" "x:/mypath/myfile.dxf")
Unfortunately, in AutoCAD 2006, running the above statement causes the UNDO command to stop working, regardless of how UNDOCTL is set.
First Appeared: AutoCAD 2005/6?
Status as of 2006 SP1: Still reproducible
Status as of 2010: (unknown)
Posted in AutoCAD - Bugs • • Top Of Page