<?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: Edit Document Fields 6.0.0</title>
	<atom:link href="http://chadsmiley.com/chadsmiley/2006/04/edit-document-fields-6-0-0/feed/" rel="self" type="application/rss+xml" />
	<link>http://chadsmiley.com/chadsmiley/2006/04/edit-document-fields-6-0-0/</link>
	<description>Things about family, life, coding, and more</description>
	<lastBuildDate>Wed, 04 Apr 2012 15:06:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: ChadSmiley</title>
		<link>http://chadsmiley.com/chadsmiley/2006/04/edit-document-fields-6-0-0/comment-page-1/#comment-2730</link>
		<dc:creator>ChadSmiley</dc:creator>
		<pubDate>Sun, 21 Feb 2010 23:51:43 +0000</pubDate>
		<guid isPermaLink="false">http://chadsmiley.com.previewdns.com/chadsmiley/?p=1402#comment-2730</guid>
		<description>I have the code and I am sorry it is not showing up, I will fix it so it does appear.</description>
		<content:encoded><![CDATA[<p>I have the code and I am sorry it is not showing up, I will fix it so it does appear.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: harkpabst_meliantrop</title>
		<link>http://chadsmiley.com/chadsmiley/2006/04/edit-document-fields-6-0-0/comment-page-1/#comment-2729</link>
		<dc:creator>harkpabst_meliantrop</dc:creator>
		<pubDate>Sat, 20 Feb 2010 20:06:40 +0000</pubDate>
		<guid isPermaLink="false">http://chadsmiley.com.previewdns.com/chadsmiley/?p=1402#comment-2729</guid>
		<description>Is it only me and my browsers, or is the code finally gone? Bummer, don&#039;t know where I left my copy. Probably no more updates to this site ...</description>
		<content:encoded><![CDATA[<p>Is it only me and my browsers, or is the code finally gone? Bummer, don&#8217;t know where I left my copy. Probably no more updates to this site &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cesar</title>
		<link>http://chadsmiley.com/chadsmiley/2006/04/edit-document-fields-6-0-0/comment-page-/#comment-2548</link>
		<dc:creator>Cesar</dc:creator>
		<pubDate>Mon, 12 May 2008 15:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://chadsmiley.com.previewdns.com/chadsmiley/?p=1402#comment-2548</guid>
		<description>Useful - but I also wanted to delete all traces of a field with @Unavailable so I modified the code in such a manner: &lt;br  /&gt; &lt;br  /&gt;&lt;b&gt;&lt;u&gt;Change 1&lt;/u&gt;&lt;/b&gt; &lt;br  /&gt; &lt;br  /&gt;REM {Data types&#124;@Function execution}; &lt;br  /&gt;DataTypesCombo := @Explode( &lt;br  /&gt;&lt;b&gt;&lt;i&gt;&quot;Unavailable&#124;@SetField(\&quot;EditField[ef]\&quot;; @Unavailable)$&quot;+&lt;/i&gt;&lt;/b&gt; &lt;br  /&gt;&quot;Integer&#124;@TextToNumber( RawValue )$&quot;+ &lt;br  /&gt;&quot;Integer Multi Value&#124;@TextToNumber( @Explode( RawValue ; Separator; @True) )$&quot;+ &lt;br  /&gt; &lt;br  /&gt;etc... &lt;br  /&gt; &lt;br  /&gt; &lt;br  /&gt;&lt;b&gt;&lt;u&gt;Change 2&lt;/u&gt;&lt;/b&gt; &lt;br  /&gt; &lt;br  /&gt;REM {Based on what type of data is being entered different prompts will happen if any at all.}; &lt;br  /&gt;RawValue := @If( &lt;br  /&gt;	&lt;b&gt;&lt;i&gt;@Contains( DataType ; &quot;Unavailable&quot; ) ; &quot;&quot; ;&lt;/i&gt;&lt;/b&gt; &lt;br  /&gt;	@Contains( DataType ; &quot;Name Multi Value&quot; ) ; @PickList( [Name] ); &lt;br  /&gt; &lt;br  /&gt;etc... &lt;br  /&gt; &lt;br  /&gt;</description>
		<content:encoded><![CDATA[<p>Useful &#8211; but I also wanted to delete all traces of a field with @Unavailable so I modified the code in such a manner: </p>
<p><b><u>Change 1</u></b> </p>
<p>REM {Data types|@Function execution}; <br />DataTypesCombo := @Explode( <br /><b><i>&#8220;Unavailable|@SetField(\&#8221;EditField[ef]\&#8221;; @Unavailable)$&#8221;+</i></b> <br />&#8220;Integer|@TextToNumber( RawValue )$&#8221;+ <br />&#8220;Integer Multi Value|@TextToNumber( @Explode( RawValue ; Separator; @True) )$&#8221;+ </p>
<p>etc&#8230; </p>
<p><b><u>Change 2</u></b> </p>
<p>REM {Based on what type of data is being entered different prompts will happen if any at all.}; <br />RawValue := @If( <br />	<b><i>@Contains( DataType ; &#8220;Unavailable&#8221; ) ; &#8220;&#8221; ;</i></b> <br />	@Contains( DataType ; &#8220;Name Multi Value&#8221; ) ; @PickList( [Name] ); </p>
<p>etc&#8230; </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Anderton</title>
		<link>http://chadsmiley.com/chadsmiley/2006/04/edit-document-fields-6-0-0/comment-page-/#comment-2553</link>
		<dc:creator>Jim Anderton</dc:creator>
		<pubDate>Tue, 15 Jan 2008 08:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://chadsmiley.com.previewdns.com/chadsmiley/?p=1402#comment-2553</guid>
		<description>Just wanted to say thanks. I, like many others, save so much time with this tool.  I&#039;ve used it for years. I had to google for it today because I was setting up a new workstation remotely and, of course, ran into an immediate need for my favorite toolbar button! &lt;img alt=&quot;Emoticon&quot; src=&quot;http://www.chadsmiley.com/chadsmiley/home.nsf/emoticons/DLYH-5MZVLY/$File/smile.gif&quot; /&gt; </description>
		<content:encoded><![CDATA[<p>Just wanted to say thanks. I, like many others, save so much time with this tool.  I&#8217;ve used it for years. I had to google for it today because I was setting up a new workstation remotely and, of course, ran into an immediate need for my favorite toolbar button! <img alt="Emoticon" src="http://www.chadsmiley.com/chadsmiley/home.nsf/emoticons/DLYH-5MZVLY/$File/smile.gif" /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rickard Carlsson</title>
		<link>http://chadsmiley.com/chadsmiley/2006/04/edit-document-fields-6-0-0/comment-page-/#comment-2555</link>
		<dc:creator>Rickard Carlsson</dc:creator>
		<pubDate>Wed, 21 Nov 2007 00:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://chadsmiley.com.previewdns.com/chadsmiley/?p=1402#comment-2555</guid>
		<description>This tool is great!! I&#039;ve used it since at least version 3.0.  THANKS! &lt;img alt=&quot;Emoticon&quot; src=&quot;http://www.chadsmiley.com/chadsmiley/home.nsf/emoticons/DLYH-5MZVLY/$File/smile.gif&quot; /&gt; </description>
		<content:encoded><![CDATA[<p>This tool is great!! I&#8217;ve used it since at least version 3.0.  THANKS! <img alt="Emoticon" src="http://www.chadsmiley.com/chadsmiley/home.nsf/emoticons/DLYH-5MZVLY/$File/smile.gif" /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joao</title>
		<link>http://chadsmiley.com/chadsmiley/2006/04/edit-document-fields-6-0-0/comment-page-/#comment-2554</link>
		<dc:creator>Joao</dc:creator>
		<pubDate>Thu, 24 May 2007 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://chadsmiley.com.previewdns.com/chadsmiley/?p=1402#comment-2554</guid>
		<description>This seen to be a problem with R7.0.2 as I have the same behavior here.  If I execute it with my R6.5.1 client (on the same box against the same database) it works like a charm. &lt;br  /&gt; &lt;br  /&gt;Even if it does crash on a R7 client, it is a WONDERFULL tool that saves me a LOT of time.</description>
		<content:encoded><![CDATA[<p>This seen to be a problem with R7.0.2 as I have the same behavior here.  If I execute it with my R6.5.1 client (on the same box against the same database) it works like a charm. </p>
<p>Even if it does crash on a R7 client, it is a WONDERFULL tool that saves me a LOT of time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad Schelfhout</title>
		<link>http://chadsmiley.com/chadsmiley/2006/04/edit-document-fields-6-0-0/comment-page-/#comment-2550</link>
		<dc:creator>Chad Schelfhout</dc:creator>
		<pubDate>Wed, 24 Jan 2007 06:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://chadsmiley.com.previewdns.com/chadsmiley/?p=1402#comment-2550</guid>
		<description>Sorry, but I have no use for a bug report.   &lt;br /&gt;&lt;br /&gt;Is it a categorized view, is the field that is being updated the sorted column?&lt;br /&gt;&lt;br /&gt;Please let me know if you find anything out.</description>
		<content:encoded><![CDATA[<p>Sorry, but I have no use for a bug report.   </p>
<p>Is it a categorized view, is the field that is being updated the sorted column?</p>
<p>Please let me know if you find anything out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane Curcuru</title>
		<link>http://chadsmiley.com/chadsmiley/2006/04/edit-document-fields-6-0-0/comment-page-/#comment-2556</link>
		<dc:creator>Shane Curcuru</dc:creator>
		<pubDate>Wed, 24 Jan 2007 04:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://chadsmiley.com.previewdns.com/chadsmiley/?p=1402#comment-2556</guid>
		<description>Do you take bug reports?  Actually I don&#039;t know if the issue is with your tool or with a set of (possibly corrupted) documents - I&#039;m going to be hunting down the profile document and wiping that out next to see if that helps.  I use this in my toolbar all the time, but just today I&#039;ve been crashing every time it starts making updates.  Anyone seen this behavior before?&lt;br /&gt;Notes version:	Release 7.0.2 September 26, 2006&lt;br /&gt;OS version:	Windows XP 5.1&lt;br /&gt;Client uptime:	0 day(s) 00:03:46&lt;br /&gt;Error message:	PANIC: LookupHandle: handle not allocated&lt;br /&gt;...&lt;br /&gt;@[ 1] 0x60177011 nnotes._Panic@4+417 (60ae0948)&lt;br /&gt;@[ 2] 0x6000293d nnotes._LockHandle@12+317 (228,13e4a4,13e4b0)&lt;br /&gt;@[ 3] 0x60009756 nnotes._OSMemGetFaultHandle@4+22 (60d2e3e0)&lt;br /&gt;@[ 4] 0x60009801 nnotes._OSLockPool@8+17 (13e4f4,228)&lt;br /&gt;@[ 5] 0x607dd446 nnotes._NSFNoteAddCloseHandler@12+54 (228,61b527c0,13e52c)&lt;br /&gt;@[ 6] 0x61b572db nnotesws.DoCommand+539 (7434014,740a214,43)&lt;br /&gt;@[ 7] 0x61708bb3 nnotesws._DeskComputeExtension2@36+467 (7434014,740a214,ed,1,7,13d928,1003f,0,0)&lt;br /&gt;@[ 8] 0x617089da nnotesws._DeskComputeExtension@36+42 (7434014,740a214,ed,1,8,13d928,1003f,0,0)&lt;br /&gt;@[ 9] 0x600b2ffa nnotes.CompGeneralContext::ExtensionProc+298 (e,ed,0,1,9,13d928,1003f,0,0)&lt;br /&gt;@[10] 0x600b3535 nnotes.ExtensionProc::Execute+229 (7468f90,7468f20,2,8,a,13d928,1003f,0,0)&lt;br /&gt;@[11] 0x600456b2 nnotes.AtFunctionNode::ComputeVariants+82 (7468fc4,746c1cc,2,0,b,13d928,1003f,0,0)&lt;br /&gt;@[12] 0x60045697 nnotes.AtFunctionNode::ComputeVariants+55 (7469000,1,7462474,7469000,c,13d928,1003f,0,0)&lt;br /&gt;@[13] 0x6008beab nnotes.$L36223+45 (746c178,746236c,746a924,74622d0,d,13d928,1003f,0,0)&lt;br /&gt;@[14] 0x60505178 nnotes.AtWhile::ComputeVariants+152 (0,7434014,1,492,e,13d928,1003f,0,0)&lt;br /&gt;@[15] 0x600458e1 nnotes.RootNode::ComputeVariants+81 (0,7434014,74459a0,1,f,13d928,1003f,0,0)&lt;br /&gt;@[16] 0x600454cd nnotes.Compute::Eval+141 (740a214,13ee2c,74459a0,0,10,13d928,1003f,0,0)&lt;br /&gt;@[17] 0x600b2cad nnotes._NSFComputeEvaluateExt@32+157 (7434014,0,13ee2c,13ec88,11,13d928,1003f,0)&lt;br /&gt;@[18] 0x600b2bef nnotes._NSFComputeEvaluate@28+47 (7434014,0,13ee2c,13ee42,12,13d928,1003f)&lt;br /&gt;@[19] 0x61b0e411 nnotesws._ExecuteMacro@16+529 (0,22b,0,0)&lt;br /&gt;&lt;br /&gt;</description>
		<content:encoded><![CDATA[<p>Do you take bug reports?  Actually I don&#8217;t know if the issue is with your tool or with a set of (possibly corrupted) documents &#8211; I&#8217;m going to be hunting down the profile document and wiping that out next to see if that helps.  I use this in my toolbar all the time, but just today I&#8217;ve been crashing every time it starts making updates.  Anyone seen this behavior before?<br />Notes version:	Release 7.0.2 September 26, 2006<br />OS version:	Windows XP 5.1<br />Client uptime:	0 day(s) 00:03:46<br />Error message:	PANIC: LookupHandle: handle not allocated<br />&#8230;<br />@[ 1] 0&#215;60177011 nnotes._Panic@4+417 (60ae0948)<br />@[ 2] 0x6000293d nnotes._LockHandle@12+317 (228,13e4a4,13e4b0)<br />@[ 3] 0&#215;60009756 nnotes._OSMemGetFaultHandle@4+22 (60d2e3e0)<br />@[ 4] 0&#215;60009801 nnotes._OSLockPool@8+17 (13e4f4,228)<br />@[ 5] 0x607dd446 nnotes._NSFNoteAddCloseHandler@12+54 (228,61b527c0,13e52c)<br />@[ 6] 0x61b572db nnotesws.DoCommand+539 (7434014,740a214,43)<br />@[ 7] 0x61708bb3 nnotesws._DeskComputeExtension2@36+467 (7434014,740a214,ed,1,7,13d928,1003f,0,0)<br />@[ 8] 0x617089da nnotesws._DeskComputeExtension@36+42 (7434014,740a214,ed,1,8,13d928,1003f,0,0)<br />@[ 9] 0x600b2ffa nnotes.CompGeneralContext::ExtensionProc+298 (e,ed,0,1,9,13d928,1003f,0,0)<br />@[10] 0x600b3535 nnotes.ExtensionProc::Execute+229 (7468f90,7468f20,2,8,a,13d928,1003f,0,0)<br />@[11] 0x600456b2 nnotes.AtFunctionNode::ComputeVariants+82 (7468fc4,746c1cc,2,0,b,13d928,1003f,0,0)<br />@[12] 0&#215;60045697 nnotes.AtFunctionNode::ComputeVariants+55 (7469000,1,7462474,7469000,c,13d928,1003f,0,0)<br />@[13] 0x6008beab nnotes.$L36223+45 (746c178,746236c,746a924,74622d0,d,13d928,1003f,0,0)<br />@[14] 0&#215;60505178 nnotes.AtWhile::ComputeVariants+152 (0,7434014,1,492,e,13d928,1003f,0,0)<br />@[15] 0x600458e1 nnotes.RootNode::ComputeVariants+81 (0,7434014,74459a0,1,f,13d928,1003f,0,0)<br />@[16] 0x600454cd nnotes.Compute::Eval+141 (740a214,13ee2c,74459a0,0,10,13d928,1003f,0,0)<br />@[17] 0x600b2cad nnotes._NSFComputeEvaluateExt@32+157 (7434014,0,13ee2c,13ec88,11,13d928,1003f,0)<br />@[18] 0x600b2bef nnotes._NSFComputeEvaluate@28+47 (7434014,0,13ee2c,13ee42,12,13d928,1003f)<br />@[19] 0x61b0e411 nnotesws._ExecuteMacro@16+529 (0,22b,0,0)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Axel</title>
		<link>http://chadsmiley.com/chadsmiley/2006/04/edit-document-fields-6-0-0/comment-page-/#comment-2547</link>
		<dc:creator>Axel</dc:creator>
		<pubDate>Tue, 12 Dec 2006 06:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://chadsmiley.com.previewdns.com/chadsmiley/?p=1402#comment-2547</guid>
		<description>Hey Chad, it&#039;s great but my personal version looks like this:  &lt;br /&gt; &lt;br /&gt;... cut ... &lt;br /&gt;REM {Prompt for which field needs to be updated. Loop until a field is selected or &#039;Cancel&#039; is selected}; &lt;br /&gt;@DoWhile( &lt;br /&gt;	EditField&lt;b&gt;1&lt;/b&gt; := @Prompt( &lt;b&gt;[OkCancelList]:[NoSort]&lt;/b&gt; ; cPromptTitle ; &quot;Select the field you wish to alter or enter a new field to add:&quot; ; LastField ; &lt;b&gt;&quot;-NewField-&quot;:&lt;/b&gt;@Trim( @Unique( List : LastField ) ) ); &lt;br /&gt;	EditField&lt;b&gt;1&lt;/b&gt; = &quot;&quot; ); &lt;br /&gt;	 &lt;br /&gt;	&lt;b&gt;EditField := @if(EditField1 = &quot;-NewField-&quot;; @prompt([OKCancelEdit]; cPromptTitle; &quot;What&#039;s the name of the new field ?&quot;; &quot;&quot;); EditField1);&lt;b&gt; &lt;br /&gt;	 &lt;br /&gt;EditFieldPromptTitle := &quot;Change &#039;&quot; + EditField + &quot;&#039; in &quot; + cPromptTitle; &lt;br /&gt;... cut ... &lt;br /&gt; &lt;br /&gt;I like the bigger box and the possibility to add a new field in one step</description>
		<content:encoded><![CDATA[<p>Hey Chad, it&#8217;s great but my personal version looks like this:  </p>
<p>&#8230; cut &#8230; <br />REM {Prompt for which field needs to be updated. Loop until a field is selected or &#8216;Cancel&#8217; is selected}; <br />@DoWhile( <br />	EditField<b>1</b> := @Prompt( <b>[OkCancelList]:[NoSort]</b> ; cPromptTitle ; &#8220;Select the field you wish to alter or enter a new field to add:&#8221; ; LastField ; <b>&#8220;-NewField-&#8221;:</b>@Trim( @Unique( List : LastField ) ) ); <br />	EditField<b>1</b> = &#8220;&#8221; ); </p>
<p>	<b>EditField := @if(EditField1 = &#8220;-NewField-&#8221;; @prompt([OKCancelEdit]; cPromptTitle; &#8220;What&#8217;s the name of the new field ?&#8221;; &#8220;&#8221;); EditField1);</b><b> </p>
<p>EditFieldPromptTitle := &#8220;Change &#8216;&#8221; + EditField + &#8220;&#8216; in &#8221; + cPromptTitle; <br />&#8230; cut &#8230; </p>
<p>I like the bigger box and the possibility to add a new field in one step</b></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad Schelfhout</title>
		<link>http://chadsmiley.com/chadsmiley/2006/04/edit-document-fields-6-0-0/comment-page-/#comment-2549</link>
		<dc:creator>Chad Schelfhout</dc:creator>
		<pubDate>Thu, 13 Jul 2006 01:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://chadsmiley.com.previewdns.com/chadsmiley/?p=1402#comment-2549</guid>
		<description>duh, thanks.  Never even thought of that.</description>
		<content:encoded><![CDATA[<p>duh, thanks.  Never even thought of that.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: www.chadsmiley.com @ 2012-05-21 10:11:14 -->
