Answered by:
Display Pop up message programmatically

Question
-
Hi Everybody,
In Sharepoint we can able to open any of documents(pptx,docx,xlsx).
But when I click on close(closing the document) I should get a pop up with some items
and if I click submit in the pop up box, list should be updated.
How it is possible programmatically.
Your help is absolutely appreciated.
Thanks,
krishna
Krishnasandeep
Tuesday, February 14, 2012 5:16 PM
Answers
-
Closing the document is an action that is occuring in word. It won't be possible for the browser to determine if that action occured. You could create a VSTO add-in for Word. A SharePoint solution for Word could be the document information panel. The standard document information panel will just show the metadata of the content type, but you can customize the document information panel.
There's guidance on building a custom document information panel on MSDN:
http://msdn.microsoft.com/en-us/library/ms545650.aspx
http://msdn.microsoft.com/en-us/library/ms563688.aspx- Proposed as answer by Shimin Huang Thursday, February 16, 2012 1:12 AM
- Marked as answer by Shimin Huang Friday, February 24, 2012 6:21 AM
Tuesday, February 14, 2012 7:15 PM -
As Jeff advised, Document information panel would be an ideal place to save information.
It is very easy to configure DIP in sharePoint. It shows up right on the top of the document and users can fill int he information directly from word which is saved in SharePoint.
Varun Malhotra
=================
If my post solves your problem could you mark the post as Answered or Vote As Helpful if my post has been helpful for you.- Marked as answer by Shimin Huang Friday, February 24, 2012 6:21 AM
Wednesday, February 15, 2012 1:38 AM
All replies
-
Closing the document is an action that is occuring in word. It won't be possible for the browser to determine if that action occured. You could create a VSTO add-in for Word. A SharePoint solution for Word could be the document information panel. The standard document information panel will just show the metadata of the content type, but you can customize the document information panel.
There's guidance on building a custom document information panel on MSDN:
http://msdn.microsoft.com/en-us/library/ms545650.aspx
http://msdn.microsoft.com/en-us/library/ms563688.aspx- Proposed as answer by Shimin Huang Thursday, February 16, 2012 1:12 AM
- Marked as answer by Shimin Huang Friday, February 24, 2012 6:21 AM
Tuesday, February 14, 2012 7:15 PM -
As Jeff advised, Document information panel would be an ideal place to save information.
It is very easy to configure DIP in sharePoint. It shows up right on the top of the document and users can fill int he information directly from word which is saved in SharePoint.
Varun Malhotra
=================
If my post solves your problem could you mark the post as Answered or Vote As Helpful if my post has been helpful for you.- Marked as answer by Shimin Huang Friday, February 24, 2012 6:21 AM
Wednesday, February 15, 2012 1:38 AM