Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
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.
Solved! Go to Solution.
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".
Try using File->Save->Save Changed.
I'm in Creo 3.0. Is that in the new version? I don't see that option.
Ah, sorry. I wasn't aware that this function is only there if you are connected to Windchill...
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".
Awesome, thank you for all your help!