3
votes
2answers
52 views
Best practice for combining two lists
I know it's a common SharePoint problem. I want to accumulate two SharePoint lists on MOSS 2007. One is a calendar list and the second a custom list with a date column. I want both …
3
votes
1answer
24 views
AddList method in Http Post
In a remote client, I'm trying to create a new list in a sharepoint site. Right now, I'm building a CAML string and sending it via http post to my sharepoint site. I've used this m …
3
votes
1answer
27 views
How to identify the question fields when fetching survey information from the Lists web service?
I am wanting to access survey information via the Lists web service and display the questions contained in the survey.
The result contains a large number of Field nodes some of wh …
2
votes
1answer
22 views
How to list all surveys using a web service?
I am trying to use the Lists.asmx service to gain access to surveys on a Sharepoint server.
I would like to be able to list all of the surveys without showing all the other kinds …
0
votes
1answer
23 views
Can I use an “OnClick” command in list column?
I currently have an Access database with staff names and addresses and have set up a function whereby clicking on a map icon next to the staff member's name gives me a Google map s …
2
votes
2answers
36 views
Remove column header on SharePoint 2007 list webpart in Team Site
I have a list on a Team Site-based (customised site definition) site collection. I want display its contents on the front page of the site in a web part with the list title and one …
1
vote
2answers
28 views
How do I make a easy print out (overview like excel) in Sharepoint?
If we use action items for projects/meetings and we want to make an easy print overview, this seems to be impossible. Any ideas or suggestions?
0
votes
1answer
32 views
Options available for different lists
Following on from my discovery that the Visio option is only available on machines that have Visio installed i found another oddity.
I have two lists, one is just a regular "Tasks …
1
vote
3answers
47 views
Is it possible to show/hide links on the left action menu based on Group?
I want to hide links to Lists based on the Group from the user.
Example:
Trainer should see the links to list "A" and "B".
Student should only see the link to List "A".
Is t …
1
vote
1answer
28 views
Section header in a list
Hi
I have received a request for inserting a logical section header in a SharePoint List. The list contains some 15 fields and the customer would like to display 10 if the fields …
2
votes
2answers
53 views
Different SPList.Items.Count & SPList.ItemCount
A list on my site gives 2 when I call myList.ItemCount. But myList.Items.Count gives me zero and I can't access the items stored in the list. AllItems.aspx show me the two missing …
0
votes
1answer
43 views
Only owner should be able to edit or delete a List Item
Scenario:
User has 'Contribute' rights on a List.
User creates a new ListItem on this List.
User should only be able to edit or delete his own ListItems.
How can I define that …
1
vote
2answers
28 views
Complex List Structure Options and Permissions
A customer has asked me to build a new commitment tracking system for them in Sharepoint. They have created a need for 3 types of commitments that we can just call TypeA, TypeB, an …
2
votes
2answers
42 views
What is the best way to encode parameters to pass it to other List / Page ?
I would like to know the best way to encode parameters (with a space or other unsafe characters) when passing these to another List.
With ddwrt:UrlEncode ?
<xsl:variable name= …
0
votes
2answers
54 views
Lookup from list column?
Is it possible to look-up anything but single line text values when creating a lookup column?
E.g. I have a list with some general data ind it, one of the columns contains numbers …