sharepoint

Word and Custom Content Types

I have defined a new content type (document) for sharepoint. The problem I have is that word automatically comes up with window allowing updating of these properties (for example effective date) that is not validated and I don't want it to show when the user is uploading changes (I fill in some of these fields on the updated method in t...

sharepoint public form

Hi, I have a MOSS 2007 running a site that has a public facing form that any anonymous user can fill and save. But I require that only blank forms are visible to anonymous user and that the forms filled up by other users are not visible/accesible to anonymous users. For that I have a form library(form1) that is authentication-protected,...

DataView component in SPD attaches needless strings to field values.

Hello. In SharePoint Designer I use some lists as sources and then link them together with an operation GetListItems (I fetch items from multiple lists on different site collections for rollup/aggregation): Now something is fine as I managed to get the result: But the strings that are attached to field result (6;#, 2;#) is... distu...

delete list item

hi, i have a contact list that i use in a issue list(lookup). When i delete the contact in the contact list is also gone in my already created issue. Someone? thx ...

Sharepoint 2.0 to 3.0 migration

Hi, our client wants to change from Sharepoint 2.0 to 3.0. Of course they need all documents to be migrated too. I have some experience with 3.0 -> 3.0 migration, but that's all. Main requirements are: Document export from 2.0, import to 3.0 Migrate attributes too (CreateDate etc.) Bulk mode Thanx in advance! ...

How to programmatically destinguish between WSS and MOSS

I need to know if I am working with SharePoint Services or SharePoint Portal Server when using the SP API. Is there a way to do this in code (C#)? ...

sharepoint workflow

Hi I am new this sharepoint development and i have task in hand to do the following. 1.When a new document added to the library, the system will prompt for approvers & audience from a database table. this will be stored for future revisions for the document. 2. Upon successful completion of assigning approvers, audience the system will ...

Tips on setting up internet facing WSS 3.0 site without Active Directory

We're trying to setup an internet facing WSS 3.0 site without Active Directory. We have a single WFE and a single SQL Server (2005). The WFE will be outside our DMZ. We've successfully created the Central Admin site with a local admin account on the WFE and a separate account on the SQL server for the database, but we're stuck on sett...

Sharepoint - Providing data outside intranet

Hi, I know that using SharePoint internally is free, but what if I create an application that will provide some of the data stored in SharePoint externally? Is it legal way to do things or do I have to pay for full SP licence to do that? ...

SharePoint: Filtering a List that has Folders

I have a SharePoint document library that has a folder structure used for organizing the documents (but also for controlling access, via permissions on the folders). The documents in the library are updated every month, and we store every month's version of the document in the same folder; there's a "month" column used for filtering tha...

Can I change the column that links to the item with edit menu in a sharepoint list?

There was a similar question asked but it wasn't exactly what I am trying to do. Here is a link to the question: http://stackoverflow.com/questions/607291/auto-number-column-in-sharepoint-list-with-link-to-item/799866#799866 Two solutons were offered to that question. Could either of these solutions work for an imported list I have wh...

Sharepoint List redirect with new id

I have a list within Sharepoint, using a custom new form i have added a custom list form control ("New item form" for the list) and changed the SaveButton to a standard input HTML button, and added an 'onclick' event that is as follows: onclick="javascript: {ddwrt:GenFireServerEvent('__commit;__redirect={NewFormWizard2.aspx?id=}')}" t...

Multiple copies of a Sharepoint list view

We have a Sharepoint website with a different page for each of our products and another page displaying a list of all our product release dates. You can change the view in this list so that only the release dates of a particular product are shown. Is is possible to have a list view showing release dates of one product show up on the ...

SharePoint Integration for Single-sign On

Let me preface this with I am an experienced .NET developer--but I have not yet worked with SharePoint, so this question relates directly to SharePoint and its features. I'm working on a project that requires integration with SharePoint to the extent that a user can click some kind of redirect link that would allow them to authenticaate...

Viewing files in a remote FTP folder from a webpart

Hi there, We're looking to integrate a file/folder view of a FTP share in a SharePoint portal. We recon the best solution would be to create a webpart that reads the contents of the FTP share and displays it in the portal. Is there any third party solutions for this? Has anyone done anything like this before.. and might be able to giv...

STSADM Command for Creating a Web Application

i'm scripting (as much as possible) a MOSS 2007 environment migration. i'm able to get most of it done using a batch file of STSADM commands, however, i'm unable to find an STSADM command to create a web application. Does one exist? ...

LayoutsPageBase and CAS policies in SharePoint

I have an application page that I am creating in SharePoint to host in the LAYOUTS directory. The page inherits from LayoutsPageBase, and has no other code right now. The ASPX file is set to inherit from this class/assembly. Pretty straightforward. My problem is that I want to deploy my assembly to the application BIN directory (not GAC...

How to rename a list in Sharepoint

Is it possible to rename a list in Sharepoint 2007 using the web interface? I would like navigation url to change as well. I have tried change the name using the settings option on the list. This will change the title but not the navigation url. ...

custom field not show

hi, I have make a custom textfield and put a default value in. That's working good but the value i wanne have in the textfield is using a webservice. When i try to initiate the webservice the custom field doesn't show anymore. I initiate my webservice like this public CusterNameService.ServiceSoapClient demo = new CusterNameService.Ser...

iPhone + Sharepoint

Hey, is there a way to connect the iPhone with Sharepoint? I wonder, if it is possible to implement the HTTP or WEBDAV protocol of Sharepoint in Cocoa/Objective-C. Regards ...