Does anyone have example code that saves a current drawing and then closes
AutoCAD documents? I have tryed to use CloseAndDiscard or CloseAndSave and they give
Drawing Busy errors.
The code I have is in an attached file.
If I try to run the code using Form 1 button 5 I get "Drawing Busy"
If I run using the CLM command I do not receive any errors.
So why can't I use a Form to close a drawing?