sharepoint

Can I change the display value of my fields coming in from SharePoint?

In Dashboard Designer I have created a pivot chart based on data in a SharePoint list, using the Microsoft Data Retrieval Services to connect. My column name is something like Number of Allocated Items but this field is displayed in the chart legend as Sum of Number_0020_of_0020_Alloca. This is really annoying, especially since my data...

Debug InfoPath Form

Hello All, I want to debug a browser enabled InfoPath form with code. MSDN says here how to do But I see that I don't have the option "Open Visual Studio and click Attach to Process on the Tools menu." Can any one please help. ...

WSS : No site collection at web application root

From : http://technet.microsoft.com/en-us/library/cc288905.aspx?ppud=4 Do not use “/*” to indicate wildcard managed sites at the root of the site collection. Using this wildcard prevents a site being created at the root of the Web application. Many SharePoint features rely on having a site collection at the root of the Web applicatio...

Alter todo with sharepoint workflow webservice

I have a workflow defined in Sharepoint which collects user data. The workflow generates a form with a simple user input text box and three buttons: Cancel, Complete Task, Save draft. How can i complete this task using the workflow webservice? I can change the text box's content, the percent complete, the status etc. via the workflowserv...

Dataview web part fails after minor changes.

We're working with a sharepoint 2007 site that has a number of dataview webparts showing different views of a document repositry. Each time we make even the most minor change (such as changing the chrome settings or adding a class) to the XSLT or webpart settings the DV webpart refuses to render. Our XSL is vaild, as is the page the GU...

Use assembly x if running MOSS.

I`m interested in using some MOSS dll's if my solution is deployed on MOSS. For example, if using MOSS, i would like to use built-in logging capabilities. Is this possible? ...

SharePoint: SPS vs STS sitetemplate workflow features/functionality

Is there any difference on workflow features / functions in MOSS 2007 between SPS and STS Site Definitions? Example: If I use SPS -> do i have same workflow functionality as STS site definition. Maybe this is silly question but couldn`t find suitable answer... ...

Apply css control adapters to existing moss publishing site

Hi We have an existing moss publishing site. When we enable the css control adapters for our menu, they only seem to apply to newly created sites. How can we apply this to existing sites? ...

How can I reverse engineer an existing workflow in moss

I know that we can reverse engineers sites definitions and other sharepoint moss entities but can we take a workflow that has been created via the UI and reverse engineer it to a vs.net based workflow? ...

SharePoint 2007 RSS Viewer - ProxyAuthenticationRequired

When using the RSS Viewer webpart in SharePoint 2007, we can hit internal RSS feeds without issue but if we point to an external RSS feed we get the following error. ProtocolError occured trying to complete the request. The server returned a status code of : ProxyAuthenticationRequired and the status description is : "Proxy Authenticati...

Timing in SharePoint features deployment

I have a wsp package that contains many features. Some of the features included in the wsp package depend on other features that are also in the wsp package. In my case, 2 content types are created via features (Content Type A and Content Type B) and Content Type B inherits from Content Type A. So obviously, the feature that contains t...

SharePoint Search Keyword Query

Does anyone know the proper keyword or Query property to bring back ONLY sites? I am trying to create a SOAP QueryPacket for the SharePoint Search Web Service that allows users to search for sites based on their titles or descriptions. I don't want any documents or lists or list items returned in the results. ...

Events not firing for dynamic columns in SharePoint DataGrid

In a Web Part for Sharepoint, I'm trying to add a variable number/ordering of ButtonColumns to a DataGrid dynamically based on an option the user has selected. The problem is that the dynamic columns aren't firing off the events I set up on the DataGrid (such as SelectedIndexChanged). When the table originally constained a static set o...

SharePoint content type : deleting columns from the parent

I'm trying to create a content type that will inherit from the Contact content type (that comes with SharePoint). I need most of the fields in there but would like to be able to remove some of them. Is there a way I can remove the fields I don't want through the XML definition of the Content Type? <Elements xmlns="http://schemas.micros...

Consuming Sharepoint web services

How can I consume Sharepoint web services so that I can be able to use Sharepoint document library in the stand alone asp.net application. I have added the web reference to http://&lt;server-url&gt;/_vti_bin/lists.asmx ...

RESTful WCF in sharepoint

Can I get RESTful WCF services working in my sharepoint site? ...

How to make the MOSS 2007 My Site profile fields not act as searchable links?

I have a MOSS 2007 instance where my client wants the content that comes in the My Site profile to not show up as links. How can we achieve this? I tried removing the preferred search center url from the SSP. It did the trick but it also broke the standard search functionality that resides on the top right hand side of the page (below t...

SharePoint list event receivers not firing when copying and pasting using explorer view

Here's the deal, I have various event receivers registered to a document library: ItemAdded ItemAdding ItemFileMoved ItemUpdating These event receivers work as expected in all cases, APART FROM copying and pasting into explorer view. It's worth noting that the event receivers do fire off when MOVING from explorer view into explorer v...

Sharepoint ?wsdl does not return WSDL file, returns the normal page instead

Try this URL: http://sharepoint.iceweb.com/sites/demo/default.aspx?wsdl (user: [email protected], pass: demo) As far as I remember this used to return the WSDL file for this, but it just returns the normal page instead. How do I get the WSDL for a Sharepoint service? I'm actually looking for the WSDL for the Sharepoint 2007 List serv...

Adding items to anonymous lists via code

We have a custom list inside a moss publishing site that an asp.net form is submitting information to. We seem unable to submit the form when accessing the site anonymously, though we have turned off viewformspageslockdown, have enabled anonymous access on the site and allowed add anon on the list itself. We can navigate to the list an...