sharepoint2007

How to implement SP 2010 visual web part in MOSS 2007 site?

I have created a Visual web part for SP2010 site, What I need is to implement it into MOSS 2007 site. Does MOSS2007 support visual web part,and how to do this? ...

Sharepoint 2007 CAML - join Lists in one Query?

Hi, Does anyone know of a method to Query / Join multiple Lists in Sharepoint 2007 via a CAML query? I have found lots of posts saying it's not possible, and found one post indicating that it is, if a Linked source is created: http://blah.winsmarts.com/2007-10-Performing_joins_between_SharePoint_lists.aspx Do anyone know if this is p...

How to get total number of authentication operation ( login ) from Active Directory ?

We have a SharePoint site that authenticate using active directory in which user authentication is checked in active directory ... Is there any way to know from active directory how much each user log in or make authentication ? ...

Users have "read" access to Sharepoint site even when all user permissions were removed.

I have a Sharepoint site (MOSS 2007 SP2) that all domain users seem to have read access to even if I remove all user permissions to the site. I have no problem granting users all levels of permissions. For example, I can grant userA full access to my site, but when I remove the user completely from the site they still have read access. ...

onTaskCahanged event is not hit when inside a while activity

I have a workflow that creates a new task at the time of creation of a new item in a given list. This new task is assigned to a user when created. Then, this task can either be reassigned or completed. If the task is completed, the workflow ends. If the task is reassigned, the task should be completed, another task should be created assi...

Infragistics "Cant init Editor" Error in Sharepoint

Hi, I deployed sharepoint with infragistics couple of weeks ago. it was working fine then but now i am getting error "Cant init Editor" in infragistics controls which are deployed on sharepoint. i have try to debug this problem with many angles but in vain. can anybody have the solution for that. i am using infragistics assembly vers...

Sharepoint 2007 workflow WhileActivity

Hi All: I'm trying to build worflow (on Sharepoint 2007 ) which contains a WhileActivity ,The workflow works successfully without WhileActivity ,When i added WhileActivity to workflow designer , the workflow stops after InitializeComponent() method. Is There any idea to solve this issue? ...

Why should i upgrade to Sharepoint 2010 for an intranet site

What possible reasons can be there for me to upgrade my intranet to SP 2010 from MOSS 2007. Are there some big leaps in functionality and/or performance? ...

Problem With Multiple ITransformableFilterValues

I'm trying to filter a BDC list and my filter returns multiple values. When the BDC list is filtered it filters based on the first item and then ignores the remaining values. Has anyone run into this and how did you resolve it? #region ITransformableFilterValues Members public bool AllowAllValue { get { re...

Sharepoint Make a custom list read only.

I have created a custom list. I am using the same list in sharepoint designer through a page. I a have a datetime field in the form. I want to make a default current date and time and let it make readonly. How can I do the same. thanks ...

Sending email to multiple recipients is not working

Hi I have a email enabled list wher emails with attachments will be stored from 3rd party vendors. Also I am maintaining a list where i have a multiline column(EmailReceivers) in which I will be storing list of emails and the topic column. Now i would like to send email from 3rd party vendor to these recipients based on the subject, if...

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? ...

Use the same InfoPath form on both a library and a workflow task.

I have a fundamental workflow issue where by particular forms need to be generated and filled in by various users as part of a workflow. I started off having the form as a task form in the workflow. The problem is that if this form is an important business document, you don't want it locked away in a field, in a list item, in the workfl...

sharepoint object modelling

protected void btnCreateList_Click(object sender, EventArgs e) { SPWeb currentWeb = SPContext.Current.Web; Guid webId = currentWeb.ID; Guid siteId = currentWeb.Site.ID; Response.Write(siteId); SPSecurity.RunWithElevatedPrivileges(delegate() { using (SPSite site = new SPSite(siteId)) { ...

Can one move documents among folders in SP and retain versioning.

We are improving our folder structure as we go. Consequently, we are moving "versioned" files from one folder to another. When we do, the version reverts from 1.0 to .1. Is there a way to move files from one Document Library to another, both of which have versioning turned on, and retain the version numbers from the original folders? T...

What are some BI tools that integrate well with Sharepoint 2007?

We currently use MOSS 2007 for our company intranet site and we are looking to create dashboards for performance kpi's etc. Weve been using SSRS 2005, Cognos as well as excel services and BDC. I've demoed Dundas Dashboard as it comes with a sharepoint web part for viewing dashboards in SharePoint. Are there any other BI platforms out the...

Sharepoint Reference

Hi, I am trying to use sharepoint classes in my application. I have added the reference using the browse option and added the Microsoft.SharePoint.dll. I have created this website through IIS option. I have rebuilt the site couple of times, but still It keeps saying , "Error 2 The type or namespace name 'SharePoint' does not exist...

Sharepoint Custom List

Hi, I have created a sharepoint custom list in my home machine and I have created a template for the same list. I would like to use the same list in my other system Could anybody guide me through!! Thanking You ...

XSL - Removing the filename from the path string

I've got a SharePoint problem which I need some help with. I'm creating some custom ItemStyles to format the output of a Content Query Webpart (CQWP) but I need to insert a "view all" button into the output. View all needs to point to: http://www.site.com/subsite/doclibrary1/Forms/AllItems.aspx All the individual files in the document ...

Access a list value in a content webpart

I have added a HTML Content webpart to my discussion thread view item page . In the discussion thread list, I have added a new column called VideoName. Now, when a user clicks on a discussion list item, on the details page, I want to dynamically lookup the VideoName(in a HTML content webpart) field and display the correct video that be...