 




<?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: Assigning Sequential Numbers to Response Documents (Notes 5)</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/assigning-sequential-numbers-to-response-documents-notes-5/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/assigning-sequential-numbers-to-response-documents-notes-5/</link>
	<description></description>
	<lastBuildDate>Sun, 19 May 2013 03:14:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: katyep</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/assigning-sequential-numbers-to-response-documents-notes-5/#comment-36126</link>
		<dc:creator>katyep</dc:creator>
		<pubDate>Mon, 21 Nov 2005 10:07:32 +0000</pubDate>
		<guid isPermaLink="false">#comment-36126</guid>
		<description><![CDATA[Great, thank you all for your help, I&#039;ve got it sorted now]]></description>
		<content:encoded><![CDATA[<p>Great, thank you all for your help, I&#8217;ve got it sorted now</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fugazi68</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/assigning-sequential-numbers-to-response-documents-notes-5/#comment-36127</link>
		<dc:creator>fugazi68</dc:creator>
		<pubDate>Mon, 21 Nov 2005 04:16:13 +0000</pubDate>
		<guid isPermaLink="false">#comment-36127</guid>
		<description><![CDATA[Hi Kate, I was working on this last week and thought I&#039;d post my solution, though it&#039;s been described generally already.

On the parent document create two fields

DOCUNID calculated on compose - formula 

@TEXT(@DOCUMENTUNIQUEID)

NUM     numeric field defaulted to 0

On the child document, set the &quot;Formulas Inherit Values....&quot; option on the Form and create two new fields.

PDOCUNID calculated on compose - formula DOCUNID

CNUM calculated on compose - formula 

temp:=@getdocfield (PDOCUNID;&quot;NUM&quot;)+1;
@setdocfield(PDOCUNID;&quot;NUM&quot;;temp);
&quot;R&quot;+@text(temp)

If yopu have any trouble with it just let me know.

John



]]></description>
		<content:encoded><![CDATA[<p>Hi Kate, I was working on this last week and thought I&#8217;d post my solution, though it&#8217;s been described generally already.</p>
<p>On the parent document create two fields</p>
<p>DOCUNID calculated on compose &#8211; formula </p>
<p>@TEXT(@DOCUMENTUNIQUEID)</p>
<p>NUM     numeric field defaulted to 0</p>
<p>On the child document, set the &#8220;Formulas Inherit Values&#8230;.&#8221; option on the Form and create two new fields.</p>
<p>PDOCUNID calculated on compose &#8211; formula DOCUNID</p>
<p>CNUM calculated on compose &#8211; formula </p>
<p>temp:=@getdocfield (PDOCUNID;&#8221;NUM&#8221;)+1;<br />
@setdocfield(PDOCUNID;&#8221;NUM&#8221;;temp);<br />
&#8220;R&#8221;+@text(temp)</p>
<p>If yopu have any trouble with it just let me know.</p>
<p>John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sibkis</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/assigning-sequential-numbers-to-response-documents-notes-5/#comment-36128</link>
		<dc:creator>sibkis</dc:creator>
		<pubDate>Thu, 17 Nov 2005 10:30:42 +0000</pubDate>
		<guid isPermaLink="false">#comment-36128</guid>
		<description><![CDATA[If the responses are created from the parent doc, you could use a field on the parent doc to store the last number used. Then when a new response is created, it could take that number, increment it by 1, write it to the response and back to the parent, and save both docs.]]></description>
		<content:encoded><![CDATA[<p>If the responses are created from the parent doc, you could use a field on the parent doc to store the last number used. Then when a new response is created, it could take that number, increment it by 1, write it to the response and back to the parent, and save both docs.</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 6/8 queries in 0.013 seconds using memcached
Object Caching 297/298 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-19 11:59:02 -->