Is there a DocumentAFTERSave?

C

Colbert Zhou [MSFT]

Hello Dave,

No, there is not such a DocumentAfterSave event. I did not find any
solutions to this objective. So we may need to workaround it based on your
business background. So why we need to prompt the user that he is saving a
document as docx?


Best regards,
Ji Zhou
Microsoft Online Community Support
 
D

David Thielen

We are using ContentControls in the document to store our tags. If
they save in a format other than DOCX those are lost. So in that case
we want to warn them.

thanks - dave


Hello Dave,

No, there is not such a DocumentAfterSave event. I did not find any
solutions to this objective. So we may need to workaround it based on your
business background. So why we need to prompt the user that he is saving a
document as docx?


Best regards,
Ji Zhou
Microsoft Online Community Support


david@[email protected]
Windward Reports -- http://www.WindwardReports.com
me -- http://dave.thielen.com

Cubicle Wars - http://www.windwardreports.com/film.htm
 
C

Colbert Zhou [MSFT]

Hello Dave,

No DocumentAfterSave event is exposed. However, what about set Cancel
parameter to true and show our own FileSaveAsDialog? In this case, we get a
chance to execute codes after the File Save dialog.

Actually I searched and found an old discussion between you and Peter Huang,
http://www.tech-archive.net/Archive/Office/microsoft.public.office.developer
.com.add_ins/2005-06/msg00173.html


Best regards,
Ji Zhou - MSFT
Microsoft Online Community Support
 
D

David Thielen

We tried that but then we lose the Office SaveAs which has things like
SharePoint and OfficeLive extensions. We can live with this so we'll
just watch the Save's.

thanks - dave


Hello Dave,

No DocumentAfterSave event is exposed. However, what about set Cancel
parameter to true and show our own FileSaveAsDialog? In this case, we get a
chance to execute codes after the File Save dialog.

Actually I searched and found an old discussion between you and Peter Huang,
http://www.tech-archive.net/Archive/Office/microsoft.public.office.developer
com.add_ins/2005-06/msg00173.html


Best regards,
Ji Zhou - MSFT
Microsoft Online Community Support


david@[email protected]
Windward Reports -- http://www.WindwardReports.com
me -- http://dave.thielen.com

Cubicle Wars - http://www.windwardreports.com/film.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top