<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Dr Flex &#38; Dr LiveCycle &#187; LiveCycle Designer</title>
	<atom:link href="http://www.drflex.eu/category/livecycle/adobe-designer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.drflex.eu</link>
	<description>Latest news from the cabinet</description>
	<lastBuildDate>Fri, 12 Mar 2010 22:27:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Fasten the development of Adobe Interactive Forms with Logica&#8217;s Form-O-Matic</title>
		<link>http://www.drflex.eu/2009/04/fasten-the-development-of-adobe-interactive-forms-with-logicas-form-o-matic/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=fasten-the-development-of-adobe-interactive-forms-with-logicas-form-o-matic</link>
		<comments>http://www.drflex.eu/2009/04/fasten-the-development-of-adobe-interactive-forms-with-logicas-form-o-matic/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 15:51:45 +0000</pubDate>
		<dc:creator>Peter Schellemans</dc:creator>
				<category><![CDATA[LiveCycle Designer]]></category>
		<category><![CDATA[LiveCycle Forms ES]]></category>
		<category><![CDATA[Add new tag]]></category>

		<guid isPermaLink="false">http://www.drflex.eu/?p=99</guid>
		<description><![CDATA[A while ago the Adobe Benelux presales team had the pleasure to attend a presentation by Logica, who explained the Form-O-Matic solution. This is a framework which is orginaly built as add-on for SAP Interactive Forms by Adobe, but can be used as well within the standalone LiveCycle Designer on xdp forms. With this framework, [...]]]></description>
			<content:encoded><![CDATA[<p>A while ago the Adobe Benelux presales team had the pleasure to attend a presentation by Logica, who explained the Form-O-Matic solution. This is a framework which is orginaly built as add-on for SAP Interactive Forms by Adobe, but can be used as well within the standalone LiveCycle Designer on xdp forms. With this framework, you can produce interactive forms in an instant with a minimum of technical know-how.</p>
<p>Logica&#8217;s Form-O-Matic is a solution which:<br />
- is smart, because it provides a fast way of developing interactive forms which decrease the likelihood of errors and reduce costs.<br />
- is uniforn, fast and controllable. This is thanks to a unique development method based on the inputting of standard parameters. Doing so the development time is reduced by more than 50%.<br />
- is simple and optimised. Form-O-Matic can be adapted very rapidly to your organisation’s requirements, for example in terms of the house style and design of the form and the naming of each parameter.<br />
- provides simple error detection. By using the debug mode in Form-O-Matic, a single parameter enables all dynamic actions to be displayed in text on a separate screen.</p>
<p>We have seen Form-O-Matic in action, and it can shorten the lead time for development of Interactive Forms, and provide error detection. It reduces the aftercare of the Form, and it is quickly to implement, and easy to use and maintain.</p>
<p>See also the following <a href="https://share.acrobat.com/adc/adc.do?docid=44d1e557-41f2-4419-828a-85e9dcfe0a62">factsheet</a> about Logica&#8217;s Form-O-Matic.</p>
<p>For more information you can reply on this post, or contact Logica directly through erp.nl@logica.com</p>
]]></content:encoded>
			<wfw:commentRss>http://www.drflex.eu/2009/04/fasten-the-development-of-adobe-interactive-forms-with-logicas-form-o-matic/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to &#8216;switch off&#8217; mandatory fields when the subform they belong to becomes invisible</title>
		<link>http://www.drflex.eu/2008/09/how-to-switch-off-mandatory-fields-when-the-subform-they-belong-to-becomes-invisible/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-switch-off-mandatory-fields-when-the-subform-they-belong-to-becomes-invisible</link>
		<comments>http://www.drflex.eu/2008/09/how-to-switch-off-mandatory-fields-when-the-subform-they-belong-to-becomes-invisible/#comments</comments>
		<pubDate>Wed, 24 Sep 2008 14:11:02 +0000</pubDate>
		<dc:creator>Bart Vossen</dc:creator>
				<category><![CDATA[Dr LiveCycle Question]]></category>
		<category><![CDATA[LiveCycle Designer]]></category>
		<category><![CDATA[Project]]></category>

		<guid isPermaLink="false">http://www.drflex.eu/2008/09/how-to-switch-off-mandatory-fields-when-the-subform-they-belong-to-becomes-invisible/</guid>
		<description><![CDATA[Disease: Putting objects &#8216;visible/invisble&#8217; is a great feature to guide end-users to fill-out forms in an easy way. However, when putting a subform, which contains mandatory fields to invisible, the mandatory fields still remain mandatory. This can off course be solved by putting all mandatory fields to &#8216;non-mandatory&#8217; through scripting but can become a development [...]]]></description>
			<content:encoded><![CDATA[<p><b>Disease:</b></p>
<p>Putting objects &#8216;visible/invisble&#8217; is a great feature to guide end-users to fill-out forms in an easy way. However, when putting a subform, which contains mandatory fields to invisible, the mandatory fields still remain mandatory. This can off course be solved by putting all mandatory fields to &#8216;non-mandatory&#8217; through scripting but can become a development nightmare. </p>
<p><b>Prescription:</b></p>
<p>The idea is to have a general procedure which would specify for each subform which fields are mandatory.  We will define an array inside the form which will contain a list of mandatory fields for each subform. Secondly, a procedure is built which will loop through this array for the given subform and will put the fields to mandatory/non-mandatory depending on the fact whether the subform has been set to visible/invisble. </p>
<p> <img alt="" border="" hspace="" vspace="" width="1054" height="600" align="" src="http://samples.drflex.eu/mandatory.jpg"> </p>
<p>A sample form can be found <a href="https://share.acrobat.com/adc/document.do?docid=513f0a7a-80bf-4ec4-8876-fd2410a4ea4a" target="_blank">here</a>. </p>
<p><b>Tips to stay healthy:</b></p>
<p>When analyzing your forms take in consideration how objects will be grouped and which fields are mandatory within a group. This makes it afterwards easy to introduce these fields/subforms in the array. </p>
<p> </p>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.drflex.eu/2008/09/how-to-switch-off-mandatory-fields-when-the-subform-they-belong-to-becomes-invisible/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Signing pdf documents on Vista using the Belgian eid card</title>
		<link>http://www.drflex.eu/2008/06/signing-pdf-documents-on-vista-using-the-belgian-eid-card/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=signing-pdf-documents-on-vista-using-the-belgian-eid-card</link>
		<comments>http://www.drflex.eu/2008/06/signing-pdf-documents-on-vista-using-the-belgian-eid-card/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 11:37:26 +0000</pubDate>
		<dc:creator>Peter Schellemans</dc:creator>
				<category><![CDATA[Adobe Benelux Events]]></category>
		<category><![CDATA[Dr LiveCycle Question]]></category>
		<category><![CDATA[LiveCycle Designer]]></category>
		<category><![CDATA[LiveCycle Digital Signatures ES]]></category>
		<category><![CDATA[LiveCycle ES]]></category>
		<category><![CDATA[LiveCycle Forms ES]]></category>
		<category><![CDATA[LiveCycle Reader® Extensions ES]]></category>

		<guid isPermaLink="false">http://www.drflex.eu/?p=39</guid>
		<description><![CDATA[Disease: When signing a pdf document in Acrobat/Reader on Vista using the Belgian eid card, it is possible that the signing process is interrupted, and that the Acrobat/Reader gets closed. Prescription: The actual cause of this problem is not at all related to the Acrobat/Reader software installed. Vista uses DEP (Data Execution Protection) which, in [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Disease:<br />
</strong>When signing a pdf document in Acrobat/Reader on Vista using the Belgian eid card, it is possible that the signing process is interrupted, and that the Acrobat/Reader gets closed.</p>
<p><strong>Prescription:</strong><br />
The actual cause of this problem is not at all related to the Acrobat/Reader software installed.<br />
Vista uses DEP (Data Execution Protection) which, in combination with the current Belgian eid middleware 2.6, causes the signing process to stop. Also Acrobat/Reader is then stopped.</p>
<p>A workaround is to disable the DEP mechanism. This can be done following<br />
<a href="http://www.vistax64.com/tutorials/120778-dep-enable-disable.html">http://www.vistax64.com/tutorials/120778-dep-enable-disable.html</a></p>
<p>A new version of the Belgian eid card middleware has been tested and works well on Vista (with DEP enabled). This version will be made available on <a href="http://eid.belgium.be">http://eid.belgium.be</a> probably in fall 2008.</p>
<p><strong>Tip to stay healthy:</strong><br />
In the mean time testing other middleware can help as well to see if this works. The quickest workaround is to disable DEP, and upgrade to the new Belgian eid card middleware as soon as it becomes available.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.drflex.eu/2008/06/signing-pdf-documents-on-vista-using-the-belgian-eid-card/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multi-Lingual Forms: XLIFF support in LiveCycle Designer 8.2</title>
		<link>http://www.drflex.eu/2008/06/multi-lingual-forms-xliff-support-in-livecycle-designer-82/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=multi-lingual-forms-xliff-support-in-livecycle-designer-82</link>
		<comments>http://www.drflex.eu/2008/06/multi-lingual-forms-xliff-support-in-livecycle-designer-82/#comments</comments>
		<pubDate>Thu, 12 Jun 2008 16:02:46 +0000</pubDate>
		<dc:creator>Bart Vossen</dc:creator>
				<category><![CDATA[LiveCycle Designer]]></category>
		<category><![CDATA[Designer]]></category>
		<category><![CDATA[Multi Lingual]]></category>
		<category><![CDATA[XLIFF]]></category>

		<guid isPermaLink="false">http://www.drflex.eu/2008/06/multi-lingual-forms-xliff-support-in-livecycle-designer-82/</guid>
		<description><![CDATA[Disease: Developing multi-lingual forms can be time-consuming and difficult to implement.  Prescription:  LiveCycle Designer 8.2, currently in beta, offers XLIFF support.  The generic idea is to extract field labels, hints, etc. from the xdp-template and store these in a xml-file. Translate the labels in the xml-file. Merge the original template with the xml-file to create a [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Disease:</strong></p>
<p>Developing multi-lingual forms can be time-consuming and difficult to implement. </p>
<p><strong>Prescription: </strong></p>
<p>LiveCycle Designer 8.2, currently in beta, offers XLIFF support.  The generic idea is to extract field labels, hints, etc. from the xdp-template and store these in a xml-file. Translate the labels in the xml-file. Merge the original template with the xml-file to create a new xdp-template which will contain the translated  &#8216;labels&#8217;. These are the different steps:</p>
<p> </p>
<p>1) You need to create a DWORD key &#8216;EmbedTranslationAttributes&#8217; equal to 1 in the windows registry in order to include the XLIFF definitions in your xdp template. Under HKEY_CURRENT_USER &#8211; Software &#8211; Adobe &#8211; Designer &#8211; 8.2 &#8211; Options   </p>
<p>2) Develop/save your template (e.g. xliff.xdp)  </p>
<p>3) Install an xslt parser (I used the Saxon xslt parser)</p>
<p>4) Execute the following command to export the &#8216;labels&#8217; (field labels, hints, error messages, etc.) out of the xdp</p>
<p><span class="Apple-style-span" style="13px;"><em>j</em></span><em>ava net.sf.saxon.Transform -s:xliff.xdp -xsl:XDPtoS2X.xslt -o:strings.xml</em></p>
<p>5) Change the labels in the strings.xml file</p>
<p>6) Execute the following command to import the &#8216;labels&#8217; in the newly created xdp (e.g. new.xdp)</p>
<p><em>java net.sf.saxon.Transform -s:strings.xml -xsl:S2XtoXDP.xslt -o:new.xdp</em></p>
<p>Please be noted that in the S2XtoXDP.xslt the input-XDP (e.g. xliff.xdp) is hard-coded in the sample; You may change the name of the xdp at line 24 in the xslt-file. </p>
<p>That&#8217;s it.</p>
<p><strong>Tip to stay healthy: </strong></p>
<p>Thanks to the support of Dr. Steve and Dr. Marc, I have created a zip-file which contains the xslt&#8217;s, command-file&#8217;s and the sample xliff.xdp. Download the package <a href="https://share.acrobat.com/adc/document.do?docid=7dad567c-9205-4776-814b-4221d958c1cb" target="_blank">here</a>. Get familiar with this new feature and develop multi-lingual forms more rapidly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.drflex.eu/2008/06/multi-lingual-forms-xliff-support-in-livecycle-designer-82/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Dynamically populate dropdown lists using webservices</title>
		<link>http://www.drflex.eu/2008/06/dynamically-populate-dropdown-lists-using-webservices/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=dynamically-populate-dropdown-lists-using-webservices</link>
		<comments>http://www.drflex.eu/2008/06/dynamically-populate-dropdown-lists-using-webservices/#comments</comments>
		<pubDate>Tue, 03 Jun 2008 07:53:35 +0000</pubDate>
		<dc:creator>Peter Schellemans</dc:creator>
				<category><![CDATA[LiveCycle Designer]]></category>

		<guid isPermaLink="false">http://www.drflex.eu/2008/06/post-title/</guid>
		<description><![CDATA[Disease: How to dynamically populate a dropdown list in a pdf form with results from a webservice? Typically one can accomplish this by using lots of hidden fields to capture the webservice results, and write multiple lines of Javascript code to populate the dropdown list based on the values of these hidden fields. There is [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Disease:</strong></p>
<p>How to dynamically populate a dropdown list in a pdf form with results from a webservice? Typically one can accomplish this by using lots of hidden fields to capture the webservice results, and write multiple lines of Javascript code to populate the dropdown list based on the values of these hidden fields. There is however a much shorter way!</p>
<p><strong>Prescription:</strong></p>
<p>LiveCycle Designer 8 offers a nice new functionality.</p>
<p>1) Select the dropdown list and go to the Object Palette.</p>
<p>2) There select the right most icon.</p>
<p><a href="http://www.drflex.eu/wp-content/uploads/2008/06/pic.jpg" rel="lightbox[28]"></a><a href="http://www.drflex.eu/wp-content/uploads/2008/06/pic.jpg" rel="lightbox[28]"></a><a href="http://www.drflex.eu/wp-content/uploads/2008/06/pic.jpg" rel="lightbox[28]"><img class="alignnone size-medium wp-image-30" src="http://www.drflex.eu/wp-content/uploads/2008/06/pic-300x203.jpg" alt="" width="300" height="203" /></a> <span style="AR-SA;"> </span></p>
<p>3) Since version 8 one can choose &#8220;Show Dynamic Properties&#8221;. The result of this is that &#8220;Caption&#8221; and &#8220;List Items&#8221; become links instead of just labels.</p>
<p>4) Choose &#8220;List Items&#8221; and bind the dropdown list items to the return value of the webservice (through the webservice dataconnection).</p>
<p>This is it.</p>
<p>One can go a step further. Suppose you want to select a value from this dropdown list, which needs to be used as input for a second webservice, which needs to populate on its turn a second dropdown list. The same applies for the second dropdown list.</p>
<p>1) Bind it dynamically to the result of the second webservice.</p>
<p>2) Make sure however that in this case you use execute(0) when writing the Javascript code to call the second webservice, and not execute(1). Execute(0) will make sure that the DOM is not remerged (with the risk that the first dropdown list gets empty again)</p>
<p><strong>Tip to stay healthy:</strong></p>
<p><strong></strong>Start questioning your code when you see your lines of code and your amount of hidden fields growing just to accomplish an easy population of lists. Chances are big that Designer offers a functionality to do this on the fly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.drflex.eu/2008/06/dynamically-populate-dropdown-lists-using-webservices/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>LiveCycle Output ES: Including charts in your documents</title>
		<link>http://www.drflex.eu/2008/06/livecycle-output-es-including-charts-in-your-documents/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=livecycle-output-es-including-charts-in-your-documents</link>
		<comments>http://www.drflex.eu/2008/06/livecycle-output-es-including-charts-in-your-documents/#comments</comments>
		<pubDate>Tue, 03 Jun 2008 07:57:54 +0000</pubDate>
		<dc:creator>Marcel Van Espen</dc:creator>
				<category><![CDATA[LiveCycle Designer]]></category>
		<category><![CDATA[LiveCycle ES]]></category>
		<category><![CDATA[LiveCycle Forms ES]]></category>
		<category><![CDATA[LiveCycle Output ES]]></category>
		<category><![CDATA[Designer]]></category>
		<category><![CDATA[Google Chart]]></category>
		<category><![CDATA[LiveCycle Output]]></category>

		<guid isPermaLink="false">http://www.drflex.eu/?p=20</guid>
		<description><![CDATA[Disease: What if you would like to present your customers with a more graphical view on tabular data, and generate documents that include pie-charts, bar-charts, etcetera. Prescription: LiveCycle ES offers various ways to include charts in the generated forms &#38; documents. This time I would like to highlight one alternative in particular. You can make [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Disease:</strong></p>
<p>What if you would like to present your customers with a more graphical view on tabular data, and generate documents that include pie-charts, bar-charts, etcetera.</p>
<p><strong>Prescription:</strong></p>
<p>LiveCycle ES offers various ways to include charts in the generated forms &amp; documents. This time I would like to highlight one alternative in particular. You can make use of <a title="Google Chart" href="http://code.google.com/apis/chart/" target="_blank">Google Chart </a>to call for the right charts. Google Chart makes use of a REST API. It&#8217;s a bit like a webservice, but uses simple URL&#8217;s to call remote functionality. If you use LiveCycle Designer ES, you can build  the right URL and call the Google Service from for instance an initialize event within the page. When the document is rendered, the resulting image is automatically included in your result. A very simple example of a URL for Google Chart is <a title="Google Chart Sample" href="http://chart.apis.google.com/chart?cht=p3&amp;chd=t:60,40&amp;chs=250x100&amp;chl=Hello|World" target="_blank"><code>http://chart.apis.google.com/chart?cht=p3&amp;chd=t:60,40&amp;chs=250x100&amp;chl=Hello|World</code></a></p>
<p>Now it is also possible include charts such as the one below in your template design.</p>
<p style="center;"><a href="http://www.drflex.eu/wp-content/uploads/2008/06/chart_sample.jpg" rel="lightbox[20]"><img class="alignnone size-full wp-image-21 aligncenter" src="http://www.drflex.eu/wp-content/uploads/2008/06/chart_sample.jpg" alt="Sample Chart in PDF" width="500" height="235" /></a></p>
<p>A full sample including the chart above can be downloaded <a title="Sample Document" href="https://share.acrobat.com/adc/document.do?docid=71b5df4c-9f74-48ef-a738-8ca0082ac0d3" target="_blank">here.</a></p>
<p><strong>Tip to stay healthy:</strong></p>
<p>I have created a sample for you that you can use yourself. The sample is also used for another post regarding organizing XML data in multiple columns, but since this is good data, a chart is right in context there. Download the package (including an xdp and 2 sample xml files) <a title="Chart Sample" href="https://share.acrobat.com/adc/document.do?docid=98d4e980-2a87-40ac-8a68-5afe3b5e0cdb" target="_blank">here</a>. This works stand-alone, but also when using the Output service in your LiveCycle Workbench ES. Please send me your results when you create some exciting charts in your templates.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.drflex.eu/2008/06/livecycle-output-es-including-charts-in-your-documents/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LiveCycle Designer Advanced: Organizing XML data in multiple columns</title>
		<link>http://www.drflex.eu/2008/06/livecycle-designer-advanced-organizing-xml-data-in-multiple-columns/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=livecycle-designer-advanced-organizing-xml-data-in-multiple-columns</link>
		<comments>http://www.drflex.eu/2008/06/livecycle-designer-advanced-organizing-xml-data-in-multiple-columns/#comments</comments>
		<pubDate>Mon, 02 Jun 2008 19:34:50 +0000</pubDate>
		<dc:creator>Marcel Van Espen</dc:creator>
				<category><![CDATA[LiveCycle Designer]]></category>
		<category><![CDATA[LiveCycle ES]]></category>
		<category><![CDATA[LiveCycle Forms ES]]></category>
		<category><![CDATA[LiveCycle Output ES]]></category>
		<category><![CDATA[Designer]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.drflex.eu/?p=17</guid>
		<description><![CDATA[Handling multipe rows of data in a LiveCycle Designer Template can be solved in a very easy manner. Using Content Areas instead of using tables adds a lot of flexibility to your design. Check out the samples that I provided.]]></description>
			<content:encoded><![CDATA[<p><strong>Disease:</strong></p>
<p>Let&#8217;s say you are a financial organization and you want to inform your customers about the value of their investment over the next 20 or 30 years in a simple one-page overview. When dealing with XML data the Table assistant is often used to make sure that the data rows are displayed in a nice manner. However, when you are dealing with 20 or 30 rows, the table grows bigger, and uses multiple pages. Here is an example of XML data that you might want to display in a consolidated way.</p>
<p><strong>Prescription:</strong></p>
<p>Besides the Table assistant to organize your XML data rows in a nice matter, Adobe LiveCycle Designer offers other features to handle this kind of data, and display it in a different way. Within the Object Library there is an object called &#8220;Content Area&#8221;, that offers a lot of flexibity to handle the challenge described above. The result of using Content Area&#8217;s look like this:</p>
<p style="center;"><a href="http://www.drflex.eu/wp-content/uploads/2008/06/datainkolommen.jpg" rel="lightbox[17]"><img class="alignnone size-medium wp-image-18 aligncenter" src="http://www.drflex.eu/wp-content/uploads/2008/06/datainkolommen.jpg" alt="Kolommen in template" /></a></p>
<p>A sample document of the result can be downloaded <a title="Financial Overview Sample Document" href="https://share.acrobat.com/adc/document.do?docid=71b5df4c-9f74-48ef-a738-8ca0082ac0d3" target="_blank">here</a>.</p>
<p><strong>Tip to stay healthy:</strong></p>
<p>I have created a template where I have used the technique above to populate 3 columns with data from an XML file. I have prepared a <a title="Financial Overview Sample" href="https://share.acrobat.com/adc/document.do?docid=98d4e980-2a87-40ac-8a68-5afe3b5e0cdb" target="_blank">document package that is downloadable</a> that includes the following documents:</p>
<ul>
<li>LiveCycle Designer template (You need LiveCycle Designer 8.x)</li>
<li>2 XML sample files you can use for previewing (So you can see the different behaviour of the form)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.drflex.eu/2008/06/livecycle-designer-advanced-organizing-xml-data-in-multiple-columns/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>LiveCycle Designer for dummies: Tip 1 &#8211; Don&#8217;t forget to Save As Adobe Dynamic XML Form</title>
		<link>http://www.drflex.eu/2008/06/livecycle-for-dummies-tip-1-dont-forget-to-save-as-adobe-dynamic-xml-form/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=livecycle-for-dummies-tip-1-dont-forget-to-save-as-adobe-dynamic-xml-form</link>
		<comments>http://www.drflex.eu/2008/06/livecycle-for-dummies-tip-1-dont-forget-to-save-as-adobe-dynamic-xml-form/#comments</comments>
		<pubDate>Sun, 01 Jun 2008 07:59:54 +0000</pubDate>
		<dc:creator>Waldo Smeets</dc:creator>
				<category><![CDATA[Dr LiveCycle Question]]></category>
		<category><![CDATA[LiveCycle Designer]]></category>
		<category><![CDATA[LiveCycle ES]]></category>
		<category><![CDATA[LiveCycle Forms ES]]></category>
		<category><![CDATA[dynamic pdf form]]></category>
		<category><![CDATA[pdf scripting]]></category>

		<guid isPermaLink="false">http://www.drflex.eu/?p=16</guid>
		<description><![CDATA[Disease: From scratch you have created your first PDF Form using Adobe LiveCycle Designer and you have defined an area where you on the fly want to render new form elements (for example an Add button to allow multiple lines of products to be added to an order form by the end user). You looked [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Disease:</strong><br />
From scratch you have created your first PDF Form using Adobe LiveCycle Designer and you have defined an area where you on the fly want to render new form elements (for example an Add button to allow multiple lines of products to be added to an order form by the end user).</p>
<p>You looked at other form examples and learned that you can use scripts like form.subform.instanceManager.addInstance() to create new instances of subforms on the page. However, when you Preview the form the new instance is not added to the page.</p>
<p><strong>Prescription:</strong><br />
The most common mistake &#8211; I&#8217;ve been there myself &#8211; is that newbies forget to save the form as an Adobe Dynamic XML Form.</p>
<p><strong>Tip to stay healthy:</strong><br />
There is a good collection of form samples available from the Adobe LiveCycle Designer Help menu. They are all located in the LiveCycle Designer ES installation folder in the directory \EN\Samples\.  Once you get more into scripting your forms you definitely should also check the <a href="http://www.adobe.com/devnet/livecycle/designer_scripting_samples.html" target="_blank">LiveCycle Designer Scripting Samples</a> that are available at <a href="http://www.adobe.com/devnet/livecycle/designer_scripting_samples.html" target="_blank">www.adobe.com/devnet/livecycle/designer_scripting_samples.html</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.drflex.eu/2008/06/livecycle-for-dummies-tip-1-dont-forget-to-save-as-adobe-dynamic-xml-form/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>



