2
votes
0answers
44 views

Initialize word document content type properties using Javascript

I'm trying to create a new word document from a template using the following javascript code : var word = new ActiveXObject("Word.Application"); var doc = ...
0
votes
0answers
46 views

Creating Word document with tables from template

I found this blogpost about automatically creating Word documents from a list item using workflows in SP2010. ...
0
votes
0answers
37 views

Sharepoint word metadata number type

I am having some trouble importing word custom document properties into columns within Sharepoint. The text fields work fine, but the number type fields are turning up blank. We are using word 2003. ...
2
votes
1answer
91 views

How to enable bullet styles in Sharepoint 2010?

Intro: I'm running a publishing service using Sharepoint 2010 and recently tried to copy and paste contents from Word 2010 into an article. Problem: After pasting the content, it did not retain the ...
0
votes
3answers
2k views

Cannot open word document and Excel from Sharepoint 2010

I am not able to open any word documents and Excel from my Sharepoint2010 sites. I was able to open them before I re-installed everything from scratch. When I try and open any uploaded Excel document ...
0
votes
1answer
96 views

Accessing SharePoint documents from different WebApplication Zones

I have a SharePoint 2010 Server site (http://shpserver:81) that I have extended twice: Intranet: http://partnernet.abc.local Internet: https://partnernet.abc.com When I am on the internet ...
0
votes
0answers
42 views

How can I provide document templates to users, that are in the SP Content Type Hub, directly from the word offline interface?

How can I provide document templates to users, that are in the SP Content Type Hub, directly from the word offline interface ? Basically, I need to be able to open microsoft word on my computer and ...