in

SharePoint University

Clean slate. Nothing but SharePoint.
All Tags » moss (RSS)
Go, SharePoint!

Browse by Tags

  • Re: how to apply css to custom web part?

    All you need add a small code on the PreRender like: private void Style_PreRender(object sender, System.EventArgs e ) { RegisterClientStyleSheetFile("_WPR_/style.css"); } and on the constructor you need to add this.PreRender += new EventHandler(Style_PreRender); I hope it will help you, Roi...
    Posted to Customization and Design (Forum) by Roi Kolbinger on 07-08-2008
  • Sharepoint Workflow - Custom Edit Form

    Hello! I am new to the community and also new to .Net and Sharepoint Development. With some tutorials and help from an experienced developer I created a sharepoint workflow in VS 2005 and an infopath form. The workflow works as follows: 1.) User opens a IP form in a form library on MOSS 2007. User enters...
    Posted to Development (.NET) (Forum) by christian.katschnig on 07-07-2008
  • MOSS Farm and SSRS Scale-out deployment using Cisco CSS11503

    I have a MOSS farm with 3 web front-ends, 2 application servers, and a 2-node active/active db cluster (one side running MOSS DBs, the other side running SSRS Dbs). MOSS and SSRS are installed on all three web front-ends. SSRS is configured in scale-out mode. I have been having issues getting load balancing...
    Posted to Setup, Admin and Deployment (Forum) by kiplandiles on 06-28-2008
  • Re: MOSS 2007: mht files opening in Word on computers with Office 2003

    Did these .MHT files originate from Microsoft Office products? I seem to remember having a problem like this caused by the .MHT files having code in the header to indicate that it should in fact be opened by Microsoft Word. The solution was to remove these tags, and they opened fine. This was on Sharepoint...
    Posted to General (Forum) by ros256 on 06-26-2008
  • Re: Making Few Columns Read-Only in a List

    We are working with the List Display Settings feature posted on Codeplex by Laurent Cotton (Bewise): http://www.codeplex.com/SPListDisplaySetting This feature allows you to select which list columns can be set to display only or be editable on the New, Edit and Display forms of the list. This can also...
    Posted to General (Forum) by KateRK on 06-24-2008
  • Re: Site settings / Workflows link error

    Hi No I didn't. I was unable to get the missing features from anywhere. We ended up building a new virtual server to test workflow on, installed the RTM version of Moss with both SP1 for WSS3 and Moss. Everything seems to work fine on there, I've checked the features folder in the 12 hive and...
    Posted to Setup, Admin and Deployment (Forum) by SPDevLondon on 06-11-2008
  • Data View - Connect to another library using Desinger 2007

    I cannot add a collection to to the Data Source Library. I keep getiing the same error prompt "The web http://etc/etc/etc/ cannot be opened. Is there anything I'm supposed to do prior to my firing up Designer. Thanks.
    Posted to Customization and Design (Forum) by onafetsid on 06-04-2008
  • Recurring Calendar Item Question

    This is probably a stupid question..but does anyone know how to set the duration on a recurring calendar item within SharePoint? We are running SharePoint Server 2007. I have a recurring event that starts on Monday and goes through Sunday every 7 weeks. In Outlook, when you set the recurrence on an event...
    Posted to General (Forum) by kimmiee00 on 06-04-2008
  • Workflows - Item.Update - modified by system account

    Hi, I have developed a workflow for our document management. Every time an item/document is checked in (create and update event) the workflow starts. It checks some properties and creates a unique code for that document, depending on some required properties that are already filled in. Now this workflow...
    Posted to Development (.NET) (Forum) by Tineke on 06-02-2008
  • Jobs and Recruitment add webpart problem

    Hi to all, I've downloaded the Jobs and Recruitment Template from Microsoft, it work perfectly but I've a problem, and I saw that it is a common problem, end noone have found a solution. On the home page of the Job and Recruitment site I've added the list of the candidates, the list of interview...
    Posted to General (Forum) by riccardo.lavoro on 05-28-2008
Page 1 of 17 (167 items) 1 2 3 4 5 Next > ... Last ยป

Need SharePoint Training? Attend a SharePoint Bootcamp!
Forum content (c) original posters. Everything else (c) 2008 SharePoint Experts, Inc.