Skip to main content
1-Visitor
January 19, 2017
Solved

Is it possible to save all displayed/in session in Creo?

  • January 19, 2017
  • 5 replies
  • 5526 views

I've noticed that I make a common mistake when working on drawings and export it to PDF but forget to save once in a while.  I am curious if there is a function that would allow me to save all "in session" drawings and/or parts.

Best answer by psobejko

You can get a warning about unsaved objects by using these config.pro settings:

save_objects changed

prompt_on_exit yes

Then, upon exiting of your Creo session, you'll have to answer a yes / no question for every object that pro/e thinks has changed.

At any of these prompts, you can also type in A for "Save All the rest of changed files", or q - for "quit without saving anything else".

5 replies

1-Visitor
January 19, 2017

Try using File->Save->Save Changed.

ktenhaken1-VisitorAuthor
1-Visitor
January 19, 2017

I'm in Creo 3.0. Is that in the new version? I don't see that option.

1-Visitor
January 19, 2017

Ah, sorry.  I wasn't aware that this function is only there if you are connected to Windchill...

psobejko1-VisitorAnswer
1-Visitor
January 19, 2017

You can get a warning about unsaved objects by using these config.pro settings:

save_objects changed

prompt_on_exit yes

Then, upon exiting of your Creo session, you'll have to answer a yes / no question for every object that pro/e thinks has changed.

At any of these prompts, you can also type in A for "Save All the rest of changed files", or q - for "quit without saving anything else".

ktenhaken1-VisitorAuthor
1-Visitor
January 19, 2017

Awesome, thank you for all your help!