Tagged Questions

2
votes
2answers
893 views

access list in sharepoint 2007 using c#

I'm looking to compile data from a few diffrent custome lists in sharepoint 2007 Its a hosted sharepoint site so I don't have access to the machine backend. Is there any example code to access the ...
2
votes
2answers
430 views

SharePoint UserData and the ;# Syntax in returned data

Can a SharePoint expert explain to me the ;# in data returned by the GetListItems() call to the Lists web service? I think I understand what they are doing here. The ;# is almost like a syntax for ...
1
vote
2answers
31 views

What is wrong with this calculated field for total hours between two times in SharePoint 2007?

I am attempting to get the total hours between two times in a SharePoint 2007 list. Right now I have the formula as... =INT(([Column2]-[Column1])*24) ...which I have looked up and says that it is ...
1
vote
1answer
35 views

Copy custom list from one server to anothe server programatically sharepoint 2007

We are using sharepoint 2007,We have two site, both sites are on different server. According to requirement we need to copy custom list from one server to another on daily/weekly basis. We want to ...
1
vote
1answer
48 views

SharePoint Versioning restriction & customize [closed]

With regards to SharePoint 2007 versioning feature: Is it possible to put restriction on who can delete the version of a changed item in a SharePoint List? Can the versioning be apply to new item? ...
1
vote
1answer
215 views

ASPX to create, read, update, delete SharePoint List

I notice a code inside the link - Update Sharepoint List Item can update the SharePoint List. However, I could not find much information on the following matters: [1] ASPX code to perform reading of ...
1
vote
2answers
948 views

Prevent SharePoint list item deletion

How can I prevent users from deleting sharepoint task list item? Should i override the ItemDeleting event or is there any other site level options available to achieve the same?
1
vote
1answer
306 views

How to trigger a SharePoint workflow on clicking a link item in the list

I have a sharepoint list and user will click 'start now' link in that list, then, I have to start a workflow. How this can be achieved. Please advice! Thanking you.
0
votes
1answer
469 views

context menu for sharepoint list fields

Is it possible to set context menu to any fields in a sharepoint list, similar to the one dispalyed for the title field with link and edit menu ? Also i need the previlige to configure(add/remove) the ...
0
votes
2answers
366 views

SharePoint 2007: Target Audience for Link Lists items

I created a Link List where each item has a specific target audience from the Active Directory group assigned. I added this link list on a page as a webpart. I am trying to get the user to ONLY be ...
0
votes
2answers
1k views

Sharepoint task list and Outlook sync

I am trying to sync Sharepoint task list with Outlook. When the users connect the task list to outlook, the task for all users are visible in outlook. Rather than applying filtering in Outlook, can I ...
0
votes
1answer
316 views

How can I narrow down my SharePoint 2007 View's filter results based on the Group By property?

I have a list within SharePoint 2007 and I've created a View that filters based on time ([Today]-30). I also have the View set to Group By a People or Group column. The end result is a View that ...
0
votes
1answer
552 views

SharePoint list view created from multiple lists on the same site

I want to create a SharePoint list/ view comprimised of multiple columns from different lists on the same site. Do I have to create a separate list for this or can I simply create a view? The reason ...
-1
votes
1answer
192 views

Make a document library that with links to filesystem

I want to make a "master" list or document library on our sharepoint site of links that point to various documents on across our different sites but also ones located in the filesystem eg. ...