sharepoint

How to merge SharePoint List items into Word 2003 document

I want to build a feature like "Print List" on WSS 3.0, and I planned to convert List data into Word document then print it. Is there any way to merge List items into Word 2003 document, I Googled some solutions but they only work with Word 2007. ...

Changing SharePoint group settings using web services

I want to change the group settings (oGrp.OnlyAllowMembersViewMembership = false) for all the site groups present in my site. I have to use web services to perform this function and not the object model. Until now I have worked on the object model mostly so I'm not very sure of web services. Please let me know if anyone has ideas on how...

Strange SharePoint mapping issue

I have a SharePoint document library, mapped to a network drive, the path is Z:\[Document Library Name]\ If I browse the folder locally using windows explorer, I have no problems accessing the folder, and can create, edit and delete files and other folders. But when I try copying using .net (standard stuff), I get an error sayi...

please help me with rad controls in sharepoint

I want to use rad editor in sharepoint I have tried to install tellerik controls in sharepoint and i am getting this error "Could not load file or assembly 'Telerik.Web.UI\,' or one of its dependencies. The system cannot find the file specified". could anyone help me in trying to figure out this error. Please let me know if any o...

Include SharePoint attachements inline within one report

How can I batch print all items in a list including attached documents (word. pdf)? So functionally I need: one report/document which includes all info from attached documents inline within that report. The user only has to print out that single report. Could it be done with Reporting Services? Or a commercial component? Many thanks...

How do I decide if an application is suitable for SharePoint?

I'm currently looking at developing an application, and have a choice between doing a standard ASP.NET web application or integrating it into SharePoint. Our client would like it to be SharePoint if possible, as they are under pressure to put all new development into it, but standard ASP.NET is still an option. It is an application to m...

WSS 3.0 Workflow - How to set a field value to null

WSS 3.0 I have a List that contains a text field, a check-box, and a Date field. When the check-box is ticked I want to set the date field to the current date, and when a check-box is un-ticked I want to set the Date field to blank (or null, I don't care which just as long as it appears blank). I have created a Custom Workflow using Sh...

Lookup field in Edit in Datasheet mode in sharepoint doesn't work

I've added a lookup field to a document library, and it is possible to choose values as expected in "Edit properties" for a single document. However, when in Edit in Datasheet mode all of the dropdowns for the lookup field are EMPTY!!!! Is this just the way it is, or have I done something wrong? Has anyone managed to get lookup fields t...

Sharepoint Document library

I have files in my document under specific folder with a specific format yyyymmxx.doc. Now the user selects something like yyyy,mm,xx and i from the file name and open it up for him. This i did using form webpart and javacript into it. Now is there a way i can do it with the webaprts alone. Like filtering. I searched around but could no...

Developing SharePoint solutions for public use

This is a question for those people who have developed a SharePoint solution and made it available for public consumption, such as: an open source product downloadable from your blog or a CodePlex site a product you have developed for sale an offering provided by you working for a consultancy company What were the main lessons learne...

Create a mailto: hyperlink column using a Person column and another column in SharePoint

In a SharePoint calendar list, I have a Title column (single line of text) and a Contact column (person or group). What I would like to do is create a custom field for a RSVP link. The link would be a "mailto:" url using the Contact column's email address and the Title column's value for the subject. For example: mailto:[email protected]...

0x81020014One or more field types are not installed properly. Go to the list settings page to delete these fields.

In sharepoint when trying to update a list I am getting the error: 0x81020014One or more field types are not installed properly. Go to the list settings page to delete these fields. The Caml that is being created is: <Batch PreCalc='TRUE' OnError='Continue'> <Method ID='1' Cmd='Update'> <Field Name='ID'>4</Field> ...

Does anyone know of any good software for SharePoint email filing

I am looking at trying to find a way of using SharPoint for filing company Emails (specifc ones anyway) Does anybody have any recommendations? ...

Minimum permission required to publish a workflow using Sharepoint designer

I'm trying to give one our BA's the ability to make changes to a workflow that was created with Sharepoint designer. After some trial and error (i did not try all combinations) adding them to the Site Administrators group seemed to be the only thing that worked. In this case it's only going to be a temporary elevation of permissions. ...

Page deleted from Wiki. Recycle bin has been disabled.

We have a Sharepoint WSS wiki site from which one of the users accidentally deleted the page. The recycle bin is empty as it has been disabled. I understand the WIKI maintains the older versions of the pages as well. Is there a way to restore the older version of the page? ...

Sharepoint Site Template: How do I set the default Site Template

I created a subsite using the "Publishing Site with Workflow" site template in Sharepoint. I then created a page in the subsite using a custom page layout and set that page as the default page for the subsite. I then exported this subsite as a site template by going to this page under my subsite. http://domain/mysubsite/%5Flayouts/save...

Staple Sharepoint 2007 feature to custom site templates

I have a branding feature that works great and staples to everything but custom site templates (as noted at the bottom comment on this MSDN article it's not possible to staple to custom templates out of the box). stapling.xml staple all site defitions to BrandingChildSiteInitializer <FeatureSiteTemplateAssociation I...

Verify SP2 Install for MOSS?

I have 12.0.0.6421 showing in Central Admin, which would seem to indicate that SP2 was installed. However, when I run an STSADM command to backup a site collection, I do not see the message informing me that it's "setting the site collection to be-read only for the duration of the backup" as described here: http://bobfox.securespsite.co...

How do I view all discussions and replies of a discussion board on SharePoint?

I have a discussion board in SharePoint 2007 in which I want to view all discussions and their replies on the same page. For example I have 3 discussions within the discussion board and some replies. I want something like the following output to be displayed on a page: (+) discussion no. 1 replies:3 (+) discussion no. 2 repli...

What are the killer uses of Content Types for Lists (not Document Libraries)?

I've seen a lot of blogs, articles and discussions across the web that lead me to believe that custom Content Types are must-use functionality in a SharePoint site - especially where no-code customization of SharePoint/MOSS sites are concerned. However, after a few hours of directed research on the subject, the uses of Content Types (fo...