0
votes
0answers
36 views

Sharepoint 2007 Lists not updated in datasheet view on client machine

I am getting the following error when I try to update a list in datasheet view from a client machine "Cannot connect to server at this time. Changes to your data cannot be saved." I have WSS 3.0 SP2 ...
4
votes
1answer
124 views

Group By SharePoint 2007 List

I am using SharePoint 2007 and Share Point Designer. Please help, if I have a List, how it it possible to group by on the aspx page? For example I have a long list of dates: 12/1/2012 12/1/2012 ...
4
votes
1answer
55 views

List view like a document

I have a huge form in sharepoint 2007 i made in infopath that was originally a paper form the client would still like to view it like the paper form. Is their anyway to make a view that looks more ...
0
votes
0answers
27 views

All views in MOSS 2007 reset when updated infopath 2010 form is published

I have an InfoPath 2010 form that submits to MOSS 2007. The problem is that whenever I publish an updated version of the form(the product promotion does not change) ALL the views reset and delete the ...
0
votes
1answer
87 views

Library views in Webpart

Is there any way to create a webpart that would display library Views as a links and the views would be 'current user' views ? Why I want to do this? The reason why is that I'm creating Library for ...
0
votes
1answer
993 views

Create view to show all documents, child documents, and subfolders?

Is there a way in Sharepoint OOTB to show all the documents and folders in and below a folder or Document library? For example, If I have the following structure: - http://site/Document ...
0
votes
0answers
140 views

Show “Path” field in list view export?

I have a report from a user that claims was generated by clicking the "Export to spreadsheet" button within a document library. This report contains not only All the files and folders from a level 3 ...
0
votes
2answers
142 views

How to customize the header titles of the List Views web part without renaming the List?

Suppose I have a List 'Pending registrations' as shown below. Using the List View web part, it will display the following header titles such as 'Title', 'User' and 'Status'. Are there ways to rename ...
0
votes
0answers
110 views

How to manage permission on a SharePoint list and views?

I have a share point list "Student Master" with 10 columns. Created two views from this list Student Master1 and Student Master2. Now facing issues with permission. There are three user groups- ...
2
votes
1answer
60 views

Call entire list, 2000 items at a time?

If I need to store say 10,000 items in a list, but want to call them sequentially 2000 items at a time, what is the best method for doing that? I assume it's similar to a paged call, but want to ...
1
vote
1answer
484 views

Item Limit inside SharePoint 2007 List set to Unlimited - possible?

Is it possible to set the 'Item Limit' option to Unlimited? (Currently, there are only 2 options [1] Display items in batches of the specified size. [2] Limit the total number of items returned to ...
2
votes
2answers
2k views

Unable to save changes in Datasheet View

We have a custom list that we are trying to edit in Datasheet view and are getting the following error when the next row is clicked: Another user has changed the structure of this list. All your ...
5
votes
2answers
4k views

How can I filter a view using a blank multi-line field?

I have a multi-line text field and need to be able to show a view with only items where that field is blank (or functionally blank to a human looking at it). I've tried: field contains "" field ...
1
vote
1answer
304 views

Filtering for recurring events happening [Today]

Is this possible? Ryan Wheeler says its not here. Tim says it is if your view is of type "Standard View, with expanded recurring events" here. I haven't been able to get Tim's suggestion to work. ...
2
votes
1answer
660 views

Modify view to change audience

I created a view and chose the option Create a Public View in the Audience section of the Create View page. I want to change that to Create a Personal View now, but the Edit View page doesn't give ...
0
votes
1answer
107 views

Sharepoint Infopath Forms 2007-Views Filtering

I have an InfoPath form in SharePoint 2007, which takes date as input for one of the controls. I want to display the InfoPath form items in different views. In one view I need to display the records ...
4
votes
1answer
290 views

In MOSS 2007, how to sort a list by a total/aggregate?

I have a basic issue tracking list with a few columns, let's say Application, Title, Created By, and Task Priority. My list is grouped by Application and I am performing a Total (Average) on Task ...
1
vote
2answers
194 views

Discussion Board. A view with the “more” button functionality

Is there a way to create a view in SharePoint for a Discussion Board that shows only a part of the body content and a link at the end that says "more". Then, when the user clicks on this link the ...
1
vote
1answer
2k views

Add gradient background color to list view rows with jQuery

In SharePoint 2007 using Content Types and editting NewForm.aspx with jQuery I've managed to customize the look of a new item, adding a gradient color identity for each Content Type. I want to ...
1
vote
1answer
147 views

SharePoint list template repackaged, forms now unavailable (“cannot get ghost document”)

I had a SharePoint solution with a number of features packaged inside. I can't list them here, but it looked something like this: Features (Scope): (Site) MyDocument Content Type (Site) Log List ...
1
vote
1answer
245 views

SharePoint Document Library Views are no longer visible

I created 5 different views in a document library and by accidently I went to the edit page of the library and deleted the default document library webpart. Now I added the same doclib webpart again ...
1
vote
3answers
2k views

How do I hyperlink columns in a List View Web Part without SharePoint Designer?

I know I can use SharePoint Designer to convert a list to a data view web part and then I can do this easily. But I wanted to know if there was a way to do this with a list view web part without the ...
1
vote
1answer
617 views

Update list view title using Views.asmx web service?

How can I update the View title of a SharePoint 2007 list using the views.asmx web service? According to MSDN the Views.UpdateView web method takes a parameter viewProperties = An XML fragment ...
1
vote
2answers
739 views

Nested Table in List

I want to create an application form which would allow the user to make multiple entries for the same set of columns (like a table) e.g. Name: XYZ Emp ID: nnnnnnnn "Shift Worked" ...
0
votes
1answer
196 views

getlistitem ignores list view filter

Im using the webservice to get listitems from a list. The list has a filter on it as well as an eventlistener. The eventlistener triggers every time a new item is added to the list but it is ...
0
votes
4answers
838 views

List view column re-order logic

Has any one implemented a custom re-ordering logic similar to the one as seen on the view settings page of list/library which lets the user to specify the order of the columns. I tried searching for ...
1
vote
1answer
851 views

Changing Page Title to match view names

I have been creating different views on a list and have noticed that the page title is always the list name regardless of the view that was selected. Is it possible to change the title of Page to that ...
2
votes
2answers
355 views

How to enable custom ordering on a list?

I want to be able to create a list programmatically which allows end users to reorder the items in the list. There appear to be 2 steps to this. Firstly set the SPList.Ordered property to true - this ...
3
votes
3answers
683 views

Sharepoint 2007 Document Library ViewSelector

Here I find myself again wondering why certain things work and some just don't. I was wondering how I could display the "View Selector" on a document library webpart? The Site settings AllItems.aspx ...