sharepoint

sharepoint - on delete item event - how

Hi chaps... I have in sharepoint a workflow process that runs when a task is added to project tasks, i also then add an entry to the 'calendar', when the item details change, name or dates in either calendar or tasks both update fine. What i would also like to do is when i delete an item from 'project tasks' that the related entry in t...

SharePoint Pictures

Is There an easier way to have pictures on the sharepoint site? I only one way to do this but I want to find another way if its faster and easier for users to use. ...

Populate a List Item based on another List Item

Hello All, We have an UI where user selects a department. It goes into a List item. We have separate SharePoint user groups for each department. I want to populate the users in the SharePoint group in one of the list Item. So now based on department selected I need to populate the List Item. Please help me in doing this. I am able to ...

Pass parameter to web part

I'm using SmartPart 1.3 to develop web-parts to SharePoint. I need pass parameter to my web-part for example list name. Maybe anybody know how to do it? ...

Deleting record in sharepoint list

Hi I want to delete records in list view in sharepoint. This should only be a logical delete the actual data itself should not be deleted . How to accomplish thsi ? Please suggest ...

SharePoint list CAML query using CONTAINS

I am trying to query a sharepoint list using the following CAML query in a webpart. I have tested the query in U2U CAML Query Builder and Stramit CAML Viewer and it works fine, only returning the matching records, but when I use it in my webpart it return all list items. It is driving me crazyyyyy. Here is the code: string camlQuery =...

Deploying an .Net App that uses Sharepoint Assemblies

I'm working on a tool written in C# to help administrate MOSS (Microsoft Office Sharepoint Server). It does do by using classes provided by the sharepoint om, such as the ones in namespaces Microsoft.SharePoint.Administration or Microsoft.Office.Server. The specific assemblies are: Microsoft.Office.Server.dll Microsoft.Office.Server.Sea...

Cannot save layout page in Moss

I am trying to update a layout page in Sharepoint Designer but when I click Save I receive an Access Denied error. I can see that the layout page is created by the system account. I am in the site owners group so I think I should be able to make modifications to the page. Any help? ...

Sharepoint Profile Picture access rights

After setting user profile pictures (and user information pictures) for all our sharepoint users (images are kept in a list in one of the site collections), we configured user profiles so that users can update their picture at any moment. The problem is, when the user uploads a picture, it is automatically placed in their Shared Picture...

Get "Correct" Created field for version of file in Sharepoint

Hi All, I've just encountered what appears to be a really annoying "feature" in SharePoint (it may be by design, but the scope of that is probably beyond this question). I am helping to develop an application that retrieves files and their version history for specific files stored on SharePoint. This information is uploaded to a data ...

TFS 2010 and Sharepoint (Licensing)

Hello, If I use MOSS 2007 or Sharepoint Services 3.0 with TFS do I need a license or is there an implicit license with TFS, like there is for SQL Server. Thanks, ray. ...

How to retrieve attachment file name in display form of custom list form with SharePoint Designer

I have created custom list and modified display form of list for display attached image of list. I have place HTML image control on display form but I can’t get attachment URL path which I can assign to Image control. I tried to some level hardcode like: “http://Server Name/SiteName/Lists/ListName/Attachments/{@ID}/???” I can get I...

Filter duplicate options from select dropdown

I have a dropdown selector generated from a list and want to filter the options to remove the duplicate entries. e.g. I want to filter ... <select name="company"> <option "1">Microsoft</option> <option "2">Microsoft</option> <option "3">Microsoft</option> <option "4">Microsoft</option> <option "5">Apple</option> ...

Sharepoint XSLT Dynamic filtering

I'm trying to create a dynamic row filter based on a variable. I have the following code: <xsl:variable name="filter" select="contain(@Title, 'title1') or contain(@Title, 'title2')"/> <xsl:variable name="Rows" select="/dsQueryResponse/Rows/Row[string($filter)]" /> This unfortunately doesn't seem to work and I end up with all rows. I'm...

How to handle alternative themes for visual impaired users

Has anyone got an thoughts on how to handle theming a WSS site for a single user who is visually impaired ... she uses high contrast settings for Word, etc. But still leave the usual theme for everyone else ...

How to add a custom web part to a webpart page through code?

I wanna how to add a custom web part to a webpart page through code? The custom web part is already deployed to the SharePoint site. It's a MOSS instance. ...

Sharepoint Custom List with TimeStamp Field

Hello, I'm making a custom SharePoint List. I need a TimeStamp Field, but the only available type, by default, is DateTime. Any help? ...

Tell if user exists in SharePoint Group through web service

I am working on an internal web application that will use predefined SharePoint groups for determining a user's security level. I have done some research and found SharePoint's "usergroup" web service which has the method "GetUserCollectionFromGroup()" which will list all of the users in a given SharePoint group. The problem I am hav...

SharePoint Designer: how do I disable auto insertion of image size attributes?

I'm hand-editing HTML files in a plain text editor (vim) via SharePoint Designer. Problem is, as soon as I save the files, SharePoint automatically adds width and height attributes to all the img-tags. Anyone know if it's possible to disable this "feature"? I don't want it to mess around with my code. Yeah, shouldn't be using SharePoin...

Cant unpublish pages access denied error

I get the sharepoint access denied page when I try to use the unpublish option on a list item in the pages library. We are using approval workflow and publishing, as well as versioning on the pages library. If I navigate to the version history page, the unpublish version works correctly. Can anyone advise on this? All the best ...