Sharepoint popup login windows
Hi, After I log into my sharepoint website, I have to login everytime I access a document from the library. Is there a way to fix this? Thanks ...
Hi, After I log into my sharepoint website, I have to login everytime I access a document from the library. Is there a way to fix this? Thanks ...
I am trying to replicate a production issue in my dev environment but am running into permissions issues, where a user in the "Contributor" group gets an access denied error. Furthermore, if I make this user a Site Collection administrator he still gets the same access denied error. Why is this happening? How do I fix? UPDATE: I do ...
Are there any tools on the market that effectively analyze data in SharePoint lists? I have a client looking to analyze and report on employee performance data stored in SharePoint. ...
Hi all, on any OOB sharepoint page, if you "tab" through the page, the first tab brings up a "turn on more accessible mode" menu item. that is, except for a page with a calendar web part. Once you tab off the browser menu, the first tab item becomes the calendar web part, skipping over the menu item and all other content. I've tried ...
I am looking for a way to maintain a SharePoint list of employees and their employee ID. I have the data in SQL and would like to get it into a list to use as a look up. I do not have access to a BDC. Thanks ...
We have a set of code that is going to be used in both standalone ASP.NET and SharePoint. I'm wondering if there's any legitimate way to write conditional code in the CS file to detect whether SharePoint is present? It needs to be able to run in or before OnPreInit, because based on this decision we'll be switching the MasterPageFile a...
Using Office automation in Word 2007, I view the Document Information Panel, showing me properties of a document that resides in a SharePoint location. Using VS 2008, I interrogate the following in the Immediate Window: ? WordDocument.CustomDocumentProperties(23).Value "My App Name Here" {String} String: "My App Name Here" Then I...
Hi all, I am having an issue with the drag and drop of webpart in sharepoint. The following described what I have done: I am using MOSS 2007. Created some custom page layouts that's based on the original BlankWebPartPage.aspx and tweaked to matched our HTML carve. Created custom web parts. attached those web parts to the pages that's ...
We upgraded a wss 2 site according to Microsoft standard (prescan, migration etc) and resolved smaller issues on the way. However, now we don't receive any errors, and when we access the site in wss 3 it gives us a 404 - page not found error. We now there is a site at the root, and wss confirms that...anyone knows what's wrong? By the ...
I can enable the management of content types in a document library's "advanced settings". Is there any web service method for this? I need to do this in an automated way, not manually. It seems like neither Lists.AddList nor Lists.UpdateList can set the value of the "Flags" attribute that is needed for this. My web service client has a...
I need to display content from an OLAP cube in Sharepoint. This could be done using PerformancePoint Server but unfortunately Microsoft has decided to drop support for that product some time ago. Their plan is to integrate some of the functionality directly into the next version of Sharepoint instead. The problem is that I can't wait tha...
Good Morning, I have a SharePoint site that I've been trying to fix up for awhile. I haven't had problems adding fields into the NewForm.aspx and EditForm.aspx, but Dispform.aspx seems like a whole different problem. I've been using SharePoint Designer, and it looks as if all the other fields are displayed using this: <xsl:value-of se...
How can i create a sharepoint webpart that accesses a List, and that can have CAML applied to it. The CAML is needed to display return only list items that have the field with "Position" > 0 i also need the webpart to have xslt applied to that. ...
Is there a way to start a sharepoint designer workflow on an item inserted by an anonymous user on an internet-facing Sharepoint publishing site. As far as i understand, as of the infrastructure updates, workflows cannot be started on new items inserted by an anonymous user or a system admin. We are using Moss 2007 with SP2. What we nee...
How do you deploy a webpart within a feature? i have my webpart as MyWebPart.cs file. ive got got a feature which is used for something else. im just wondering if i can deploy this webpart along with the feature. ...
The scenario I have, is in the Execute method of a SPJobDefinition I want to go through every SPSite in the web application. So I have the following code: foreach (SPSite site in this.WebApplication.Sites) { ... } Question is, do I need to dispose of each site? The rule I normally go by is dispose or put inside a using only if I new...
OK I am new to working with SHarePoint Services and have an issue that I am trying to overcome. Where I work, I have implemented a Crystal reports Scheduler that outputs the reports to a shared folder. What I am trying to accomplish now is finding a way that I can point the output of the scheduler to the document library. I was hoping th...
For example, I have a MOSS publishing page where a user added a web part and I'm unable to remove that web part due to how the layout is rendered. I cant access the small drop down menu to "delete" the web part. I know there is a ton of unpublished list views that exist and was wondering if we could get a comprehensive list of them her...
Do I need Infopath installed locally to edit forms in a workflow for sharepoint? ...
Im running this query on the same server as the web application, so SPQuery.ExpandRecurrence should work. However, with the following I only get 3 items in the returned list collection vs. the 3 items and the re-occurrences, all of which fall within the current month. I did verify with Stramit Caml Viewer that the query works, and retu...