<?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: Building dynamic tables</title>
	<atom:link href="http://assuredynamics.com/index.php/portfolio/building-dynamic-tables/feed/" rel="self" type="application/rss+xml" />
	<link>http://assuredynamics.com/index.php/portfolio/building-dynamic-tables/</link>
	<description>Dynamic solutions</description>
	<lastBuildDate>Mon, 16 Feb 2015 00:02:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: NiallODonovan</title>
		<link>http://assuredynamics.com/index.php/portfolio/building-dynamic-tables/#comment-913</link>
		<dc:creator>NiallODonovan</dc:creator>
		<pubDate>Sun, 22 Jul 2012 21:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.assuredynamics.com/?post_type=portfolio&#038;p=390#comment-913</guid>
		<description>Hi, 

The issue is that the moveInstance() method will move the particular instance of the repeating object (&lt;strong&gt;AllSub&lt;/strong&gt;). All of the contents of that instance of &lt;strong&gt;AllSub&lt;/strong&gt; will be moved, including &lt;strong&gt;SubformA&lt;/strong&gt; AND &lt;strong&gt;SubformB&lt;/strong&gt;. 

The only option would be to set &lt;strong&gt;SubFormA&lt;/strong&gt; and &lt;strong&gt;SubformB&lt;/strong&gt; to be the repeating instances. 

Good luck,

Niall</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>The issue is that the moveInstance() method will move the particular instance of the repeating object (<strong>AllSub</strong>). All of the contents of that instance of <strong>AllSub</strong> will be moved, including <strong>SubformA</strong> AND <strong>SubformB</strong>. </p>
<p>The only option would be to set <strong>SubFormA</strong> and <strong>SubformB</strong> to be the repeating instances. </p>
<p>Good luck,</p>
<p>Niall</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Name</title>
		<link>http://assuredynamics.com/index.php/portfolio/building-dynamic-tables/#comment-911</link>
		<dc:creator>Name</dc:creator>
		<pubDate>Fri, 20 Jul 2012 19:27:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.assuredynamics.com/?post_type=portfolio&#038;p=390#comment-911</guid>
		<description>Hi, Niall

 
I am using your script below for a button on click event, to move data from a row to another row.
AllSub subform  includes 2 subforms(SubformA and SubformB).

Is it possible to move the data from SubformB only, SubformA data must remain the same as is!

The script below moves data from both Subforms.

 
Thank you

 
 
var nIndex =AllSub.index;  

if ((nIndex + 1) &lt; _AllSub.count) 

{   

    var nIndexFrom = nIndex;    

    var nIndexTo = nIndex + 1;  

    _AllSub.moveInstance(nIndexFrom, nIndexTo);    

}   

else 

{   

    xfa.host.beep(&quot;3&quot;);

    this.caption.font.fill.color.value = &quot;255,0,0&quot;;</description>
		<content:encoded><![CDATA[<p>Hi, Niall</p>
<p>I am using your script below for a button on click event, to move data from a row to another row.<br />
AllSub subform  includes 2 subforms(SubformA and SubformB).</p>
<p>Is it possible to move the data from SubformB only, SubformA data must remain the same as is!</p>
<p>The script below moves data from both Subforms.</p>
<p>Thank you</p>
<p>var nIndex =AllSub.index;  </p>
<p>if ((nIndex + 1) &lt; _AllSub.count) </p>
<p>{   </p>
<p>    var nIndexFrom = nIndex;    </p>
<p>    var nIndexTo = nIndex + 1;  </p>
<p>    _AllSub.moveInstance(nIndexFrom, nIndexTo);    </p>
<p>}   </p>
<p>else </p>
<p>{   </p>
<p>    xfa.host.beep(&quot;3&quot;);</p>
<p>    this.caption.font.fill.color.value = &quot;255,0,0&quot;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NIKOS</title>
		<link>http://assuredynamics.com/index.php/portfolio/building-dynamic-tables/#comment-497</link>
		<dc:creator>NIKOS</dc:creator>
		<pubDate>Mon, 05 Sep 2011 21:58:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.assuredynamics.com/?post_type=portfolio&#038;p=390#comment-497</guid>
		<description>Excellent!!!!
I had spent a lot of time trying to find what I found here.
Good job!
Thanks</description>
		<content:encoded><![CDATA[<p>Excellent!!!!<br />
I had spent a lot of time trying to find what I found here.<br />
Good job!<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Srinivas</title>
		<link>http://assuredynamics.com/index.php/portfolio/building-dynamic-tables/#comment-482</link>
		<dc:creator>Srinivas</dc:creator>
		<pubDate>Sun, 28 Aug 2011 14:25:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.assuredynamics.com/?post_type=portfolio&#038;p=390#comment-482</guid>
		<description>This is very useful, knowledge sharing, helpful web site

Hi Neil, This is Srinivas, usulally, posts questions in the adobe LC designer forum

Thank you for creating it

Srinivas,</description>
		<content:encoded><![CDATA[<p>This is very useful, knowledge sharing, helpful web site</p>
<p>Hi Neil, This is Srinivas, usulally, posts questions in the adobe LC designer forum</p>
<p>Thank you for creating it</p>
<p>Srinivas,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://assuredynamics.com/index.php/portfolio/building-dynamic-tables/#comment-8</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Wed, 01 Dec 2010 04:53:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.assuredynamics.com/?post_type=portfolio&#038;p=390#comment-8</guid>
		<description>This is one of the coolest examples! Thanks for creating it.</description>
		<content:encoded><![CDATA[<p>This is one of the coolest examples! Thanks for creating it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
