'MOSS' Tag

  • How to simulate the SQL WHERE IN clause in SharePoint 2007 SPQuery

    July 19, 2010

    If you ever have used something like SELECT * FROM table WHERE field IN ('value1','value2','value3','value4')   in T-SQL, and wanted to mimic this functionality in the SharePoint SPQuery class, you probably have found out there is no IN statement in the CAML Query language. So what do do? One solution is to use a LinQ [...]

  • Microsoft SharePoint 2007 June 2010 CU published

    June 30, 2010

    Today Microsoft published the June 2010 CU for SharePoint 2007. This CU also addresses the important security bulletin MS10-039. To read more about this CU, please follow these links: MOSS 2007 KB983310 WSS 3.0 KB983311 This CU requires you to have the Service Pack 2 installed. And remember to either run the Configuratio Wizard or [...]

  • SharePoint: How to apply ViewStyle in schema.xml

    February 4, 2010

    When you are customizing a SharePoint list with a custom schema.xml file, you may also want to set the ViewStyle for your View. You do that by adding a <ViewStyle ID="xx"/> element within the <View> element. For exampl ID 17 corresponds to the "Shaded" view style. Here’s a table with the common ViewStyles available, as [...]

 
Powered by Wordpress and MySQL. Theme by Shlomi Noach, openark.org