moss

Data view web part throwing error

Hi I'm using a xslt based dataview webpart the steps i have taken to create a data view webpart is that added a list view webpart on the page Modified the toolbar property to show fulll toolbar open the web page containing above list view webpart in sharepoint desginer and converted it to xslt based webpart (to make further changes i...

Content type with workflow and lookup column

Hi All, I have a requirment where I want to upload a document based on category and subcategory. I have added this columns as an lookup column which pulls data from category and subcategory list. Now want the document should be passed from series of approval so I have attached SharePoint out of the box Approval workflow to this document...

MOSS: Creating site templates from publishing sites

Hi, On my MOSS site I am trying to save a publishing site as a site template. Then create subsites from this template. I am able to sucessfully create the site template and it is populated in the site template gallery. Following these instructions.. http://blah.winsmarts.com/2007-7-All_you_ever_wanted_to_know_about_SharePoint_2007_Site...

Limit the length of SharePoint Rich Text Box

Hi All, In My SharePoint site I have a list containing rich text box column. I want to limit the max lenght of text in this textbox but I could not found any property for that. Can anyone help me to achive this ? Thanks in advance Sachin katkar ...

Need Help - Flaw with stsadm migrateuser command

We have a SharePoint farm with a mixed set of users from two domains (Let's say A and B). Some of the users are being added with their A domain accounts and some with their B domain identity. We now now need to decommission one of the domain (B) and need all the B domain users to be replaced with their A domain accounts. The problem lie...

How do I remove the help icon and link from the SharePoint header?

According to Microsoft, the SharePoint help pages present a security concern and should be disabled. Since we don't want users clicking on a broken help icon, it needs to be removed as well. What's the best way of removing the icon and the separator pipe that's to the left of it? ...

GetListitems results from SharePoint?

The GetListitems web service relies on XML to retrieve data from SharePoint. Some actual working code is: var doc = new XmlDocument(); doc.LoadXml("<Document><Query><Where><Contains><FieldRef Name=\"DeliveryStatus\" /><Value Type=\"Text\">Created</Value></Contains></Where></Query><ViewFields /><QueryOptions /></Document>")...

Sharepoint - Discussion replies show as ‘Dispform.aspx’ in search results

In a sharepoint search search, the results page shows 'dispform.aspx' as the page title on replies to discussion posts. Ideally i'd want it to say 'RE: discussion title'. Does anyone have any idea how to achieve this? EDIT - should probably point out that we have dozens of discussion forums and new ones are being created all the time....

Holiday Approval /tracking

Hi, Has anyone implemented a holiday workflow approval / tracking list in MOSS Sharepoint 2007? Can anyone suggests other solutions? The solution below works fine but I am specifically looking for a way to lookup manager of the user who created the holiday request list item in the workflow. I have followed this link http://www.u2u.in...

MOSS query the SiteUserInfoList list

Hi, I want to know how I can connect to the SiteUserInfoList using U2U CAML Builder tool, I know I can do it in code. But want to be able to quickly query it through the tool so I can bring back the values it holds. Or a better question... where is the SiteUserInfoList information held in the content database (mysites or site content d...

Forms Authentication Role Provider based on Sharepoint Site Groups?

Are there any custom role provider implementations which use the Sharepoint Site Groups as equivalent roles? Ideally, I'm looking to programatically add / remove members from roles which are equivalent to the site groups. The site groups are already being used to allow / restrict access throughout the site and I would prefer not to have...

Is it possible to create an API for SharePoint?

Hello, i could not find any idea of how to implement API over the SharePoint(MOSS) framework. Could anyone give me a tip please? What i want to do is create a client application to communicate with the SharePoint. wanting to implement something like following. Client send post request to API implemented on SharePoint, API receive a re...

SharePoint Web Part on Masterpage not displaying on SubSite

Hi all, Scenario: - A out-of-the-box DataFormWebPart on masterpage connected to a top-level site List. - A subsite using that same masterpage from top-level site. - Error happens when accessing the sub site as below Stack Trace [InvalidOperationException: Operation is not valid due to the current state of the object.] Microsoft.Shar...

MOSS Faceted Search 3.0

Hi, Has anyone installed Faceted Search v3.0 for MOSS working with date columns? When I map a column of DateTime type and click the Search BreadCrumb webpart "remove filter" link (next to the edit filter link) an exception is thrown. The search Breadcrumb webpart throws an error when I click the "Remove filter" link (this is the one r...

Error: "The website declined to show this webpage" with AjaxControlToolkit 3.5

What I have? I have a ASP.NET page deployed in layouts folder of 12 hive in SharePoint. This page makes use of Accordion control in AjaxControlToolkit.dll V3.5.40412.2. I have placed the page code behind class assembly and AjaxControlToolkit.dll in Virtual Directory bin folder. What I want? I want to load this page when a link clicke...

Exception thrown on secondary workflow

Hi All, I am running a workflow fired when a new list item is created, the workflow creates a new task item and sends an email. This works fine. I have another workflow fired when a task item is modified, when I try and modify the task item and click complete an exception: I have checked the recycle bin and the item asscociated with ...

MOSS 2007 Pre-Populate SSO Credentials

I'm looking to set a user's credentials for a particular webpart/application that utilizes the SSO database within Sharepoint. Can someone point me to a code sample of how I might do this in .net? The webpart/application typically stores the user's credentials upon the first use but I'd rather they not even be bothered with entering th...

How to restrict upload browse location in document library from another document library in SharePoint 2007

Hi I am just wondering if it is possible to restrict upload on a document library to browse from another document library in the same site. ...

"The specified view is invalid" error for some users when browsing for images on a Sharepoint Site

I have just inherited a Sharepoint publishing site after a work colleague left. There are about a dozen users on the site, most of which are listed as site owners and can modify content. Three of them are unable to add images when editing pages. They can start editing a page and click on the Image icon to bring up the "Edit Image Propert...

Integrating Network Shares To MySite

Hi, Please I have a WSS 3.0 environment. Not all departments have adopted the WSS sites. Those who have not use a network share, those who have adopted equally still use the network share because of those who haven't adopted WSS. There is a migration in progress. As part of the adoption process, users whose documents are in network sha...