Tagged Questions
For SharePoint-specific questions, please see the SharePoint Stack Exchange (http://sharepoint.stackexchange.com) site. Use this tag for programming questions which may involve SharePoint. Microsoft SharePoint is a platform and a family of software products developed by Microsoft for collaboration ...
0
votes
0answers
5 views
Unexpected error after changing title of the subsite
In regards to sharepoint 2007:
Under the site collection, we have four subsites, each of which has other subsites and document library and lists, ect.
I changed the title of one of the subsite, and a ...
0
votes
0answers
3 views
Error in WebService CAML, SharePoint
I used CAML Query to retrieve events from the sharepoint calendar. At first it worked few days ago, but when i try it again it returns
Server was unable to process request. ---> Object reference ...
0
votes
0answers
12 views
How to auto-minimize a c# Outlook form either from properties or on startup?
I am currently facing issues in hiding a certain form on startup. I am currently making a c# Outlook sharepoint project. There is a checkbox that will display a particular form if it is being checked. ...
0
votes
1answer
6 views
where can I find information on sharepoint profile content editing?
My company is converting to Microsoft Office 365 and I have been tasked with migrating a JAVA program I wrote to update employee profiles in a MySQL database (a list of their accomplishments and areas ...
0
votes
0answers
3 views
Is There a Supported Way to Customize Office Web Apps 2013
I want to add a ribbon section that runs some javascript when you click one of its buttons. Is there a supported way to do this?
My preliminary research suggests not, but I want to be certain.
0
votes
0answers
2 views
Querying GetUserCollectionFromGroup Web Service With Runtime Parameter
I am having issue querying GetUserCollectionFromGroup Web Service With Runtime Parameter. I followed this link Querying GetUserCollectionFromGroup to setup (solution provided by swathip). When I open ...
0
votes
0answers
13 views
Show sections based on value of Check box in jQuery (SharePoint 2010)
I am trying to use jQuery to show section if a user selects a certain checkbox in a sharepoint form. I have had success doing this with a button and with a simple checkbox with one value to show all ...
0
votes
1answer
16 views
SharePoint 2013 Forms
I am working on SharePoint 2013 Public Facing site which has few complex forms for user input. there are approx 20-30 fields on each form with requirement to display data in table/grid , some ...
-1
votes
2answers
18 views
Bind and Unbind functions using JQuery in Sharepoint Application Page 2013
I am new to Sharepoint. Now i am creating Application Page. My question is, i have a scroll function of 's4-workspace'. My jquery Vesion jquery-1.7.2.min.js
$(document).ready(function () {
...
0
votes
0answers
11 views
Word Automation Services - job failed with error 131172
we are facing problem with Word Automation Services with Sharepoint 2010. We have an workflow, which queues an conversion job (docx to pdf). In our dev environment, all works like charm, but in ...
0
votes
0answers
7 views
Updating an Excel File in sharepoint document library programmatically
I have a document library wuth several excel files. I want to update the contents in the excel files programmatically and save it back to document library. I am usign openxsml concept.
I am not able ...
0
votes
0answers
7 views
How to delete all draft file versions in sharepoint using sharepoint client object model?
I am trying to delete all draft versions of a sharepoint file using the client object model, but I couldn't figure out how to check if a specific version is of "Draft" status or not. This is what I ...
-1
votes
0answers
8 views
clear the TaxonomyFieldControl value code behind in SharePoint
I have a TaxonomyFieldControl on my page layout. Now, I want to clear up the value upon clicking a button. How do I do that?
Other of my fields like text and checkbox are corretly being cleared ...
0
votes
0answers
8 views
Change header with macro in Word Template on SharePoint
I'm working on a Word template that the user can access from Sharepoint.
In this template I have made a custom ribbon with custom ui editor.
I want the users to be able to choose a header and a ...
0
votes
0answers
15 views
bad request when using python with suds for sharepoint
I am using Suds to access Sharepoint lists through soap, but I am having some trouble with malformed soap.
I am using the following code:
from suds.client import Client
from suds.sax.element import ...