Message 1 of 12
HowTo Suppress a Save Dialog Box.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi
We running an AutoCAD Extension. We aslo set the system variable SDI to 1 (Single Document Interface).
When I use
Application.DocumentManager.Open
A save dialog pops up, I need to suppress this dialog. I've tried CloseAndSave but because we're running SDI a document must be open. So basically when I open a doc the active doc will be closed I just don't want the active doc saved.