How to save a part with a name automatic?

How to save a part with a name automatic?

Anonymous
Not applicable
532 Views
2 Replies
Message 1 of 3

How to save a part with a name automatic?

Anonymous
Not applicable

I wonder how I can save a new part with a name automatic?

When I saveas after I create a new file, a dialog as me to Save dependent document.

How can I turn this off?

pic1.JPG

If I use Save2 first, because the document doesn't have name yet, a SaveAs dialog will open.

pic2.JPG

I want that the program does everything by itself without any touch, any OK clicking from user.

Is it possible?

0 Likes
Accepted solutions (1)
533 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable
Accepted solution

Give this a go.

 

app.SilentOperation = true;
//Make, save and close document here
app.SilentOperation = false;

 

Message 3 of 3

Anonymous
Not applicable

Amazing.....that is what I need!

Thank you so much!

0 Likes