Message 1 of 11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I have a script here that I use to edit the dimensions in AutoCAD and then close the file. If I then open the file again, I get the message that an error was detected during opening and the "WHERST" command should be used.
For saving and closing I use:
Call ThisDrawing.Close (True)
Funny thing is, if I comment out this line and do the save and close manually, I don't get this message. I had already tried this variant:
ThisDrawing.Save
ThisDrawing.Close
Unfortunately without success. What's going wrong? All files are local and the user has write access to the directory.
Many thanks in advance.
Solved! Go to Solution.