 




<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Disabling (greying-out) options on Lotus form</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/disabling-greying-out-the-form/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/disabling-greying-out-the-form/</link>
	<description></description>
	<lastBuildDate>Sat, 25 May 2013 17:28:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: ashneet</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/disabling-greying-out-the-form/#comment-63060</link>
		<dc:creator>ashneet</dc:creator>
		<pubDate>Sun, 03 May 2009 16:04:05 +0000</pubDate>
		<guid isPermaLink="false">#comment-63060</guid>
		<description><![CDATA[Hey All,

Thanks a lot for your answers. I will try to do the same :-)

--Ashoo]]></description>
		<content:encoded><![CDATA[<p>Hey All,</p>
<p>Thanks a lot for your answers. I will try to do the same <img src='http://itknowledgeexchange.techtarget.com/itanswers/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>&#8211;Ashoo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mrainer</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/disabling-greying-out-the-form/#comment-63048</link>
		<dc:creator>mrainer</dc:creator>
		<pubDate>Sat, 02 May 2009 03:36:20 +0000</pubDate>
		<guid isPermaLink="false">#comment-63048</guid>
		<description><![CDATA[Brooklynegg: You are right.  

However, using Input Enabled event has a few problems.  At least in certain versions.  In particular, doesn&#039;t work on the web (at least in 7) and doesn&#039;t work with richtext fields.

Maybe this has been fixed in 8.]]></description>
		<content:encoded><![CDATA[<p>Brooklynegg: You are right.  </p>
<p>However, using Input Enabled event has a few problems.  At least in certain versions.  In particular, doesn&#8217;t work on the web (at least in 7) and doesn&#8217;t work with richtext fields.</p>
<p>Maybe this has been fixed in 8.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brooklynegg</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/disabling-greying-out-the-form/#comment-63032</link>
		<dc:creator>brooklynegg</dc:creator>
		<pubDate>Fri, 01 May 2009 13:34:12 +0000</pubDate>
		<guid isPermaLink="false">#comment-63032</guid>
		<description><![CDATA[Mrainer: Your response, although it would work, is the &#039;old way&#039; to do it. The Input Enabled event of a field controls the field, not the whole form or a section and is the preferred way to control edit access to a field.]]></description>
		<content:encoded><![CDATA[<p>Mrainer: Your response, although it would work, is the &#8216;old way&#8217; to do it. The Input Enabled event of a field controls the field, not the whole form or a section and is the preferred way to control edit access to a field.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mrainer</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/disabling-greying-out-the-form/#comment-63029</link>
		<dc:creator>mrainer</dc:creator>
		<pubDate>Fri, 01 May 2009 10:55:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-63029</guid>
		<description><![CDATA[You can use an entry field and a display field.  Like this: ClientName and DisplayClientName.

DispalyClientName inherits from ClientName.  So the user cannot edit here.  The user must edit ClientName.

Then at the point in your workflow that you want to disallow editing, you hide ClientName so that the user can only see DisplayClientName, which he cannot edit.

You use a hidden field to turn off displaying ClientName and turn on displaying DisplayClientName.

The answers above will control the entire form or a section of a form.  My method will allow you to control field by field.]]></description>
		<content:encoded><![CDATA[<p>You can use an entry field and a display field.  Like this: ClientName and DisplayClientName.</p>
<p>DispalyClientName inherits from ClientName.  So the user cannot edit here.  The user must edit ClientName.</p>
<p>Then at the point in your workflow that you want to disallow editing, you hide ClientName so that the user can only see DisplayClientName, which he cannot edit.</p>
<p>You use a hidden field to turn off displaying ClientName and turn on displaying DisplayClientName.</p>
<p>The answers above will control the entire form or a section of a form.  My method will allow you to control field by field.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ledlincoln</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/disabling-greying-out-the-form/#comment-62997</link>
		<dc:creator>ledlincoln</dc:creator>
		<pubDate>Thu, 30 Apr 2009 18:55:46 +0000</pubDate>
		<guid isPermaLink="false">#comment-62997</guid>
		<description><![CDATA[Yet another way is to set up one form with editable fields and a different form with only computed fields.  The Notes client can then be set up to select the appropriate form for the user.]]></description>
		<content:encoded><![CDATA[<p>Yet another way is to set up one form with editable fields and a different form with only computed fields.  The Notes client can then be set up to select the appropriate form for the user.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rita</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/disabling-greying-out-the-form/#comment-62993</link>
		<dc:creator>rita</dc:creator>
		<pubDate>Thu, 30 Apr 2009 17:32:04 +0000</pubDate>
		<guid isPermaLink="false">#comment-62993</guid>
		<description><![CDATA[Another way would be to create a Computed Section and place the whole document and/or certain fields within the section, make it editable with an author field and Administrators group.  Once the document is created and saved, you could then repopulate that field with just a specific group you would allow to modify the document within a computed field.]]></description>
		<content:encoded><![CDATA[<p>Another way would be to create a Computed Section and place the whole document and/or certain fields within the section, make it editable with an author field and Administrators group.  Once the document is created and saved, you could then repopulate that field with just a specific group you would allow to modify the document within a computed field.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brooklynegg</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/disabling-greying-out-the-form/#comment-62986</link>
		<dc:creator>brooklynegg</dc:creator>
		<pubDate>Thu, 30 Apr 2009 15:19:01 +0000</pubDate>
		<guid isPermaLink="false">#comment-62986</guid>
		<description><![CDATA[BruceWayne&#039;s response is correct (as usual) for controlling the entire form based on an Author field and the proper settings in the ACL. If you want to control one field at a time, you can use the field&#039;s Input Enabled event. There are some restrictions on this, so you will have to read about it in help. With this event, even if someone has edit access to the document, the form will prevent them from edting specific fields.]]></description>
		<content:encoded><![CDATA[<p>BruceWayne&#8217;s response is correct (as usual) for controlling the entire form based on an Author field and the proper settings in the ACL. If you want to control one field at a time, you can use the field&#8217;s Input Enabled event. There are some restrictions on this, so you will have to read about it in help. With this event, even if someone has edit access to the document, the form will prevent them from edting specific fields.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/10 queries in 0.042 seconds using memcached
Object Caching 355/361 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-25 20:45:03 -->