suppress 'save changes' dialog when using .open method

suppress 'save changes' dialog when using .open method

Anonymous
Not applicable
231 Views
4 Replies
Message 1 of 5

suppress 'save changes' dialog when using .open method

Anonymous
Not applicable
is there any way to issue activedoc.open w/o getting the 'save changes' prompt and w/o first issuing activedoc.save?

thanks.
abe
0 Likes
232 Views
4 Replies
Replies (4)
Message 2 of 5

Anonymous
Not applicable
You can switch to MDI mode or (if some 3rd party application like LDD is
forcing SDI mode) you can close the current document first (using the Close
method) and specify the boolean flag to save changes (or not save changes).
--Bill

gillespie wrote in message ...
> is there any way to issue activedoc.open w/o getting the 'save
changes' prompt and w/o first issuing activedoc.save?
>
>thanks.
>abe
0 Likes
Message 3 of 5

Anonymous
Not applicable
i'm using r14.01 and don't have that option. is this in acadunsup? and if so, where can i get it?

thanks.
abe
0 Likes
Message 3 of 5

Anonymous
Not applicable
i'm using r14.01 and don't have that option. is this in acadunsup? and if so, where can i get it?

thanks.
abe
0 Likes
Message 5 of 5

Anonymous
Not applicable
I have not used VBA in r14, so I don't know what the limitations are.
You can get AcadUnsup.arx from
http://vbdesign.hypermart.net/cadpages/tbox.htm
--Bill

PS.(To anyone) Are the multiple new message postings part of AutoDesk's
strategy of making up for removing most of our previous posts... 🙂

gillespie wrote in message ...
>i'm using r14.01 and don't have that option. is this in acadunsup? and if
so, where can i get it?
>
>thanks.
>abe
0 Likes