<?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"
	>
<channel>
	<title>Comments on: Importing Data in Acrobat</title>
	<atom:link href="http://forms.stefcameron.com/2006/08/12/importing-data-in-acrobat/feed/" rel="self" type="application/rss+xml" />
	<link>http://forms.stefcameron.com/2006/08/12/importing-data-in-acrobat/</link>
	<description>Building intelligent forms using Adobe LiveCycle Designer</description>
	<pubDate>Sat, 22 Nov 2008 22:16:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Stefan Cameron</title>
		<link>http://forms.stefcameron.com/2006/08/12/importing-data-in-acrobat/#comment-33486</link>
		<dc:creator>Stefan Cameron</dc:creator>
		<pubDate>Tue, 18 Nov 2008 01:53:25 +0000</pubDate>
		<guid isPermaLink="false">http://forms.stefcameron.com/blog/?p=32#comment-33486</guid>
		<description>Nitin,

I'm confused: You're saying something is complaining that "Form1 is not recognized" however I don't see a reference to Form1 in the code you listed.

And you say you see the alert. Are you seeing it before or after the Import Data dialog?</description>
		<content:encoded><![CDATA[<p>Nitin,</p>
<p>I&#8217;m confused: You&#8217;re saying something is complaining that &#8220;Form1 is not recognized&#8221; however I don&#8217;t see a reference to Form1 in the code you listed.</p>
<p>And you say you see the alert. Are you seeing it before or after the Import Data dialog?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nitin</title>
		<link>http://forms.stefcameron.com/2006/08/12/importing-data-in-acrobat/#comment-32881</link>
		<dc:creator>Nitin</dc:creator>
		<pubDate>Wed, 12 Nov 2008 12:05:05 +0000</pubDate>
		<guid isPermaLink="false">http://forms.stefcameron.com/blog/?p=32#comment-32881</guid>
		<description>Dear Stefan,

After executing xfa.host.importData() function, code further does not get executed.
My script is like that:

xfa.host.importData();
Form.txt1.rawValue="";
Form.txt2.rawValue="";
xfa.host.messageBox("done");

My task is to fill the form amd then balnk few feilds.
I am getting alert "done" which i have mentioned in above script.
Tha javascript error is coiming that Form1 is not recognised.
Although Form1 is a part of XFA from i have desinged in LC designer.
Kindly advice.

Thanks,
Nitin.</description>
		<content:encoded><![CDATA[<p>Dear Stefan,</p>
<p>After executing xfa.host.importData() function, code further does not get executed.<br />
My script is like that:</p>
<p>xfa.host.importData();<br />
Form.txt1.rawValue=&#8221;";<br />
Form.txt2.rawValue=&#8221;";<br />
xfa.host.messageBox(&#8221;done&#8221;);</p>
<p>My task is to fill the form amd then balnk few feilds.<br />
I am getting alert &#8220;done&#8221; which i have mentioned in above script.<br />
Tha javascript error is coiming that Form1 is not recognised.<br />
Although Form1 is a part of XFA from i have desinged in LC designer.<br />
Kindly advice.</p>
<p>Thanks,<br />
Nitin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Cameron</title>
		<link>http://forms.stefcameron.com/2006/08/12/importing-data-in-acrobat/#comment-32777</link>
		<dc:creator>Stefan Cameron</dc:creator>
		<pubDate>Mon, 10 Nov 2008 18:23:06 +0000</pubDate>
		<guid isPermaLink="false">http://forms.stefcameron.com/blog/?p=32#comment-32777</guid>
		<description>Nitin,

Unfortunately, I'm not familiar with the iText library so I can't be of any help there.

If you used XSLT, you could even configure FormB to translate the data from FormA using the XSLT into a format that FormB would understand by creating a schema (or sample XML) data connection in FormB and setting the "Transform Incoming Data" property to the XSLT file that converts FormA's data structure into FormB's data structure.</description>
		<content:encoded><![CDATA[<p>Nitin,</p>
<p>Unfortunately, I&#8217;m not familiar with the iText library so I can&#8217;t be of any help there.</p>
<p>If you used XSLT, you could even configure FormB to translate the data from FormA using the XSLT into a format that FormB would understand by creating a schema (or sample XML) data connection in FormB and setting the &#8220;Transform Incoming Data&#8221; property to the XSLT file that converts FormA&#8217;s data structure into FormB&#8217;s data structure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Cameron</title>
		<link>http://forms.stefcameron.com/2006/08/12/importing-data-in-acrobat/#comment-32773</link>
		<dc:creator>Stefan Cameron</dc:creator>
		<pubDate>Mon, 10 Nov 2008 17:45:53 +0000</pubDate>
		<guid isPermaLink="false">http://forms.stefcameron.com/blog/?p=32#comment-32773</guid>
		<description>Norbert D'Souza,

To get data from your Excel spreadsheet into your PDF form, you'll need to use Microsoft's ODBC driver for Excel. Then you'll need to setup an &lt;a href="http://forms.stefcameron.com/2006/09/18/connecting-a-form-to-a-database/" rel="nofollow"&gt;ODBC data connection&lt;/a&gt; in your form.</description>
		<content:encoded><![CDATA[<p>Norbert D&#8217;Souza,</p>
<p>To get data from your Excel spreadsheet into your PDF form, you&#8217;ll need to use Microsoft&#8217;s ODBC driver for Excel. Then you&#8217;ll need to setup an <a href="http://forms.stefcameron.com/2006/09/18/connecting-a-form-to-a-database/" rel="nofollow">ODBC data connection</a> in your form.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nitin</title>
		<link>http://forms.stefcameron.com/2006/08/12/importing-data-in-acrobat/#comment-32637</link>
		<dc:creator>Nitin</dc:creator>
		<pubDate>Fri, 07 Nov 2008 14:48:36 +0000</pubDate>
		<guid isPermaLink="false">http://forms.stefcameron.com/blog/?p=32#comment-32637</guid>
		<description>Dear Stefan,
 
Is it possible to read and write the data in dynamic XFA forms. Uing iText i m able to read the data from XFA form, but writing back data to the feilds is creating
problem.

Please suggest if any API is available to achieve this task.
Please reply asap its urgent.

Thanks,
Nitin</description>
		<content:encoded><![CDATA[<p>Dear Stefan,</p>
<p>Is it possible to read and write the data in dynamic XFA forms. Uing iText i m able to read the data from XFA form, but writing back data to the feilds is creating<br />
problem.</p>
<p>Please suggest if any API is available to achieve this task.<br />
Please reply asap its urgent.</p>
<p>Thanks,<br />
Nitin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nitin</title>
		<link>http://forms.stefcameron.com/2006/08/12/importing-data-in-acrobat/#comment-32559</link>
		<dc:creator>Nitin</dc:creator>
		<pubDate>Wed, 05 Nov 2008 15:38:26 +0000</pubDate>
		<guid isPermaLink="false">http://forms.stefcameron.com/blog/?p=32#comment-32559</guid>
		<description>Stefan,

I want to achieve the task using Java, please suggest the best possible approach.

Thanks,
Nitin</description>
		<content:encoded><![CDATA[<p>Stefan,</p>
<p>I want to achieve the task using Java, please suggest the best possible approach.</p>
<p>Thanks,<br />
Nitin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nitin</title>
		<link>http://forms.stefcameron.com/2006/08/12/importing-data-in-acrobat/#comment-32558</link>
		<dc:creator>Nitin</dc:creator>
		<pubDate>Wed, 05 Nov 2008 15:32:32 +0000</pubDate>
		<guid isPermaLink="false">http://forms.stefcameron.com/blog/?p=32#comment-32558</guid>
		<description>Stefan,

Thanks for ur reply, but how to achieve this task with XSLT?
Could you please throw some more light on it.

Is it possible to achieve the same using iText (java library) ?</description>
		<content:encoded><![CDATA[<p>Stefan,</p>
<p>Thanks for ur reply, but how to achieve this task with XSLT?<br />
Could you please throw some more light on it.</p>
<p>Is it possible to achieve the same using iText (java library) ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Cameron</title>
		<link>http://forms.stefcameron.com/2006/08/12/importing-data-in-acrobat/#comment-32482</link>
		<dc:creator>Stefan Cameron</dc:creator>
		<pubDate>Mon, 03 Nov 2008 17:40:54 +0000</pubDate>
		<guid isPermaLink="false">http://forms.stefcameron.com/blog/?p=32#comment-32482</guid>
		<description>Nitin,

It sounds like you have an old form, let's call it "FormA", and a new form, let's call it "FormB", and you want to programmatically transfer the data from FormA to FormB.

The first thing that comes to mind is writing an XSLT to translate FormA's data model into FormB's data model. You would export the data from FormA, run it through the XSLT and then import the data into FormB. Bindings in both forms would automatically take care of exporting and importing the data out of and into the fields.

If you're using Acrobat to do this, then you shouldn't have to worry about Reader Extensions but if you're using Reader, then you'll need it since Reader can't import data without the PDF being extended.</description>
		<content:encoded><![CDATA[<p>Nitin,</p>
<p>It sounds like you have an old form, let&#8217;s call it &#8220;FormA&#8221;, and a new form, let&#8217;s call it &#8220;FormB&#8221;, and you want to programmatically transfer the data from FormA to FormB.</p>
<p>The first thing that comes to mind is writing an XSLT to translate FormA&#8217;s data model into FormB&#8217;s data model. You would export the data from FormA, run it through the XSLT and then import the data into FormB. Bindings in both forms would automatically take care of exporting and importing the data out of and into the fields.</p>
<p>If you&#8217;re using Acrobat to do this, then you shouldn&#8217;t have to worry about Reader Extensions but if you&#8217;re using Reader, then you&#8217;ll need it since Reader can&#8217;t import data without the PDF being extended.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nitin</title>
		<link>http://forms.stefcameron.com/2006/08/12/importing-data-in-acrobat/#comment-32470</link>
		<dc:creator>Nitin</dc:creator>
		<pubDate>Mon, 03 Nov 2008 12:32:35 +0000</pubDate>
		<guid isPermaLink="false">http://forms.stefcameron.com/blog/?p=32#comment-32470</guid>
		<description>Please provide your inputs on my above query</description>
		<content:encoded><![CDATA[<p>Please provide your inputs on my above query</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Norbert D'Souza</title>
		<link>http://forms.stefcameron.com/2006/08/12/importing-data-in-acrobat/#comment-32455</link>
		<dc:creator>Norbert D'Souza</dc:creator>
		<pubDate>Mon, 03 Nov 2008 04:00:38 +0000</pubDate>
		<guid isPermaLink="false">http://forms.stefcameron.com/blog/?p=32#comment-32455</guid>
		<description>Hi Stefan,

I'm hoping to achieve something which I think is something really simple but because of lack of proper documentation I am running around in circles.

I have a very basic Excel file which three different columns.

1. Name
2. Course Name
3. Signatory

I will have three buttons on my PDF form
        

How can I populate each field for different records from the Excel file?

I hope I have been clear in my explanation.

Thanks in advance

Sincerely
Norbert</description>
		<content:encoded><![CDATA[<p>Hi Stefan,</p>
<p>I&#8217;m hoping to achieve something which I think is something really simple but because of lack of proper documentation I am running around in circles.</p>
<p>I have a very basic Excel file which three different columns.</p>
<p>1. Name<br />
2. Course Name<br />
3. Signatory</p>
<p>I will have three buttons on my PDF form</p>
<p>How can I populate each field for different records from the Excel file?</p>
<p>I hope I have been clear in my explanation.</p>
<p>Thanks in advance</p>
<p>Sincerely<br />
Norbert</p>
]]></content:encoded>
	</item>
</channel>
</rss>
