moss-2007

SharePoint List item hyperlink

when I am creating new item in list , same item url I want in list column as hyperlink to be updated when it gets created / submitted. Is it possible, if so how? and when we create item same time wiki page should get created in wiki library with same name of item. could you please help me on this? Thanks in advance. ...

Display all sites and disable access to a site where a user does not have permission.

SharePoint 2007 is great! It security trims all my menu navigation; if the user does not have permission to a site then they won’t see it in the navigation. However, the business owners don’t see it like this; they would like the user to see all the sites that are potentially available and where the user does not have permissions to a s...

Managing specific document access depending on a users permissions or role they belong too.

I have 2 users, Martin and John I have 5 documents, all available to Martin and John. I also have 2 documents that are available to John only (Martin must not see them). To complicate matters these documents should replace 2 of the existing documents from the original 5 - so that only 5 documents are ever displayed to Martin or John. J...

Sharepoint People Picker

I want People Picker to display users from certain sharepoint groups only. I am currently using peopleditor.sharepointgroup which lets me filter users based on one sharepoint group. I want to give multiple sharepoint groups. Can anyone please help me. Thanks in advance. ...

MOSS Search relevance based on content source

I have configured a search center and several content sources (i.e. DB, FileShare) in MOSS 2007 and everything is working fine. Now I have a requirement to tweak privilege based on content sources. For Example, results from Content Source 1 will always appear before the results of Content Source 2. Is it possible? or any help regarding t...

SharePoint calculated column using "Created" results in 12/30/99?

I am looking for a formatted date field using Created. So I created a calculated column titled Added with the following formula: =TEXT(Created,"m/d/yy"). Data type is Date and Time. Date and Time Format: Date Only. I added the column and all existing entries for this list have the new column working properly. However, when a brand new...

How to pull all available documents out of SharePoint (2007) through web services?

I'm trying to do something I thought would be fairly easy (as I suspect I'm not the only wanting to do this) ; For a given user that logs into SharePoint through the web services, list all documents available (I'm interested in documents from document repositories, but anything will do at this point). I'm getting increasingly lost in al...

Sharepoint 2007 - custom context menu for certain file types

Hi, I was wondering if someone could help me out with Sharepoint 2007. What I want to do is to add a custom menu item to a context menu (the menu that opens when you click a document or another item). Right now, the menu looks like this: picture I want to add an item, "Do stuff" for example, to this menu. Major problems: I wish thi...

In sharepoint installation. from the two options standalone or serverfarm which one is choosen

on Sharepoint development purpose. on installing sharepoint2o1o whether standalone option or server farm better suited for developememt ...

SharePoint 2007 (MOSS 2007) Database migration

Hi, How difficult is to migrate the SharePoint database from SQL Server 2005 to SQL Server 2008. Is just a question of backing up and restore the database in the new server and point MOSS the new server or are there many other steps involved? Thanks ...

Get a List using its ID

I'm trying to get a list using it's ID, however it's not working and I can't work out why This works without a problem... using (SPSite site = new SPSite("http://example.org/sites/specific/staffhandbook")) using (SPWeb web = site.OpenWeb()) { SPList list = web.Lists["Documents"]; // process... } So should this...

MOSS 2007 - Custom Aspx Pages Created With Feature

(I have also asked this question on SharePoint Overflow.) I have a SharePoint feature I'm using to add some custom aspx files to the Pages Library. When I activate the feature, I can visit the pages in-browser and they are visible in SPDesigner, but when I "View All Site Content" they are not there. Why is this the case? The Feature'...

Error Modifying MOSS web part

Whenever I try to edit the shared properties of my custom web part in sharepoint 2007, I get the following error: Exception has been thrown by the target of an invocation. at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOw...

whether visual studio 2008 extensions available for sharepoint 2010?

In visual studio 2008 is have any plugines or extensions (executable file) for the sharepoint 2010 ...

MOSS 2007; Added custom fields not showing up in NewForm, EditForm, DispForm

I have a menu action that is registered on every list. This action when enabled, creates 4 custom fields. Field creation works on every list. The problem is, that on the lists, which are created via our own Site Template, these 4 fields are not displayed on any forms (DispForm, NewForm, EditForm). On every other list, the fields are no...

How to get started on Infopath 2007 and Wokflow in MOSS 2007 ?

Hi, I am kind of new to SharePoint and have so far mostly worked with WebPart development. After two week or so i will have to work on an assignment where i need to know InfoPath and workflow can some one point me to some articles or help to get me started on that ? Also ,It would be good to know which topics I should cover while i am...

MOSS Site Collection Documents - Restricting special characters in a filename

I am trying to block users from entering square brackets ([]) or other charcters to a filename while uploading a document. Is there a way to block this in SharePoint Central Administration or is there settings that I can change? ...

Sharepoint 2007 File Upload , Page cannot be Displayed

Hi everyone Having a bit of strange Sharepoint 2007 issue , especially for a Monday. Here's the scenario: Users within organisation cannot upload files to ANY doc Lib. User is able to click upload, browse, select the file without any problems. As soon as he/she clicks OK, they immediately get a standard IE error : Page cannot be displ...

Sharepoint: Add List from another site

I am trying to add a List on the root site to a sub sub site. Tried with Sharepoint Desginer but get the could not be opened error message. ...

get attachments via webservice

Hey, my problem: I want to get the attachment of my ListItem. The list exist on another server. I get the list via the webservice lists where I have to send credential with. I am able to get the url of the attachment, but I have no permission to view the url... I want to get the attachment, to show them on my webpart. How can I solve t...