sharepoint2007

Sharepoint dropdown

Hi, In a list i have a status columns. In edit form, on change of status to not approved i want to show the comment text box. I want to do using designer or javascript. Pl Help. ...

Not Viewing the option "Personalize this page"

Hi, I'm having the site administrator autharity but still not able to to view the option of "Personalize this page" under the welcome menu. And also using the publishing site template. Should i have any other autharity also....... ...

I want to develop Sharepoint webpart from my XP. Please guide.

I have installed Virtual PC with Windows 2003 server and installed WSS 3.0 and MOSS 2007 in it. And in my XP i got visual 2010. i have copied all the SP dll files from c:\ windows\assembly of Windows 2003 server to c:\PF\CF\MS\WSE\12\ISAPI of my XP system. Now i am trying to create SP webpart in my VS2010 in XP but it says SP server not ...

Refresh a web part after button click event got fired

Hi all, I am having 2 web parts(these 2 web parts are user controls and placed in a same page) which are interconnected. 1) In the first web part, I am deleting a listitem from a list1 and adding that listitem to another list name list2 by clicking a button. 2) In the second web part, I am showing the items in the 2nd list in a gridvi...

Problem with create new task in sharepoint workflow 2007

Hi all: I have CreateTaskWithContentType and TaskCreated Activities , when i debugging the workflow the TaskCreated fired but the task doesn't added to sharepoint list. Is There any idea about this issue? ...

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

Edit Sharepoint shared web part CSS for extra actions

Currently I have a web part with some custom CSS. This is a Document Library web part which also contains the link to "Add a new document" below. Once I click Add new document I am taken to the upload document page. Is there any way to have the upload document section displayed on the same page or is there an easy way to custom style ...

Delete link for documents in Sharepoint Document Library

In the Sharepoint Document Library web part, is there a way to have a delete link for each of the files listed? In the regular view of a document library you have a dropdown available when you hover over a filename, but there doesn't appear to be any option to delete a file in the web part. ...

Sharepoint - Cannot access document library files when logged in

I'm working on website where Sharepoint 2007 is being used as the CMS for a public facing site. Internal users are authenticated via active directory and can edit content via an internal url. External users view the content via a public url. I've just added forms based authentication to the external facing version of the site in order t...

Item level permission for sharepoint custom list ,

Hi all, I have created a custom list with work flow associated with that. The workflow takes the item through different levels of approval. My workflow scenario is like Say an initiator add an item, which will go to manager for approval. When the manager approves, few columns in the current list will get updated. On manager approval it...

Get The Created Task Item.

Hi All: I used CreatedTaskWithContentType to create new item in task list . Is There any way to get the created task item???? ...

How to sort a TEXT Date Column in sharepoint ?

Hi, I have data :- 31-May-07 Its in a calculated column of the list. The method I used to get it :- =IF(FDate="","",TEXT(FDate,"dd-mmm-yy")) {FDate is a DateTime type of column. The returned value is stored in a "Single Line of Text" column type.} I am now unable to sort that column as its Text now and sorting is done on basis of strin...

remove hyperlink on a username in discussion boards list page

hi all, i am having a discussion board. and when we access that discussion board, the default view is flat view. in that view there will be "Posted By" field. On clicking the image or username on that field, sp will redirects to the corresponding user page(about details). in my current project i want to disable all this posted by field. ...

How to approve SharePoint workflow task from mobile?

I have an intranet site for change control management system. Approval workflow is associated with the list. On new request creation or editing any item, approval workflow task is created and mail notifications are sending to the concerned person. Now approving manager login to the portal and approve the task. Now they are asking to ena...

hiding actions menu in sharepoint list

hi all, i am using the following code to hide the Actions menu from Discussion Board list. The code is : <script src="http://ajax.microsoft.com/ajax/jQuery/jquery-1.3.2.js"&gt;&lt;/script&gt; <script type="text/javascript" language="javascript"> $(document).ready(function(){ $('.ms-menutoolbar td:lt(4)').hide(); }); ...

SharePoint 2007 State Machine Workflow project in VS2010 CAS Policy error on deploy.

Recently, I've started getting the following error whenever I try to deploy certain State Machine Workflows to my local SharePoint instance: This method implicitly uses CAS policy, which has been obsoleted by the .NET Framework. In order to enable CAS policy for compatibility reasons, please use the NetFx40_LegacySecurityPolicy conf...

Best practices for SharePoint 2007 devlopment

Hi want to know best practices for creation of features. normally Visual studio extension creates feature for each web part is it good practice or we should create 1 feature for multiple web parts in one WSP ...

sharepoint workflow

Hi, I have created a custom list. I have a field called manager Email. Whenever a list items gets added to this field manager should get an email. This workflow should be automatic. Any directions please ...

sharepoint customzing signout.aspx

hi all, I want to customize the sign out functionality in sharepoint. I want to redirect to Home page after signout button is clicked. I used the following code : function _spBodyOnLoad() { try { document.execCommand("ClearAuthenticationCache"); window.location=home page url; } catch (e) {} } but the problem her...

Error updating Sharepoint List item, when called from web service.

I'm using ajax to call a webservice which updates a sharepoint list. It works when I call the code from unit tests, but running the code in a browser causes an exception: System.InvalidOperationException: Operation is not valid due to the current state of the object. at Microsoft.SharePoint.WebControls.SPControl.SPWebEnsureSPCo...