sharepoint2007

Is there a way to have a column in SharePoint which has multiple links?

I currently have a normal SharePoint list with about 15 columns or so. I need one of the columns to have a list of links. I know SharePoint lets you have 1 link and it also lets you have multiple lines of text... So I thought it would be there as an option, but no such luck. Anyone knows a solution for this? I wasn't able to find any inf...

Is there a way to -not- refresh the page when we click on a link in SharePoint Web part?

A few days ago I submitted this question: http://stackoverflow.com/questions/3161708/sharepoints-new-folder-doesnt-ask-for-a-required-field I essentially have Web Part Connections filter some documents through a required field. I was having problems making that new field for the folders. I managed to do it with help from Moron. It is...

How to Create a new Version Progrmatically in Sharepoint List

Hi, I have a choice field called stage lets assume it has following values used as a dropdown stage1 stage2 stage3 on change of stage I would like to record TimeStamp and Who updated the item information How can I do it on my List without creating any other list, I think using Versioning I can add a new version whenever before and ...

Accessing a sharepoint web service provinding a sharepoint field data as a input parameter

enter code here I am trying to provide an input parameter to a sharepoint webservice through a sharepoint fornm field in my list. but if i use the id of the input field it doesn't pass anything. I have a Sharepoint Field named PVR NUMBER whose id is "ff1{$Pos}" i need to pass the value of this field to the webservice i am not able to ...

adobe air 2, sharepoint ntlm webservice authentication

Hi, Is it possible to connect to a Sharepoint 2007 web service, using Adobe Air 2.0 / Flex 4? Does anyone know if this is possible, ideally with some examples? Thank you, Bob [EDIT] Connect using NTLM authentication on the webservice ...

I've got a sharepoint solution, what next

I'm new to sharepoint. I have a C# solution, that has masterpages and user-controls to be used in a sharepoint site. I have setup my sharepoint dev VM and i can browse the default sharepoint stuff. How do I add the master pages to Sharepoint? Where do I go from here? ...

Automatic pulbishing of a sharepoint site

We are beginning work on sharepoint 2007 site and I am looking for ways to automate its publish during the nightly build process. Currently we are using WSPBuilder to manually build and deploy features/components. Is it possible to script the WSPBuilder to run automatically? Are there any other tools available? Thanks. ...

Retrieving a information from a SharePoint document via WinForms

I need to build a WinForms (C# 3.5) app that can read an Excel spreadsheet that lives on our SharePoint site (SharePoint 2007.) The app must be able to run on any workstation that has access to the SharePoint site (i.e., it won't be running on the SharePoint server.) The ideal solution would be to read the XLSX directly out of SharePoin...

Sharepoint 2007 Webpart shared property not persisting

If I change the height of my webpart in the shared Webpart properties, the setting does not persist. This happens only to my webpart, not to other webparts. Any idea why? ...

Add bug ID in sharepoint email alert

How can i add the Bug ID in Sharepoint email alert ...

SharePoint Expiration Policy does not fire ItemDeleting Event Receiver

We have attached an ItemDeleting event receiver to a list that requires certain maintenance to be performed in other lists whenever an item is deleted. It works fine when an item is manually deleted by a user. However, if an item is deleted as a result of the Information Management Policy we have defined to delete expired items, the It...

Restore SharePoint publishing homepage to Pages/default.aspx

I have a Publishing site and the last SharePoint administrator copied /Pages/default.aspx to /default.aspx and set it as the homepage, so now I have two independent copies of the same page to maintain. I want to delete the /default.aspx and reset the HomePage to /Pages/default.aspx. I can set the "Welcome" page back to /Pages/default.a...

How to SharePoint Backup\Restore web app and IIS virtual folders

I am using the stsadm -o backup and restore commands to migrate a Web Application to another farm. After restoring on the target farm it appears from Central Admin that all is well. However the front end web servers do not have the virtual directories set up so I am wondering how are those migrated? Is there another command that does ...

.NET SharePoint development, what do I need ?

Question: I'm an ASP.NET developer since about a bit more than a year now. I'm thinking about changing the employer sometime in the future, and I've seen familiarity with SharePoint development as a requirement on many good job offerings. Unfortunately I'm not (yet) familiar with SharePoint, so I wanted to know the following things: 1...

Converting Sharepoint 2007 solution to 2010

Has anyone converted a Sharepoint 2007 solution to 2010 ? I have a highly customized 2007 solution and need to upgrade it, i've seen some info on this, e.g. here but my solution is more complex than a single web part. I'm concerned about e.g. the following topics and hopefully someone can shed some light on it: Schema.xml, does it n...

SharePoint 2007 - Unable to Display 2 Weather WebParts from AccuWeather on Same Page

SharePoint 2007 - Unable to Display 2 Weather WebParts from AccuWeather on Same Page I am trying to display the weather from 'Minneapolis, MN' and 'Kharkiv, Ukraine' in 2 separate web parts. However, the weather for one webpart gets displayed on the wrong webpart and the other webpart has nothing but the backgroud displayed. Here are ...

How to decide if you should develop an application within SharePoint.

We currently have a fully developed web forms application, basically its like WordPress using .net for multiple users to publish content. It does more than that but thats the simplest way to describe it. Our "webmasters" (I work in the gov) want everything put inside of SharePoint. We currently have SharePoint 2007. I have no experience ...

Could not find Feature ReportServerItemSync

This message appear when I try to import my Site Collection to a new server using STSADM. COMMAND: stsadm -o import -url http://cl-t132-222cl/ -includeusersecurity -filename C:\Users\Administrator\Desktop\Importacao\sitecollection.cmp Could not find Feature ReportServerItemSync I tried to reinstall Sql Server 2008 Reporting Services A...

How to hook up a mock proxy server?

My sharepoint webpart is throwing an error on my client's environment when calling HttpWebRequest.GetRequestStream (and he's using a proxy server). The error is "unable to connect to the remote server." What's the best way to reproduce this scenario (hooking up a mock proxy) on my end so that my requests go out through the proxy server...

User Control on a WebPart, PostBack / ViewState Problem

Hi, I'm using a Sharepoint WebPart to load a UserControl which has a button that does some processing on PostBack. I got a problem: when I click the button for the first time, the data loaded on ! IsPosback gets lost, but this does not occur when I click the button again. I think my problem is explained here: Sharepoint Lifecycle, but I...