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
4 views
SAS PROC SOAP to update Sharepoint List
I am trying to update a Sharepoint (2007) list using SAS (9.3) via PROC SOAP (SAS is living on a Unix GRID). The sharepoint site has basic authentication enabled (since PROC SOAP cannot authenticate ...
0
votes
0answers
6 views
Sharepoint 2007 Column character limit
We are having problems with uploading very large character strings using the .asmx webservices to different lists we have on a site (300000 characters about). I haven't been able to find the character ...
1
vote
0answers
4 views
How can I show child-item count in SharePoint - online 2007?
I need to show the number of files in a folder in SharePoint 2007. I know in 2010 there is a column you can add that shows this, but I can't figure out how to do it in 2007. This tutorial seems to ...
0
votes
0answers
6 views
Is there a way to change Site and all Subsite logo URL with a certain value to another?
Is there a way to change the logo URL specified in
Site Settings->Look And Feel->Title, description, and Icon
For a site and all sub-sites that have a specific logo URL while avoiding those ...
0
votes
0answers
6 views
Extracting AWS tier deployment information
I was working with the AWS Sharepoint deployment and trying to do some work in reconstructing a graph of different tiers and their services via AWS APIs.
Are there any APIs that would tell me which ...
0
votes
0answers
4 views
Sharepoint 2010 Foundation SBS 2011 email error sending email
I have installed SBS 2011 and running sharepoint 2010 foundation. I have created an intranet site. my question is related to the one on this link: error while sending mail
but my problem is that I ...
0
votes
0answers
8 views
Sharepoint 2007 - periodically HTTP 400 error after restore
Yesterday I was fiddling with my company's external website that is running Sharepoint 2007. Basically I experienced some problems at had to restore the site from a backup.
Before I made any changes ...
0
votes
0answers
13 views
Insert a WHERE clause in a CAML query - using SharePoint, SPServices, JavaScript, and jQuery
I am trying to insert a WHERE clause into my CAML query to filter a date column for NULL (I want to return all rows for which there is no date in Assign Date the column).
This is for a SharePoint ...
0
votes
3answers
51 views
Open PDF with javascript
Is there a way to open a PDF document using JavaScript (or C#) and have it automatically open with Acrobat, let the user edit document and upon the the user closing document, save back to server.
...
0
votes
1answer
11 views
Generating reports using PPS-SharePoint2010
Hi All,
I need to generate some reports (bar graphs, pie charts etc) using
Performance Point Service in SharePoint 2010. I am able to generate
reports.
I am facing issue when I am ...
0
votes
0answers
7 views
SharePoint: Top Navigation Bar drop down in alphabetical order
I have the following code to display the sub sites in the top global navigation as a multi-level drop down menu:
<div id="s4-topheader2" class="s4-pr s4-notdlg">
<a ...
0
votes
0answers
4 views
Microsoft SharePoint 2010 versioning deletion on rejection?
How can you setup a SharePoint document library such that the latest revision on a file is automatically deleted upon approval rejection?
If possible, before deletion, it would be preferable to have ...
0
votes
0answers
6 views
Is it possible to change SPfile.item.name with SystemUpdate()
I am trying to change the name of some items but i do not want to use SPFile MoveTo() function because it changes the name of the last editor. What I need is for the editor name to stay the same(as ...
0
votes
0answers
4 views
vba sharepoint list to excel no multiple values fields
Hi i want to import sharepoint list to excel then edit and then export bac to sharepoint.
i found this code for importing bud this code doesnt import multiple value fields (they just mising in ...
-2
votes
1answer
62 views
unreachable code detected in a foreach
I have got this warning in vs2012 but can't figure out where is the unreachable code.
private void LoadGridData()
{
string currentUrl = SPContext.Current.Site.Url;
var jobInfoList = new ...