<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Nick Grattan's SharePoint Blog</title>
	<atom:link href="http://nickgrattan.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://nickgrattan.wordpress.com</link>
	<description>About Microsoft SharePoint and some .NET</description>
	<lastBuildDate>Fri, 24 Apr 2009 09:26:29 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<image>
		<url>http://www.gravatar.com/blavatar/37f6216e251aa5dea91c3a7ebe27929c?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Nick Grattan's SharePoint Blog</title>
		<link>http://nickgrattan.wordpress.com</link>
	</image>
			<item>
		<title>Microsoft SharePoint Designer Download Now Free!</title>
		<link>http://nickgrattan.wordpress.com/2009/04/24/microsoft-sharepoint-designer-download-now-free/</link>
		<comments>http://nickgrattan.wordpress.com/2009/04/24/microsoft-sharepoint-designer-download-now-free/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 09:26:29 +0000</pubDate>
		<dc:creator>Nick Grattan</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint PowerUser]]></category>

		<guid isPermaLink="false">http://nickgrattan.wordpress.com/?p=170</guid>
		<description><![CDATA[See here:  http://www.microsoft.com/downloads/details.aspx?FamilyID=baa3ad86-bfc1-4bd4-9812-d9e710d44f42&#38;displaylang=en
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nickgrattan.wordpress.com&blog=1237546&post=170&subd=nickgrattan&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>See here:  <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=baa3ad86-bfc1-4bd4-9812-d9e710d44f42&amp;displaylang=en">http://www.microsoft.com/downloads/details.aspx?FamilyID=baa3ad86-bfc1-4bd4-9812-d9e710d44f42&amp;displaylang=en</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nickgrattan.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nickgrattan.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nickgrattan.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nickgrattan.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nickgrattan.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nickgrattan.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nickgrattan.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nickgrattan.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nickgrattan.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nickgrattan.wordpress.com/170/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nickgrattan.wordpress.com&blog=1237546&post=170&subd=nickgrattan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nickgrattan.wordpress.com/2009/04/24/microsoft-sharepoint-designer-download-now-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fa61d48d7da846674a11b9f6a3cee982?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nickgrattan</media:title>
		</media:content>
	</item>
		<item>
		<title>Code for Creating New Documents based on a content type and template</title>
		<link>http://nickgrattan.wordpress.com/2008/12/08/code-for-creating-new-documents-based-on-a-content-type-and-template/</link>
		<comments>http://nickgrattan.wordpress.com/2008/12/08/code-for-creating-new-documents-based-on-a-content-type-and-template/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 22:23:02 +0000</pubDate>
		<dc:creator>Nick Grattan</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nickgrattan.wordpress.com/2008/12/08/code-for-creating-new-documents-based-on-a-content-type-and-template/</guid>
		<description><![CDATA[This method &#8220;CreateDocument&#8221; will create a new document in a SharePoint document library using a content type. It will copy the document template associated with the content type into the new document:
// Creates document in given list (root folder). // Returns true if the file was created, false if it already// exists or throws exception [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nickgrattan.wordpress.com&blog=1237546&post=163&subd=nickgrattan&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>This method &ldquo;CreateDocument&rdquo; will create a new document in a SharePoint document library using a content type. It will copy the document template associated with the content type into the new document:</p>
<p><font face="Courier New">// Creates document in given list (root folder). <br />// Returns true if the file was created, false if it already<br />// exists or throws exception for other failure<br />protected bool CreateDocument( string sFilename, <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; string sContentType, string sList)<br />{<br />&nbsp;&nbsp;&nbsp; try<br />&nbsp;&nbsp;&nbsp; {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SPSite site = SPContext.Current.Site;</font></p>
<p><font face="Courier New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; using (SPWeb web = site.OpenWeb())<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SPList list = web.Lists[sList];<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // this always uses root folder<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SPFolder folder = web.Folders[sList];<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SPFileCollection fcol = folder.Files;</font></p>
<p><font face="Courier New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // find the template url and open<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; string sTemplate = <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; list.ContentTypes[sContentType].DocumentTemplateUrl;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SPFile spf = web.GetFile(sTemplate);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; byte[] binFile = spf.OpenBinary();<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // Url for file to be created<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; string destFile = fcol.Folder.Url + &#8220;/&#8221; + sFilename;</font></p>
<p><font face="Courier New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // create the document and get SPFile/SPItem for <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // new document<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SPFile addedFile = fcol.Add(destFile, binFile, false);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SPItem newItem = addedFile.Item;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; newItem["ContentType"] = sContentType;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; newItem.Update();<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; addedFile.Update();<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return true;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br />&nbsp;&nbsp;&nbsp; }<br />&nbsp;&nbsp;&nbsp; catch (SPException spEx)<br />&nbsp;&nbsp;&nbsp; {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // file already exists?<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (spEx.ErrorCode == -2130575257) <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return false;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; else<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; throw spEx;<br />&nbsp;&nbsp;&nbsp; }<br />}<br /></font></p>
<p>This code:</p>
<ol>
<li>Gets a SPSite for the current site collection, and opens an SPWeb for the site.</li>
<li>Gets a SPList for the given list, and then an SPFolder for the root folder in this list. This code always creates the document in the root folder, but the code can easily be changed to place the document in any folder in the document library.</li>
<li>Gets a SPFileCollection for the documents in the folder.</li>
<li>&ldquo;DocumentTemplateUrl&rdquo; is used to return the Url of document template associated with the given content type.</li>
<li>Get an SPFile for the document template in spf and open it for binary access using OpenBinary</li>
<li>Add a new document to the folder through the SPFileCollection referenced by fcol.</li>
<li>Get an SPItem for the new document and set the &ldquo;ContentType&rdquo; column to ensure it uses the correct content type (it will default to the first content type in the document library).</li>
<li>Update the item and the added file.</li>
<li>The catch section checks for an -2130575257 error, which indicates the file already exists.</li>
</ol>
<p>&nbsp;</p>
<p></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nickgrattan.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nickgrattan.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nickgrattan.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nickgrattan.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nickgrattan.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nickgrattan.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nickgrattan.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nickgrattan.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nickgrattan.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nickgrattan.wordpress.com/163/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nickgrattan.wordpress.com&blog=1237546&post=163&subd=nickgrattan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nickgrattan.wordpress.com/2008/12/08/code-for-creating-new-documents-based-on-a-content-type-and-template/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fa61d48d7da846674a11b9f6a3cee982?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nickgrattan</media:title>
		</media:content>
	</item>
		<item>
		<title>Logging in as a different user</title>
		<link>http://nickgrattan.wordpress.com/2008/12/03/logging-in-as-a-different-user/</link>
		<comments>http://nickgrattan.wordpress.com/2008/12/03/logging-in-as-a-different-user/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 13:11:02 +0000</pubDate>
		<dc:creator>Nick Grattan</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint PowerUser]]></category>

		<guid isPermaLink="false">http://nickgrattan.wordpress.com/2008/12/03/logging-in-as-a-different-user/</guid>
		<description><![CDATA[When using default.master in SharePoint users have the &#8220;Sign in as Different User&#8221; menu option on the &#8220;Welcome&#8221; menu to login as a different user. This is useful when testing security etc.
This menu is often removed when customizing sites &#8211; clients we find often do not want these options displayed. So how can you add [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nickgrattan.wordpress.com&blog=1237546&post=160&subd=nickgrattan&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>When using default.master in SharePoint users have the &ldquo;Sign in as Different User&rdquo; menu option on the &ldquo;Welcome&rdquo; menu to login as a different user. This is useful when testing security etc.</p>
<p>This menu is often removed when customizing sites &ndash; clients we find often do not want these options displayed. So how can you add a link to allow this facility for testing?</p>
<p>The &ldquo;Sign in as Different User&rdquo; navigates to the /_layouts/AccessDenied.aspx page, which displays thus:</p>
<p align="center"><img alt="Accessdenied" src="http://nickgrattan.files.wordpress.com/2008/12/accessdenied.jpg" border="0" /></p>
<p>You&rsquo;ll notice the link &ldquo;Sign in as a different user&rdquo;. From the browser status bar you can find the target of this link:</p>
<p align="center"><img alt="Accessdenied2" src="http://nickgrattan.files.wordpress.com/2008/12/accessdenied2.jpg" border="0" /></p>
<p>So, it turns out to login as another user you simply need to navigate to: </p>
<p>/_layouts/AccessDenied.aspx?loginasanotheruser=true</p>
<p>The standard browser username/password dialog box will be displayed without the &ldquo;Access Denied&rdquo; page being displayed to the user.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nickgrattan.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nickgrattan.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nickgrattan.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nickgrattan.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nickgrattan.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nickgrattan.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nickgrattan.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nickgrattan.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nickgrattan.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nickgrattan.wordpress.com/160/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nickgrattan.wordpress.com&blog=1237546&post=160&subd=nickgrattan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nickgrattan.wordpress.com/2008/12/03/logging-in-as-a-different-user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fa61d48d7da846674a11b9f6a3cee982?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nickgrattan</media:title>
		</media:content>

		<media:content url="http://nickgrattan.files.wordpress.com/2008/12/accessdenied.jpg" medium="image">
			<media:title type="html">Accessdenied</media:title>
		</media:content>

		<media:content url="http://nickgrattan.files.wordpress.com/2008/12/accessdenied2.jpg" medium="image">
			<media:title type="html">Accessdenied2</media:title>
		</media:content>
	</item>
		<item>
		<title>Changing Order / Hiding Columns in New / Edit Forms</title>
		<link>http://nickgrattan.wordpress.com/2008/12/02/changing-order-hiding-columns-in-new-edit-forms/</link>
		<comments>http://nickgrattan.wordpress.com/2008/12/02/changing-order-hiding-columns-in-new-edit-forms/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 15:57:50 +0000</pubDate>
		<dc:creator>Nick Grattan</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint PowerUser]]></category>

		<guid isPermaLink="false">http://nickgrattan.wordpress.com/2008/12/02/changing-order-hiding-columns-in-new-edit-forms/</guid>
		<description><![CDATA[The default order of columns in New/Edit forms for lists and document libraries is typically the order they are added. In many cases you may want to change this order, or to remove columns from these forms.
Changing the column order is easy but the method depends on whether you have selected &#8220;Allow management of content [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nickgrattan.wordpress.com&blog=1237546&post=156&subd=nickgrattan&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>The default order of columns in New/Edit forms for lists and document libraries is typically the order they are added. In many cases you may want to change this order, or to remove columns from these forms.</p>
<p>Changing the column order is easy but the method depends on whether you have selected &ldquo;Allow management of content types&rdquo; for the list. See below if you have this option selected, otherwise you can:</p>
<ol>
<li>Open the list and select <strong>Settings + List Settings</strong></li>
<li>Select the &ldquo;Column ordering&rdquo; link under &ldquo;Columns&rdquo;.</li>
<li>Use the &ldquo;Change Field Order&rdquo; form to change the order of columns.</li>
</ol>
<p align="center"><img alt="Colorder1" src="http://nickgrattan.files.wordpress.com/2008/12/colorder1.jpg" border="0" /></p>
<p>You can only hide columns if &ldquo;Allow management of content types&rdquo; <strong><em>is</em></strong> selected! So, to hide, for example, the &ldquo;Title&rdquo; column you can:</p>
<ol>
<li>Open the list and select <strong>Settings + List Settings</strong></li>
<li>Select <strong>Advanced settings</strong></li>
<li>Click <strong>Yes</strong> for &ldquo;Allow management of content types&rdquo; and then click <strong>OK</strong>.</li>
<li>From the list of content types, select the content type the column appears in, e.g. &ldquo;Item&rdquo;.</li>
<li>From the list of columns for the selected content type, select the column (e.g. Title).</li>
<li>Select <strong>Hidden</strong> and click <strong>OK</strong>.</li>
</ol>
<p align="center"><img alt="Colorder2" src="http://nickgrattan.files.wordpress.com/2008/12/colorder2.jpg" border="0" /></p>
<p>Even if you have a single content type, selecting the &ldquo;Allow management of content types&rdquo; option does no harm, so this should work in all cases.</p>
<p>Note that when displaying the content type there is a &ldquo;Column Order&rdquo; link under the list of columns which can be used to change the order of columns. </p>
<p>In this example, &ldquo;Title&rdquo; is a required field, but you can still hide it. The form will allow the item to be created or updated even though a value has not been supplied.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nickgrattan.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nickgrattan.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nickgrattan.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nickgrattan.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nickgrattan.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nickgrattan.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nickgrattan.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nickgrattan.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nickgrattan.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nickgrattan.wordpress.com/156/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nickgrattan.wordpress.com&blog=1237546&post=156&subd=nickgrattan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nickgrattan.wordpress.com/2008/12/02/changing-order-hiding-columns-in-new-edit-forms/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fa61d48d7da846674a11b9f6a3cee982?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nickgrattan</media:title>
		</media:content>

		<media:content url="http://nickgrattan.files.wordpress.com/2008/12/colorder1.jpg" medium="image">
			<media:title type="html">Colorder1</media:title>
		</media:content>

		<media:content url="http://nickgrattan.files.wordpress.com/2008/12/colorder2.jpg" medium="image">
			<media:title type="html">Colorder2</media:title>
		</media:content>
	</item>
		<item>
		<title>Increasing size of Rich Text Editing Control</title>
		<link>http://nickgrattan.wordpress.com/2008/12/01/increasing-size-of-rich-text-editing-control/</link>
		<comments>http://nickgrattan.wordpress.com/2008/12/01/increasing-size-of-rich-text-editing-control/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 15:50:13 +0000</pubDate>
		<dc:creator>Nick Grattan</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint PowerUser]]></category>

		<guid isPermaLink="false">http://nickgrattan.wordpress.com/2008/12/01/increasing-size-of-rich-text-editing-control/</guid>
		<description><![CDATA[When using the rich text column type in SharePoint lists the edit control has a fixed width of 384 pixels. This is often too small for easy editing.
The width of the control used to edit rich text is set through the ms-rtelong style. You can change the width using the style in the core.css or [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nickgrattan.wordpress.com&blog=1237546&post=151&subd=nickgrattan&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>When using the rich text column type in SharePoint lists the edit control has a fixed width of 384 pixels. This is often too small for easy editing.</p>
<p>The width of the control used to edit rich text is set through the ms-rtelong style. You can change the width using the style in the core.css or other style sheets you may be using. However, this will change the width for every use of this control in your site.</p>
<p>If you need to change the width for a single form, open the form in SharePoint Designer and add a style defining ms-rtelong at the top of the content place holder in which the form is displayed with new dimensions, e.g.</p>
<p><font face="Courier New">&lt;asp:Content ContentPlaceHolderId=&#8221;PlaceHolderMain&#8221; runat=&#8221;server&#8221;&gt;</font></p>
<p><font face="Courier New">&lt;style type=&#8221;text/css&#8221;&gt;<br />.ms-rtelong {<br />&nbsp;width:700px;<br />&nbsp;height:600px;<br />}<br />&lt;/style&gt;</font></p>
<p>You can do this for standard uncustomised forms (e.g. NewForm.aspx) or for pages you create using the custom list form web part.</p>
<p>&nbsp;</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nickgrattan.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nickgrattan.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nickgrattan.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nickgrattan.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nickgrattan.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nickgrattan.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nickgrattan.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nickgrattan.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nickgrattan.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nickgrattan.wordpress.com/151/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nickgrattan.wordpress.com&blog=1237546&post=151&subd=nickgrattan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nickgrattan.wordpress.com/2008/12/01/increasing-size-of-rich-text-editing-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fa61d48d7da846674a11b9f6a3cee982?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nickgrattan</media:title>
		</media:content>
	</item>
		<item>
		<title>Trimming WebPart Output with SPSecurityTrimmedControl</title>
		<link>http://nickgrattan.wordpress.com/2008/11/13/trimming-webpart-output-with-spsecuritytrimmedcontrol/</link>
		<comments>http://nickgrattan.wordpress.com/2008/11/13/trimming-webpart-output-with-spsecuritytrimmedcontrol/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 13:05:13 +0000</pubDate>
		<dc:creator>Nick Grattan</dc:creator>
				<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://nickgrattan.wordpress.com/2008/11/13/trimming-webpart-output-with-spsecuritytrimmedcontrol/</guid>
		<description><![CDATA[The SPSecurityTrimmedControl can be used in your SharePoint pages and web parts to conditionally display content based on permissions assigned to a user.
Here&#8217;s an example of using the control in a web part. The control is declared in Microsoft.SharePoint (in microsoft.sharepoint.dll). First, create an instance:
SPSecurityTrimmedControl stcEditItem= new SPSecurityTrimmedControl();stcEditItem.Permissions = SPBasePermissions.EditListItems;
Next, specify the output to display [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nickgrattan.wordpress.com&blog=1237546&post=138&subd=nickgrattan&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>The SPSecurityTrimmedControl can be used in your SharePoint pages and web parts to conditionally display content based on permissions assigned to a user.</p>
<p>Here&rsquo;s an example of using the control in a web part. The control is declared in Microsoft.SharePoint (in microsoft.sharepoint.dll). First, create an instance:</p>
<p><font face="Courier New">SPSecurityTrimmedControl stcEditItem= new SPSecurityTrimmedControl();<br />stcEditItem.Permissions = SPBasePermissions.EditListItems;</font></p>
<p>Next, specify the output to display only if the current user has the given permissions. In this case </p>
<ul>
<li>Define a literal server control, add some content</li>
<li>Add the literal to the SPSecurityTrimmedControl </li>
<li>Add the SPSecurityTrimmedControl to the controls collection for the web part:</li>
</ul>
<p><font face="Courier New">Literal litEditItem = new Literal();<br />litEditItem.Text = &#8220;My Content&#8221;;<br />stcEditItem.Controls.Add(litEditItem);<br />this.Controls.Add(stcEditItem);<br /></font></p>
<p>Finally, you can explicitly render the SPSecurityTrimmedControl control in the web part&rsquo;s &ldquo;Render&rdquo; method:</p>
<p><font face="Courier New"></p>
<p>stcEditItem.RenderControl(writer);</p>
<p></font></p>
<p>The content &ldquo;My Content&rdquo; will only be displayed in the web part if the user has the &ldquo;EditListItems&rdquo; permission.</p>
<p>Also, you can programmatically test for permissions on various SharePoint objects, such as SPListItem, using the AllRolesForCurrentUser method:</p>
<p><font face="Courier New">SPListItem li;<br />&#8230;<br />if (!li.AllRolesForCurrentUser.Contains(web.RoleDefinitions["Approve"]))<br />{<br />&nbsp;&nbsp;&nbsp; &#8230;<br /></font></p>
<p><a href="http://sharepointkb.wordpress.com/2008/09/02/hide-content-or-controls-based-on-permissions/" target="_blank">This</a> web post from Richard Harbridge shows how to use the SPSecurityTrimmedControl in an ASPX page.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nickgrattan.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nickgrattan.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nickgrattan.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nickgrattan.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nickgrattan.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nickgrattan.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nickgrattan.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nickgrattan.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nickgrattan.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nickgrattan.wordpress.com/138/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nickgrattan.wordpress.com&blog=1237546&post=138&subd=nickgrattan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nickgrattan.wordpress.com/2008/11/13/trimming-webpart-output-with-spsecuritytrimmedcontrol/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fa61d48d7da846674a11b9f6a3cee982?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nickgrattan</media:title>
		</media:content>
	</item>
		<item>
		<title>When an SPListItem won&#8217;t Update or Change</title>
		<link>http://nickgrattan.wordpress.com/2008/11/12/when-an-splistitem-wont-update-or-change-2/</link>
		<comments>http://nickgrattan.wordpress.com/2008/11/12/when-an-splistitem-wont-update-or-change-2/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 20:27:57 +0000</pubDate>
		<dc:creator>Nick Grattan</dc:creator>
				<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://nickgrattan.wordpress.com/2008/11/12/when-an-splistitem-wont-update-or-change-2/</guid>
		<description><![CDATA[Here&#8217;s a problem that recently bit me. This code executes a query that returns a single SPListItem and then attempts to change the approved status through the SPListItemCollection:
SPListItemCollection lic = list.GetItems(query); lic[0].ModerationInformation.Status = SPModerationStatusType.Approved; lic[0].Update(); 
Strangely enough, before calling the change to &#8220;Status&#8221; (second line) the status was &#8220;Pending&#8221; and *after* the call the status [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nickgrattan.wordpress.com&blog=1237546&post=136&subd=nickgrattan&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Here&rsquo;s a problem that recently bit me. This code executes a query that returns a single SPListItem and then attempts to change the approved status through the SPListItemCollection:</p>
<p><font face="Courier New">SPListItemCollection lic = list.GetItems(query); <br />lic[0].ModerationInformation.Status = SPModerationStatusType.Approved; <br />lic[0].Update(); <br /></font></p>
<p>Strangely enough, before calling the change to &ldquo;Status&rdquo; (second line) the status was &ldquo;Pending&rdquo; and *after* the call the status was still &ldquo;Pending&rdquo;!</p>
<p>However, assigning to a SPListItem and updating through this object changes the approved status as expected:</p>
<p><font face="Courier New">SPListItemCollection lic = list.GetItems(query); <br />SPListItem li = lic[0]; <br />li.ModerationInformation.Status = SPModerationStatusType.Approved; <br />li.Update();</font> </p>
<p>It seems the SharePoint object model cannot handle repeated calls through the item collection to the same list item object &ndash; perhaps it creates a new temporary object each time?</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nickgrattan.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nickgrattan.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nickgrattan.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nickgrattan.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nickgrattan.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nickgrattan.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nickgrattan.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nickgrattan.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nickgrattan.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nickgrattan.wordpress.com/136/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nickgrattan.wordpress.com&blog=1237546&post=136&subd=nickgrattan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nickgrattan.wordpress.com/2008/11/12/when-an-splistitem-wont-update-or-change-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fa61d48d7da846674a11b9f6a3cee982?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nickgrattan</media:title>
		</media:content>
	</item>
		<item>
		<title>SharePoint Designer: Clearing the Web Part Cache</title>
		<link>http://nickgrattan.wordpress.com/2008/11/03/sharepoint-designer-clearing-the-web-part-cache/</link>
		<comments>http://nickgrattan.wordpress.com/2008/11/03/sharepoint-designer-clearing-the-web-part-cache/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 10:17:46 +0000</pubDate>
		<dc:creator>Nick Grattan</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint PowerUser]]></category>

		<guid isPermaLink="false">http://nickgrattan.wordpress.com/2008/11/03/sharepoint-designer-clearing-the-web-part-cache/</guid>
		<description><![CDATA[When developing web parts (say in Visual Studio 2008) and using these web parts in SharePoint Designer 2007 you may find that your property definitions are not refreshed in SharePoint Designer. For example, if you add a new property in VS 2008 and recompile, the new property&#160;may not&#160;not displayed in SharePoint Designer.
To remedy this you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nickgrattan.wordpress.com&blog=1237546&post=130&subd=nickgrattan&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>When developing web parts (say in Visual Studio 2008) and using these web parts in SharePoint Designer 2007 you may find that your property definitions are not refreshed in SharePoint Designer. For example, if you add a new property in VS 2008 and recompile, the new property&nbsp;may not&nbsp;not displayed in SharePoint Designer.</p>
<p>To remedy this you can clear SharePoint Designers web site cache:</p>
<ul>
<li>Navigate to {my profile}\AppData\Local\Microsoft\WebsiteCache</li>
<li>Locate the folder that relates to the web site you&rsquo;re using (server name + port)</li>
<li>Delete the contents of the folder.</li>
</ul>
<p>You will find a file in this folder called {webpartproject}.Proxy.DLL. If you cannot delete this file because it&rsquo;s in use just rename it.</p>
<p>Now, when you next run SharePoint Designer you&rsquo;ll get a refreshed list of web parts.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nickgrattan.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nickgrattan.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nickgrattan.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nickgrattan.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nickgrattan.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nickgrattan.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nickgrattan.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nickgrattan.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nickgrattan.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nickgrattan.wordpress.com/130/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nickgrattan.wordpress.com&blog=1237546&post=130&subd=nickgrattan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nickgrattan.wordpress.com/2008/11/03/sharepoint-designer-clearing-the-web-part-cache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fa61d48d7da846674a11b9f6a3cee982?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nickgrattan</media:title>
		</media:content>
	</item>
		<item>
		<title>Hiding the Search Box When Printing</title>
		<link>http://nickgrattan.wordpress.com/2008/10/01/hiding-the-search-box-when-printing/</link>
		<comments>http://nickgrattan.wordpress.com/2008/10/01/hiding-the-search-box-when-printing/#comments</comments>
		<pubDate>Wed, 01 Oct 2008 20:07:34 +0000</pubDate>
		<dc:creator>Nick Grattan</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint PowerUser]]></category>

		<guid isPermaLink="false">http://nickgrattan.wordpress.com/2008/10/01/hiding-the-search-box-when-printing/</guid>
		<description><![CDATA[Ever noticed that the search box is shown on a SharePoint page when printed while other parts of the page are hidden?

The Search box can be hidden, along with other parts of a form you don&#8217;t want printed by using styles. This can be done using Microsoft Office SharePoint Designer:

Open the master page in SharePoint [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nickgrattan.wordpress.com&blog=1237546&post=128&subd=nickgrattan&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Ever noticed that the search box is shown on a SharePoint page when printed while other parts of the page are hidden?</p>
<p align="center"><img alt="HidePrint1" src="http://nickgrattan.files.wordpress.com/2008/10/hideprint1.png" border="1" /></p>
<p>The Search box can be hidden, along with other parts of a form you don&rsquo;t want printed by using styles. This can be done using Microsoft Office SharePoint Designer:</p>
<ul>
<li>Open the master page in SharePoint Designer</li>
<li>Add the following style either to a CSS file included in the master page or as a style within the master page itself:</li>
</ul>
<p><font face="Courier New">@media print{<br />.HideForPrinting<br />{<br />display:none;<br />}<br />}</font></p>
<ul>
<li>Locate the delegate control used to display the search box and add the code shown in italics:</li>
</ul>
<p><font face="Courier New">&nbsp;&nbsp;&nbsp; &lt;asp:ContentPlaceHolder id=&#8221;PlaceHolderSearchArea&#8221; runat=&#8221;server&#8221;&gt;<br /><strong><em>&nbsp;&nbsp;&nbsp;&nbsp;&lt;span class=&#8221;HideForPrinting&#8221;&gt;<br /></em></strong>&nbsp;&nbsp;&nbsp;&nbsp;&lt;SharePoint:DelegateControl runat=&#8221;server&#8221; ControlId=&#8221;SmallSearchInputBox&#8221;/&gt;<br /><strong><em>&nbsp;&nbsp;&nbsp;&nbsp;&lt;/span&gt;<br /></em></strong>&nbsp;&nbsp;&nbsp; &lt;/asp:ContentPlaceHolder&gt;</p>
<p></font></p>
<p>This defines a span that uses the style HideForPriting, the content of which will be hidden when the page is printed.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nickgrattan.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nickgrattan.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nickgrattan.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nickgrattan.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nickgrattan.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nickgrattan.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nickgrattan.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nickgrattan.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nickgrattan.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nickgrattan.wordpress.com/128/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nickgrattan.wordpress.com&blog=1237546&post=128&subd=nickgrattan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nickgrattan.wordpress.com/2008/10/01/hiding-the-search-box-when-printing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fa61d48d7da846674a11b9f6a3cee982?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nickgrattan</media:title>
		</media:content>

		<media:content url="http://nickgrattan.files.wordpress.com/2008/10/hideprint1.png" medium="image">
			<media:title type="html">HidePrint1</media:title>
		</media:content>
	</item>
		<item>
		<title>BDC Catalog Designer from Microsoft!</title>
		<link>http://nickgrattan.wordpress.com/2008/09/29/bdc-catalog-designer-from-microsoft/</link>
		<comments>http://nickgrattan.wordpress.com/2008/09/29/bdc-catalog-designer-from-microsoft/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 07:28:33 +0000</pubDate>
		<dc:creator>Nick Grattan</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint PowerUser]]></category>

		<guid isPermaLink="false">http://nickgrattan.wordpress.com/2008/09/29/bdc-catalog-designer-from-microsoft/</guid>
		<description><![CDATA[Microsoft have released a tool for developing BDC XML catalogs (applications) and it’s part of the Microsoft Office SharePoint Server August SDK.
Find out more here: http://blogs.msdn.com/sharepoint/archive/2007/08/22/announcing-the-microsoft-business-data-catalog-definition-editor-for-microsoft-office-sharepoint-server-2007.aspx
Update: 28 November 2008 &#8211; Warning; this tool cannot do SQL Server 2005/2008 schemas. This means you cannot use it against AdventureWorks, but you can use it against AdventureWorksDW. This is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nickgrattan.wordpress.com&blog=1237546&post=125&subd=nickgrattan&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Microsoft have released a tool for developing BDC XML catalogs (applications) and it’s part of the Microsoft Office SharePoint Server August SDK.</p>
<p>Find out more here: <a href="http://blogs.msdn.com/sharepoint/archive/2007/08/22/announcing-the-microsoft-business-data-catalog-definition-editor-for-microsoft-office-sharepoint-server-2007.aspx">http://blogs.msdn.com/sharepoint/archive/2007/08/22/announcing-the-microsoft-business-data-catalog-definition-editor-for-microsoft-office-sharepoint-server-2007.aspx</a></p>
<p>Update: 28 November 2008 &#8211; Warning; this tool <em>cannot</em> do SQL Server 2005/2008 schemas. This means you cannot use it against AdventureWorks, but you can use it against AdventureWorksDW. This is an astounding limitation given Microsoft&#8217;s push towards using schemas. If you try, you&#8217;ll get the error &#8220;Could not process Table &#8216;&#8230;.&#8217;. Make sure you have SELECT Rights on the Table/VIEW&#8221;. This needs to be fixed.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nickgrattan.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nickgrattan.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nickgrattan.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nickgrattan.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nickgrattan.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nickgrattan.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nickgrattan.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nickgrattan.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nickgrattan.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nickgrattan.wordpress.com/125/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nickgrattan.wordpress.com&blog=1237546&post=125&subd=nickgrattan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nickgrattan.wordpress.com/2008/09/29/bdc-catalog-designer-from-microsoft/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fa61d48d7da846674a11b9f6a3cee982?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nickgrattan</media:title>
		</media:content>
	</item>
	</channel>
</rss>