<?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: Shading the caption, not the entire field</title>
	<atom:link href="http://forms.stefcameron.com/2008/06/13/shading-the-caption-not-the-entire-field/feed/" rel="self" type="application/rss+xml" />
	<link>http://forms.stefcameron.com/2008/06/13/shading-the-caption-not-the-entire-field/</link>
	<description>Building intelligent forms using Adobe LiveCycle Designer</description>
	<lastBuildDate>Thu, 11 Mar 2010 03:31:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Stefan Cameron</title>
		<link>http://forms.stefcameron.com/2008/06/13/shading-the-caption-not-the-entire-field/comment-page-1/#comment-29737</link>
		<dc:creator>Stefan Cameron</dc:creator>
		<pubDate>Thu, 25 Sep 2008 02:10:09 +0000</pubDate>
		<guid isPermaLink="false">http://forms.stefcameron.com/2008/06/13/shading-the-caption-not-the-entire-field/#comment-29737</guid>
		<description>M. Murphy,

I&#039;m glad you found what the problem was and it&#039;s always nice to hear that my articles are useful! Thanks!</description>
		<content:encoded><![CDATA[<p>M. Murphy,</p>
<p>I&#8217;m glad you found what the problem was and it&#8217;s always nice to hear that my articles are useful! Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: M. Murphy</title>
		<link>http://forms.stefcameron.com/2008/06/13/shading-the-caption-not-the-entire-field/comment-page-1/#comment-29168</link>
		<dc:creator>M. Murphy</dc:creator>
		<pubDate>Wed, 17 Sep 2008 14:29:55 +0000</pubDate>
		<guid isPermaLink="false">http://forms.stefcameron.com/2008/06/13/shading-the-caption-not-the-entire-field/#comment-29168</guid>
		<description>Never mind, I guess I posted in the wrong place to start with, and also seem to have found the problem.  I replaced the drive letter in the connection string with a unc address, and switched my sql statement to &quot;select MAX()&quot; instead of &quot;select LAST()&quot;

Either way, these articles are a GODSEND, and thanks again, and again, and again.......</description>
		<content:encoded><![CDATA[<p>Never mind, I guess I posted in the wrong place to start with, and also seem to have found the problem.  I replaced the drive letter in the connection string with a unc address, and switched my sql statement to &#8220;select MAX()&#8221; instead of &#8220;select LAST()&#8221;</p>
<p>Either way, these articles are a GODSEND, and thanks again, and again, and again&#8230;&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: M. Murphy</title>
		<link>http://forms.stefcameron.com/2008/06/13/shading-the-caption-not-the-entire-field/comment-page-1/#comment-29020</link>
		<dc:creator>M. Murphy</dc:creator>
		<pubDate>Mon, 15 Sep 2008 15:11:53 +0000</pubDate>
		<guid isPermaLink="false">http://forms.stefcameron.com/2008/06/13/shading-the-caption-not-the-entire-field/#comment-29020</guid>
		<description>Stefan, 
Thanks for your brilliant articles, but mostly this one, http://blogs.adobe.com/formbuilder/2006/09/connecting_form_to_database.html

I have taken your method and tried to adapt it to my needs, just to display an autonumber field from a simple access database I created.  Not trying to change any records, just display the last entry in an autonumber field.  I used the sql statement &quot;Select last(JobNumbers) from JobWorkNumbers&quot; 
Strange behavior, if I open the pdf in the reader, its displaying the 2nd to last record, and if I open it with acrobat it displays the last entry as I planned.  You do say that I will get errors if I push data into this database, because of the autonumber field, but I thought just reading from it would be ok.  Any suggestions?</description>
		<content:encoded><![CDATA[<p>Stefan,<br />
Thanks for your brilliant articles, but mostly this one, <a href="http://blogs.adobe.com/formbuilder/2006/09/connecting_form_to_database.html" rel="nofollow">http://blogs.adobe.com/formbuilder/2006/09/connecting_form_to_database.html</a></p>
<p>I have taken your method and tried to adapt it to my needs, just to display an autonumber field from a simple access database I created.  Not trying to change any records, just display the last entry in an autonumber field.  I used the sql statement &#8220;Select last(JobNumbers) from JobWorkNumbers&#8221;<br />
Strange behavior, if I open the pdf in the reader, its displaying the 2nd to last record, and if I open it with acrobat it displays the last entry as I planned.  You do say that I will get errors if I push data into this database, because of the autonumber field, but I thought just reading from it would be ok.  Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Cameron</title>
		<link>http://forms.stefcameron.com/2008/06/13/shading-the-caption-not-the-entire-field/comment-page-1/#comment-27238</link>
		<dc:creator>Stefan Cameron</dc:creator>
		<pubDate>Mon, 25 Aug 2008 19:53:30 +0000</pubDate>
		<guid isPermaLink="false">http://forms.stefcameron.com/2008/06/13/shading-the-caption-not-the-entire-field/#comment-27238</guid>
		<description>Eric Horde,

This is likely due to the fact that you&#039;re editing an XFA-PDF form using Acrobat. An XFA-PDF form can&#039;t be edited in Acrobat in the same way a normal PDF can be (adding/removing pages, etc.). I think you would need to start by importing the pages from the PDF into an XFA form in Designer and then copy/paste the result into your original form.</description>
		<content:encoded><![CDATA[<p>Eric Horde,</p>
<p>This is likely due to the fact that you&#8217;re editing an XFA-PDF form using Acrobat. An XFA-PDF form can&#8217;t be edited in Acrobat in the same way a normal PDF can be (adding/removing pages, etc.). I think you would need to start by importing the pages from the PDF into an XFA form in Designer and then copy/paste the result into your original form.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Horde</title>
		<link>http://forms.stefcameron.com/2008/06/13/shading-the-caption-not-the-entire-field/comment-page-1/#comment-26822</link>
		<dc:creator>Eric Horde</dc:creator>
		<pubDate>Thu, 21 Aug 2008 19:00:17 +0000</pubDate>
		<guid isPermaLink="false">http://forms.stefcameron.com/2008/06/13/shading-the-caption-not-the-entire-field/#comment-26822</guid>
		<description>Sorry Stefan, I posted to the wrong area.</description>
		<content:encoded><![CDATA[<p>Sorry Stefan, I posted to the wrong area.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Horde</title>
		<link>http://forms.stefcameron.com/2008/06/13/shading-the-caption-not-the-entire-field/comment-page-1/#comment-26821</link>
		<dc:creator>Eric Horde</dc:creator>
		<pubDate>Thu, 21 Aug 2008 18:58:23 +0000</pubDate>
		<guid isPermaLink="false">http://forms.stefcameron.com/2008/06/13/shading-the-caption-not-the-entire-field/#comment-26821</guid>
		<description>I have a working PDF form that was created in Adobe and Designer (Livecycle).  I need to add (import) 5 pages from another PDF into the form.  I can import while in Adobe Profesional and the new pages display fine, including all the form fields, button, etc..  Howver when I switch back to Designer to add fileds to the newly added pages, they are missing.  I open the form back up in Adobe Professional and they are there ???  Any thoughts?  Why can&#039;t I sse the new pages in Designer?</description>
		<content:encoded><![CDATA[<p>I have a working PDF form that was created in Adobe and Designer (Livecycle).  I need to add (import) 5 pages from another PDF into the form.  I can import while in Adobe Profesional and the new pages display fine, including all the form fields, button, etc..  Howver when I switch back to Designer to add fileds to the newly added pages, they are missing.  I open the form back up in Adobe Professional and they are there ???  Any thoughts?  Why can&#8217;t I sse the new pages in Designer?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Cameron</title>
		<link>http://forms.stefcameron.com/2008/06/13/shading-the-caption-not-the-entire-field/comment-page-1/#comment-22631</link>
		<dc:creator>Stefan Cameron</dc:creator>
		<pubDate>Fri, 04 Jul 2008 13:59:38 +0000</pubDate>
		<guid isPermaLink="false">http://forms.stefcameron.com/2008/06/13/shading-the-caption-not-the-entire-field/#comment-22631</guid>
		<description>T. Kwong,

It sounds like what you want to do is &lt;a href=&quot;http://forms.stefcameron.com/2006/09/18/connecting-a-form-to-a-database/&quot; rel=&quot;nofollow&quot;&gt;connect your form to your Access database&lt;/a&gt;. Once you figure-out how to do that, you might want to include a drop down list of client names in your form from which you can &lt;a href=&quot;http://forms.stefcameron.com/2006/09/29/selecting-specific-database-records/&quot; rel=&quot;nofollow&quot;&gt;choose the client for whom you&#039;re filling-out the form&lt;/a&gt;. When you select the client&#039;s name, all their information (presumably stored in your database) would be pre-loaded into those fields you normally have to fill by hand.

Note that you&#039;ll need Acrobat Standard or Pro to &lt;a href=&quot;http://forms.stefcameron.com/2006/08/12/importing-data-in-acrobat/&quot; rel=&quot;nofollow&quot;&gt;import data into your form from your database&lt;/a&gt; and, should you want others to be able to do the same, each system will need Acrobat Standard/Pro as well as a configured DSN to connect to the database (which will need to be accessible from all systems concerned).</description>
		<content:encoded><![CDATA[<p>T. Kwong,</p>
<p>It sounds like what you want to do is <a href="http://forms.stefcameron.com/2006/09/18/connecting-a-form-to-a-database/" rel="nofollow">connect your form to your Access database</a>. Once you figure-out how to do that, you might want to include a drop down list of client names in your form from which you can <a href="http://forms.stefcameron.com/2006/09/29/selecting-specific-database-records/" rel="nofollow">choose the client for whom you&#8217;re filling-out the form</a>. When you select the client&#8217;s name, all their information (presumably stored in your database) would be pre-loaded into those fields you normally have to fill by hand.</p>
<p>Note that you&#8217;ll need Acrobat Standard or Pro to <a href="http://forms.stefcameron.com/2006/08/12/importing-data-in-acrobat/" rel="nofollow">import data into your form from your database</a> and, should you want others to be able to do the same, each system will need Acrobat Standard/Pro as well as a configured DSN to connect to the database (which will need to be accessible from all systems concerned).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Cameron</title>
		<link>http://forms.stefcameron.com/2008/06/13/shading-the-caption-not-the-entire-field/comment-page-1/#comment-22625</link>
		<dc:creator>Stefan Cameron</dc:creator>
		<pubDate>Fri, 04 Jul 2008 13:03:44 +0000</pubDate>
		<guid isPermaLink="false">http://forms.stefcameron.com/2008/06/13/shading-the-caption-not-the-entire-field/#comment-22625</guid>
		<description>Rick,

You should be able to connect to a web service running over HTTPS rather than plain (exposed) HTTP however I certainly cannot give you any guarantees as to how secure this solution would be. If you want to be sure, I suggest you &lt;a href=&quot;http://www.adobe.com/aboutadobe/contact.html&quot; rel=&quot;nofollow&quot;&gt;contact Adobe Support&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Rick,</p>
<p>You should be able to connect to a web service running over HTTPS rather than plain (exposed) HTTP however I certainly cannot give you any guarantees as to how secure this solution would be. If you want to be sure, I suggest you <a href="http://www.adobe.com/aboutadobe/contact.html" rel="nofollow">contact Adobe Support</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: T. Kwong</title>
		<link>http://forms.stefcameron.com/2008/06/13/shading-the-caption-not-the-entire-field/comment-page-1/#comment-22230</link>
		<dc:creator>T. Kwong</dc:creator>
		<pubDate>Sun, 29 Jun 2008 06:12:10 +0000</pubDate>
		<guid isPermaLink="false">http://forms.stefcameron.com/2008/06/13/shading-the-caption-not-the-entire-field/#comment-22230</guid>
		<description>Dear Stefan,

I&#039;m a secretary (without any IT/programmer training), but always need to fill in government&#039;s form in Acrobat form format for my clients. Ususally are surname, given name, address, working status ... etc, approx 30-50 fields.

However, sometime I make typo being filling too much fields.  As I had created my client&#039;s database in MS Access and can you teach me how to link/convert my MS Access database to Acrobat Adobe Form?  Or any software you can sugget me to us?

Thanks
Timmy</description>
		<content:encoded><![CDATA[<p>Dear Stefan,</p>
<p>I&#8217;m a secretary (without any IT/programmer training), but always need to fill in government&#8217;s form in Acrobat form format for my clients. Ususally are surname, given name, address, working status &#8230; etc, approx 30-50 fields.</p>
<p>However, sometime I make typo being filling too much fields.  As I had created my client&#8217;s database in MS Access and can you teach me how to link/convert my MS Access database to Acrobat Adobe Form?  Or any software you can sugget me to us?</p>
<p>Thanks<br />
Timmy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick</title>
		<link>http://forms.stefcameron.com/2008/06/13/shading-the-caption-not-the-entire-field/comment-page-1/#comment-22154</link>
		<dc:creator>Rick</dc:creator>
		<pubDate>Fri, 27 Jun 2008 23:23:29 +0000</pubDate>
		<guid isPermaLink="false">http://forms.stefcameron.com/2008/06/13/shading-the-caption-not-the-entire-field/#comment-22154</guid>
		<description>Stefan, 

What if the data is HIGHLY confidential (subject to litigation if it were leaked) ? Would you still recommend the web service? If so, how do you secure it?</description>
		<content:encoded><![CDATA[<p>Stefan, </p>
<p>What if the data is HIGHLY confidential (subject to litigation if it were leaked) ? Would you still recommend the web service? If so, how do you secure it?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
