moss-2007

sharepoint moss 2007 add column with javascript

We use MOSS 2007, and I have a document library with several document templates in it. When someone clicks the document template (for example .dotx), the templates is opened. But I want it working so that a new document is opened based on the template. I can do this with the New button in the toolbar above the list, but I do not like th...

Sharepoint MOSS 2007 advanced search customization

Hi, In my sharepoint site, the master page template is chagned and we moved the search box into the site which showed as a web part, When the user enters a search string in that box, it should search whatever the materials available in the site itself, document library, blogs in the web, forums and wikis. Therefore, I think I need a way...

ObjectDataSource filtering on date/time in SPGridView

I'm scratching my head on this one... I have date/time columns which I want to sort by date/time but when filtered, only filter by the date part of the date/time. My filter code (a lambda contained within a setup method) looks like this: this.taskGrid.AllowFiltering = true; this.odsGrid.Filtering += (sender, e) => ...

Sharepoint: Custom view permissions

I created a custom list to be used as a form on our Sharepoint 2007 Standard Server. When I click on “New Item” I can fill out the form but it goes back to the list with all the entered forms. I notice that there is NO permissions on the VIEW, but how can limit so that the user views only his created forms? ...

HTTP Module :Item.Update() gives exception 'Operation is not valid due to the current state of the object' in MOSS 2007

Hi, I have created a http module to update the list item but when i use the Update function of SPListItem object it gives the error: "Operation is not valid due to the current state of the object". Below is the HTTP Module i have written to update the List Item. Please suggest namespace SiteUsageModule public class SiteUsage : IHttpM...

Sharepoint SPTHEMES.xml Custom Themes Index Array issue

Hello All, New to the site and loving it so far. Here's my issue in Sharepoint 2007 MOSS 2007 3.0 I've been creating custom themes for sharepoint by: 1) adding new theme folder under C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\THEMES 2) updating the themes .INF file. 3) Adding the new theme in SP...

Sharepoint: Only view user created items in a custom list

I have Sharepoint 2007 Standard and am using a Custom List to create a simple form. I only want all the users to view thier own created items in the list. ...

Ajax web part does not work in Windows server 2003

Hi, I have an AJAX web part which is working properly in my local windows 7 environment, but when I deployed in the real environment which is running win server 2003, it doesn't work as I expected. Does anybody have an idea to resolve this? I am using MOSS 2007 Thanks in advance. ...

Moss 2007 on windows 7 installation compatibility

Hi I know this question shoukd not be here . i tried this on the serverfault but not responded...! an yways my issue is : I have the machine with installed the Windows 7 Enterprise N edition. I have installed the sql server 2008 also there . so can i install MOSS 2007 on such connfiguration? if not what should i do. i tried to install b...

Sharepoint 2007 hard disk failure

Tonight we have experienced an HD failure that does not make MOSS to start correctly anymore. We have backups and we have a new sharepoint 2010 farm that we have configured last week because we were preparing the migration. Any advice on how to proceed to move the content databases to the new farm? ...

How do I create a SharePoint 2007 list from a template via web service?

I have a SharePoint 2007 custom list that I have saved as a list template. I am looking for a way to create a new list from the saved template via a web service call from an outside application. I have already looked into the the basic web services available for SharePoint 2007 http://msdn.microsoft.com/en-us/library/bb862916(office.12...

Sharepoint certification for sitecollection administrator rights

Hi, In order to be able to support an application built in Sharepoint 2007, we need to be able to demonstrate that we have the appropriate skills and that we are trained to obtain sitecollection administrator rights. We will be supporting the application from a site administration (application/functional) perspective, and not really fr...

MOSS 2007 404 error when accessing Lists.asmx webservice

Currently I have an ASP.net 4.0 app in which I've made a web reference to an MOSS 2007 server. When I access any lists.asmx methods from the root application, everything works fine. However, if I try to change the service URL in C# code-behind to that of a subfolders list.asmx, then access the any method, I get a 404 error. The really st...

Display column from one Sharepoint list into another list

I have one Sharepoint list that contains training courses and duration (in hours). I have another list where users can enter the training they have and plan to take (using a Lookup column connected to the first list) Is there a way I can bring over that Hours column to display on the second list? I only have access to the vanilla web pa...

Moss 2007 subsite owner getting access denied when adding site column to list

We restored the site collection to a different web app, but no luck. Access denied! It seems to have something to do with unique permissions. but this is the only site collection that is doing this. The access denied occurs when trying to access the site column gallery under site settings as well, but no other _layout item. It is exc...