<?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: Tip: Default Subform Binding Options</title>
	<atom:link href="http://forms.stefcameron.com/2009/04/23/tip-default-subform-binding-options/feed/" rel="self" type="application/rss+xml" />
	<link>http://forms.stefcameron.com/2009/04/23/tip-default-subform-binding-options/</link>
	<description>Building intelligent forms using Adobe LiveCycle Designer</description>
	<lastBuildDate>Thu, 19 Jan 2012 16:32:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Stefan Cameron</title>
		<link>http://forms.stefcameron.com/2009/04/23/tip-default-subform-binding-options/#comment-7053</link>
		<dc:creator>Stefan Cameron</dc:creator>
		<pubDate>Tue, 09 Jun 2009 02:08:51 +0000</pubDate>
		<guid isPermaLink="false">http://forms.stefcameron.com/2009/04/23/tip-default-subform-binding-options/#comment-7053</guid>
		<description>Mike,

Sounds like you should try doing what I suggested in my previous reply (see comment #4 above). Let me know how that goes.</description>
		<content:encoded><![CDATA[<p>Mike,</p>
<p>Sounds like you should try doing what I suggested in my previous reply (see comment #4 above). Let me know how that goes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://forms.stefcameron.com/2009/04/23/tip-default-subform-binding-options/#comment-7052</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 03 Jun 2009 18:13:40 +0000</pubDate>
		<guid isPermaLink="false">http://forms.stefcameron.com/2009/04/23/tip-default-subform-binding-options/#comment-7052</guid>
		<description>Stefan; Yes, I would like to have one file with as many pages as there are rows in the table.  Let me break this down a little more.  What I need to do is, through ASP.NET a user will be printing certificates using data from an SQL Server table.  The table set up with six columns, only 5 of which I need on the certificate.  As it stands right now I can only get the top row of the table, which is great if I only needed to print 1 certificate.  I have tried every solution I could find and it is still not working.  I walked through your example without results as well.  I will not be using navigation buttons for this application.  I am using VS2005, SQL Server 2000 and LiveCycle Designer 8. I am not sure if there are steps I have missed but, I believe I was very careful to follow the suggestions I did find. Perhaps I missed something while creating the form?  I am working with LiveCycle for the first time and I am not real familiar with it.

So if you can help me with this mess I would greatly appreciated it.

Thanks again


Mike,</description>
		<content:encoded><![CDATA[<p>Stefan; Yes, I would like to have one file with as many pages as there are rows in the table.  Let me break this down a little more.  What I need to do is, through ASP.NET a user will be printing certificates using data from an SQL Server table.  The table set up with six columns, only 5 of which I need on the certificate.  As it stands right now I can only get the top row of the table, which is great if I only needed to print 1 certificate.  I have tried every solution I could find and it is still not working.  I walked through your example without results as well.  I will not be using navigation buttons for this application.  I am using VS2005, SQL Server 2000 and LiveCycle Designer 8. I am not sure if there are steps I have missed but, I believe I was very careful to follow the suggestions I did find. Perhaps I missed something while creating the form?  I am working with LiveCycle for the first time and I am not real familiar with it.</p>
<p>So if you can help me with this mess I would greatly appreciated it.</p>
<p>Thanks again</p>
<p>Mike,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Cameron</title>
		<link>http://forms.stefcameron.com/2009/04/23/tip-default-subform-binding-options/#comment-7051</link>
		<dc:creator>Stefan Cameron</dc:creator>
		<pubDate>Mon, 25 May 2009 13:49:17 +0000</pubDate>
		<guid isPermaLink="false">http://forms.stefcameron.com/2009/04/23/tip-default-subform-binding-options/#comment-7051</guid>
		<description>Mike,

Did you really mean a separate &lt;i&gt;form&lt;/i&gt; (i.e. document) for each row or did you mean (or could settle for) a separate &lt;i&gt;page&lt;/i&gt; for each row?

If a separate page for each row could work, then have a look at my tutorial on &lt;a href=&quot;http://forms.stefcameron.com/2006/10/12/displaying-all-records-from-an-odbc-data-connection/&quot; rel=&quot;nofollow&quot;&gt;displaying all records&lt;/a&gt; from an ODBC data connection. This will get you started in displaying all the records, not just the first one. Then, instead of adding rows to a table like in my tutorial, I would add instances of a page subform which contains fields for each data item in a row. For each record processed, add a &lt;a href=&quot;http://forms.stefcameron.com/2006/11/11/instance-manager-object-reference/&quot; rel=&quot;nofollow&quot;&gt;new instance&lt;/a&gt; of the page subform and populate its fields with the record&#039;s data. That should give you a form that has multiple pages, each page with one row of data.</description>
		<content:encoded><![CDATA[<p>Mike,</p>
<p>Did you really mean a separate <i>form</i> (i.e. document) for each row or did you mean (or could settle for) a separate <i>page</i> for each row?</p>
<p>If a separate page for each row could work, then have a look at my tutorial on <a href="http://forms.stefcameron.com/2006/10/12/displaying-all-records-from-an-odbc-data-connection/" rel="nofollow">displaying all records</a> from an ODBC data connection. This will get you started in displaying all the records, not just the first one. Then, instead of adding rows to a table like in my tutorial, I would add instances of a page subform which contains fields for each data item in a row. For each record processed, add a <a href="http://forms.stefcameron.com/2006/11/11/instance-manager-object-reference/" rel="nofollow">new instance</a> of the page subform and populate its fields with the record&#8217;s data. That should give you a form that has multiple pages, each page with one row of data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Cameron</title>
		<link>http://forms.stefcameron.com/2009/04/23/tip-default-subform-binding-options/#comment-7050</link>
		<dc:creator>Stefan Cameron</dc:creator>
		<pubDate>Wed, 20 May 2009 01:43:27 +0000</pubDate>
		<guid isPermaLink="false">http://forms.stefcameron.com/2009/04/23/tip-default-subform-binding-options/#comment-7050</guid>
		<description>Brad,

See my reply &lt;a href=&quot;http://forms.stefcameron.com/2006/10/12/displaying-all-records-from-an-odbc-data-connection/comment-page-1/#comment-48622&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt; (same question, different post).</description>
		<content:encoded><![CDATA[<p>Brad,</p>
<p>See my reply <a href="http://forms.stefcameron.com/2006/10/12/displaying-all-records-from-an-odbc-data-connection/comment-page-1/#comment-48622" rel="nofollow">here</a> (same question, different post).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://forms.stefcameron.com/2009/04/23/tip-default-subform-binding-options/#comment-7049</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 19 May 2009 14:23:04 +0000</pubDate>
		<guid isPermaLink="false">http://forms.stefcameron.com/2009/04/23/tip-default-subform-binding-options/#comment-7049</guid>
		<description>Hello Stefan, I would like to ask you a question I am unable to find an answer for.  I have Adobe LiveCycle Designer 8 and I am trying to create a form from a database table.  I have no trouble getting the top row of the table but I need them all. Then I need to print them all.  So the short version is I have 5 fields coming from a table, the fields then get placed on a form that needs to be printed but, I need a seperate form for each row in the table.  I am using sql server and asp.net, if you can help with this I would certainly appreciate it.

Thanks in advance,

Mike</description>
		<content:encoded><![CDATA[<p>Hello Stefan, I would like to ask you a question I am unable to find an answer for.  I have Adobe LiveCycle Designer 8 and I am trying to create a form from a database table.  I have no trouble getting the top row of the table but I need them all. Then I need to print them all.  So the short version is I have 5 fields coming from a table, the fields then get placed on a form that needs to be printed but, I need a seperate form for each row in the table.  I am using sql server and asp.net, if you can help with this I would certainly appreciate it.</p>
<p>Thanks in advance,</p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brad</title>
		<link>http://forms.stefcameron.com/2009/04/23/tip-default-subform-binding-options/#comment-7048</link>
		<dc:creator>brad</dc:creator>
		<pubDate>Thu, 14 May 2009 04:15:51 +0000</pubDate>
		<guid isPermaLink="false">http://forms.stefcameron.com/2009/04/23/tip-default-subform-binding-options/#comment-7048</guid>
		<description>Hi!

How do I add a duplicate record to access from my livecycle form. I have the database all connected and working properly (using the purchase example files) but would like to be able to duplicate the ID #

any thoughts?
thanks!</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>How do I add a duplicate record to access from my livecycle form. I have the database all connected and working properly (using the purchase example files) but would like to be able to duplicate the ID #</p>
<p>any thoughts?<br />
thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

