<?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/"
	>

<channel>
	<title>Jai's Sharepoint blog &#187; Customization</title>
	<atom:link href="http://sharepoint.jai-world.com/archives/tag/customization/feed" rel="self" type="application/rss+xml" />
	<link>http://sharepoint.jai-world.com</link>
	<description>SharePoint, as I like, dislike and admire!!</description>
	<lastBuildDate>Tue, 14 Jun 2011 10:44:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Custom Edit Form: Show Version History for &#8220;Append Changes to Existing Text fields&#8221;</title>
		<link>http://sharepoint.jai-world.com/archives/48</link>
		<comments>http://sharepoint.jai-world.com/archives/48#comments</comments>
		<pubDate>Tue, 24 Feb 2009 11:50:18 +0000</pubDate>
		<dc:creator>jai</dc:creator>
				<category><![CDATA[Customization]]></category>
		<category><![CDATA[SharePoint Designer]]></category>
		<category><![CDATA[Versioning]]></category>

		<guid isPermaLink="false">http://sharepoint.jai-world.com/archives/48</guid>
		<description><![CDATA[When you create a Custom Edit form using SharePoint designer, you lose the ability to view the version history for fields with the versioning enabled (lets say, ‘Comment’ field). To show this, do the following:
Insert the ‘Comment’ field again as a form field and change the code as below in the ‘Code’ view.
&#60;SharePoint:FormField runat="server" controlmode="Edit" [...]]]></description>
			<content:encoded><![CDATA[<p>When you create a Custom Edit form using SharePoint designer, you lose the ability to view the version history for fields with the versioning enabled (lets say, ‘Comment’ field). To show this, do the following:</p>
<p>Insert the ‘Comment’ field again as a form field and change the code as below in the ‘Code’ view.</p>
<pre><span class="kwrd">&lt;</span><span class="html">SharePoint:<span style="color: #ff0000;">FormField</span></span> <span class="attr">runat</span><span class="kwrd">="server"</span> <span class="attr"><span style="color: #ff0000;">controlmode</span></span><span class="kwrd"><span style="color: #ff0000;">="Edit"</span> . . .</span><span class="kwrd">/&gt;</span></pre>
<p>to</p>
<pre><span class="kwrd">&lt;</span><span class="html">SharePoint:<span style="color: #ff0000;">AppendOnlyHistory</span></span> <span class="attr">runat</span><span class="kwrd">="server"</span> <span class="attr"><span style="color: #ff0000;">controlmode</span></span><span class="kwrd"><span style="color: #ff0000;">="Display"</span> . . .</span><span class="kwrd">/&gt;</span></pre>
<p>Now your comments history would start showing as in the standard form!</p>
<div class="wlWriterEditableSmartContent" style="0px">Technorati Tags: <a rel="tag" href="http://technorati.com/tags/SharePoint+Designer">SharePoint Designer</a>,<a rel="tag" href="http://technorati.com/tags/SharePoint+Customization">SharePoint Customization</a></div>
]]></content:encoded>
			<wfw:commentRss>http://sharepoint.jai-world.com/archives/48/feed</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
	</channel>
</rss>

