<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:clearspace="http://www.jivesoftware.com/xmlns/clearspace/rss" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Adobe Community : Activity - Adobe LiveCycle</title>
    <link>http://forums.adobe.com/community/livecycle</link>
    <description>Recent activity in Adobe LiveCycle</description>
    <language>en</language>
    <pubDate>Thu, 23 May 2013 12:31:19 GMT</pubDate>
    <generator>Jive SBS 4.5.6.3  (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2013-05-23T12:31:19Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Vjay Reddy replied Re: Question about scripts in repeatbel sub-form objects</title>
      <link>http://forums.adobe.com/message/5345937#5345937</link>
      <description>&lt;!-- [DocumentBodyStart:d5725166-96d2-4e39-a004-cb92a7c42a84] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Actually i had written it in Javascript then i thought it is simple summing so i did it in FormCalc.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Good thing is it is working .. &lt;img height="16px" src="http://forums.adobe.com/4.5.6/images/emoticons/happy.gif" width="16px"/&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Vjay&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d5725166-96d2-4e39-a004-cb92a7c42a84] --&gt;</description>
      <category domain="http://forums.adobe.com/tags?containerType=?3&amp;container=-1">repeating_subforms</category>
      <pubDate>Thu, 23 May 2013 12:31:19 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/message/5345937#5345937</guid>
      <dc:date>2013-05-23T12:31:19Z</dc:date>
      <clearspace:dateToText>2 hours, 10 minutes ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>GeneveveX replied Re: Question about scripts in repeatbel sub-form objects</title>
      <link>http://forums.adobe.com/message/5345956#5345956</link>
      <description>&lt;!-- [DocumentBodyStart:004f1f67-1f75-4f1b-b702-baa61fccb784] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Vjay's solution works great! Essentially, take out all of your other programming on the individual fields, and hard script the field you want the sum to show on. By directly referencing the fields, Adobe is able to tell the difference between one instance and another and doesn't get them mixed up. (I have found for some of these dynamic functions, the Action Builder doesn't really work, so you need to code by hand)&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;My only suggestion, would be to perhaps modify Vjay's code a little, and use Javascript instead of Formcalc. We have run into the problem where if a user is using the form from a webserver or something and hasn't actually been saved to the user PC, the Formcalc scripts won't run, only Javascript. But it all depends on how you are using your forms.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Here is your line of code changed to Javascript, in case you want to make that change. (there's really not much difference at all)&lt;/p&gt;&lt;p&gt;this.rawValue = sum(CustomerTimeBD.Row1.Cell1.rawValue + CustomerTimeBD.Row1.Cell2.rawValue + CustomerTimeBD.Row2.Cell1.rawValue + CustomerTimeBD.Row2.Cell2.rawValue + CustomerTimeBD.Row3.Cell1.rawValue + CustomerTimeBD.Row3.Cell2.rawValue + CustomerTimeBD.Row4.Cell1.rawValue + CustomerTimeBD.Row4.Cell2.rawValue + CustomerTimeBD.Row5.Cell1.rawValue);&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:004f1f67-1f75-4f1b-b702-baa61fccb784] --&gt;</description>
      <category domain="http://forums.adobe.com/tags?containerType=?3&amp;container=-1">repeating_subforms</category>
      <pubDate>Thu, 23 May 2013 12:20:42 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/message/5345956#5345956</guid>
      <dc:date>2013-05-23T12:20:42Z</dc:date>
      <clearspace:dateToText>2 hours, 21 minutes ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>GeneveveX replied Re: Duplicating Signatures?</title>
      <link>http://forums.adobe.com/message/5345889#5345889</link>
      <description>&lt;!-- [DocumentBodyStart:df6b9b92-46c6-4689-8e38-3e5afddd1c2a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;blockquote class="jive-quote"&gt;&lt;p&gt;N Santosh Kumar wrote:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt; When a user applies digital signature then it is for the entire document (not a specific section of the document)&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;That's not entirely true; you can specify collections, and have the digital signature only apply to specific collections. That way different people can sign off on different fields of the form. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Worst case senario, we will just have the users sign twice, or just have the second signature field changed to a text field that reads something like "Original copy signed" when the first signature field is signed off on. However, I'd really like to get it so that signing one field automatically signs the second field as well. This will better mimic the usability of the form from paper carbon copies to a digital format.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;I hope this clarifies somewhat.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:df6b9b92-46c6-4689-8e38-3e5afddd1c2a] --&gt;</description>
      <category domain="http://forums.adobe.com/tags?containerType=?3&amp;container=-1">livecycle</category>
      <category domain="http://forums.adobe.com/tags?containerType=?3&amp;container=-1">duplicate</category>
      <category domain="http://forums.adobe.com/tags?containerType=?3&amp;container=-1">form</category>
      <category domain="http://forums.adobe.com/tags?containerType=?3&amp;container=-1">signature</category>
      <category domain="http://forums.adobe.com/tags?containerType=?3&amp;container=-1">copy</category>
      <category domain="http://forums.adobe.com/tags?containerType=?3&amp;container=-1">designer</category>
      <category domain="http://forums.adobe.com/tags?containerType=?3&amp;container=-1">duplicating</category>
      <pubDate>Thu, 23 May 2013 12:08:16 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/message/5345889#5345889</guid>
      <dc:date>2013-05-23T12:08:16Z</dc:date>
      <clearspace:dateToText>2 hours, 33 minutes ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Carmen Ri created Error installing LC ES3 SP2</title>
      <link>http://forums.adobe.com/thread/1217919</link>
      <description>&lt;!-- [DocumentBodyStart:4875a3eb-52b8-431a-becc-5e93daad631a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;We have a error installing LiveCycle ES3 SP2 on Linux RedHat Enterprise 5.5. Please, could someone help us?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;This is the end of stack error:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;&lt;em&gt;..... at com.zerog.ia.installer.AAMgrBase.e(DashoA10*..)&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; at com.zerog.ia.installer.AAMgrBase.n(DashoA10*..)&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; at com.zerog.ia.installer.ConsoleBasedAAMgr.a(DashoA10*..)&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; at com.zerog.ia.installer.AAMgrBase.e(DashoA10*..)&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; at com.zerog.ia.installer.AAMgrBase.n(DashoA10*..)&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; at com.zerog.ia.installer.ConsoleBasedAAMgr.a(DashoA10*..)&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; at com.zerog.ia.installer.AAMgrBase.m(DashoA10*..)&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; at com.zerog.ia.installer.LifeCycleManager.b(DashoA10*..)&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; at com.zerog.ia.installer.LifeCycleManager.a(DashoA10*..)&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; at com.zerog.ia.installer.Main.main(DashoA10*..)&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:60)&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java:37)&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; at java.lang.reflect.Method.invoke(Method.java:611)&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; at com.zerog.lax.LAX.launch(DashoA10*..)&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; at com.zerog.lax.LAX.main(DashoA10*..)&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; This Application has Unexpectedly Quit: Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX)&lt;/em&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4875a3eb-52b8-431a-becc-5e93daad631a] --&gt;</description>
      <pubDate>Thu, 23 May 2013 11:35:50 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/thread/1217919</guid>
      <dc:date>2013-05-23T11:35:50Z</dc:date>
      <clearspace:dateToText>3 hours, 5 minutes ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>varundua replied Re: Edit Patterns not reflected in the XML of a submitted Form</title>
      <link>http://forums.adobe.com/message/5345765#5345765</link>
      <description>&lt;!-- [DocumentBodyStart:f09f188a-775b-482a-b953-879d5fc6866e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Forms always submit the &lt;strong&gt;rawValue &lt;/strong&gt;not the display or edit value. Display and edit values are only used to display the value or accept the input with some formatting from the user. They are never submitted to the server&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;If you need to submit the display/edit value of a field say NumericField1 you need to have a seperate (hidden) text field TextField1 and in the calculate script of TextField1, you need to write&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;NumericField1.formattedValue ( or NumericField1.editValue&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;When the data will be submitted, TextField1 will have the value you require and you can use that.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f09f188a-775b-482a-b953-879d5fc6866e] --&gt;</description>
      <pubDate>Thu, 23 May 2013 10:25:21 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/message/5345765#5345765</guid>
      <dc:date>2013-05-23T10:25:21Z</dc:date>
      <clearspace:dateToText>4 hours, 16 minutes ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>brigitte-m replied Re: Silently deploy fully updated version of Livecycle ES3?</title>
      <link>http://forums.adobe.com/message/5345667#5345667</link>
      <description>&lt;!-- [DocumentBodyStart:f09f802d-a745-440b-bf4e-f2102e6900ec] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;a class="" href="http://forums.adobe.com/people/N+Santosh+Kumar"&gt;N Santosh Kumar, &lt;/a&gt;could you please state HOW to initiate a silent install? I can only find statements like yours above but NOT how to actually do the trick ...&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f09f802d-a745-440b-bf4e-f2102e6900ec] --&gt;</description>
      <category domain="http://forums.adobe.com/tags?containerType=?3&amp;container=-1">livecycle</category>
      <category domain="http://forums.adobe.com/tags?containerType=?3&amp;container=-1">es3_deployment</category>
      <pubDate>Thu, 23 May 2013 10:02:59 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/message/5345667#5345667</guid>
      <dc:date>2013-05-23T10:02:59Z</dc:date>
      <clearspace:dateToText>4 hours, 38 minutes ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>brigitte-m created Silent installation of LiveCycle ES3</title>
      <link>http://forums.adobe.com/thread/1217910</link>
      <description>&lt;!-- [DocumentBodyStart:1f1aca69-f125-45bc-bd3d-d403da2951c7] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;is there any information available on silently installing LiveCycle ES3 Workbench? &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;I could find several questions regarding this issue but not one answer :-(&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;best regards&lt;/p&gt;&lt;p&gt;Brigitte&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1f1aca69-f125-45bc-bd3d-d403da2951c7] --&gt;</description>
      <pubDate>Thu, 23 May 2013 09:33:24 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/thread/1217910</guid>
      <dc:date>2013-05-23T09:33:24Z</dc:date>
      <clearspace:dateToText>5 hours, 8 minutes ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>kvdvijaykumar replied Re: Adobe Certified Expert:LiveCycle ES2 Form Developer Exam</title>
      <link>http://forums.adobe.com/message/5345605#5345605</link>
      <description>&lt;!-- [DocumentBodyStart:cccb00ef-d46d-4b06-8396-887209e0ff22] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;This is the info that i got through some source:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 8pt;"&gt;&amp;#160; &lt;p&gt;If you have been exposed to LiveCycle Designer for at least one year and have hands on development experience, it is likely that you will able to pass the Form Developer exam with only a review of the preparation guide and the associated product documentation related to each of the topics. However, if you are new to LiveCycle Designer, you should plan on several months of use before being prepared to pass this certification.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;/span&gt;&lt;/p&gt;&lt;dir&gt;&lt;/dir&gt;&lt;dir&gt;&lt;/dir&gt;&lt;dir&gt;&lt;/dir&gt;&lt;dir&gt;&lt;/dir&gt;&lt;dir&gt;&lt;/dir&gt;&lt;dir&gt;&lt;/dir&gt;&lt;dir&gt;&lt;/dir&gt;&lt;dir&gt;&lt;/dir&gt;&lt;dir&gt;&lt;/dir&gt;&lt;p&gt;&lt;span style=": ; font-size: 1;"&gt;&lt;dir&gt;&lt;/dir&gt;&lt;/span&gt;&lt;span style=": ; font-size: 1;"&gt;&lt;dir&gt;&lt;/dir&gt;&lt;/span&gt;&lt;span style=": ; font-size: 1;"&gt;&lt;dir&gt;&lt;/dir&gt;&lt;/span&gt;&lt;span style=": ; font-size: 1;"&gt;&lt;dir&gt;&lt;/dir&gt;&lt;/span&gt;&lt;span style=": ; font-size: 1;"&gt;&lt;dir&gt;&lt;/dir&gt;&lt;/span&gt;&lt;span style=": ; font-size: 1;"&gt;&lt;dir&gt;&lt;/dir&gt;&lt;/span&gt;&lt;span style=": ; font-size: 1;"&gt;&lt;dir&gt;&lt;/dir&gt;&lt;/span&gt;&lt;span style=": ; font-size: 1;"&gt;&lt;dir&gt;&lt;/dir&gt;&lt;/span&gt;&lt;span style=": ; font-size: 1;"&gt;&lt;dir&gt;&lt;/dir&gt;&lt;/span&gt;&lt;span style=": ; font-size: 1;"&gt;&lt;dir&gt;&lt;/dir&gt;&lt;/span&gt;&lt;/p&gt;&lt;dir&gt;&lt;p&gt;&lt;strong style="font-size: 12pt;"&gt;&lt;p&gt;Exam Topics&lt;/p&gt;&lt;/strong&gt;&lt;span style="font-size: 8pt; font-family: Adobe Clean,Adobe Clean;"&gt;&lt;p&gt;Following is a detailed outline of the information covered on the exam.&lt;/p&gt;&lt;/span&gt;&lt;strong style="font-size: 8pt;"&gt;&lt;p&gt;Understanding template types&lt;/p&gt;&lt;strong style="font-size: 8pt;"&gt;&lt;strong style=": ; font-size: 1;"&gt;&lt;dir&gt;&lt;/dir&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;dir&gt;&lt;span style="font-family: Adobe Clean,Adobe Clean; font-size: 8pt;"&gt;&lt;dir&gt;&lt;span style="font-family: Adobe Clean,Adobe Clean; font-size: 8pt;"&gt;&lt;p&gt;&amp;bull; Given an output file type in LiveCycle Designer, describe the differences between those output types (Output types include: XDP, static PDF, dynamic PDF, TDS)&lt;/p&gt;&lt;p&gt;&amp;bull; Given a form type, describe the characteristics of the form type (Form types include: static, dynamic, print, interactive, Acroform, artwork)&lt;/p&gt;&lt;/span&gt;&lt;/dir&gt;&lt;/span&gt;&lt;/dir&gt;&lt;strong style="font-size: 8pt;"&gt;&lt;p&gt;Working with XFA&lt;/p&gt;&lt;strong style="font-size: 8pt;"&gt;&lt;strong style=": ; font-size: 1;"&gt;&lt;dir&gt;&lt;/dir&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;dir&gt;&lt;span style="font-family: Adobe Clean,Adobe Clean; font-size: 8pt;"&gt;&lt;dir&gt;&lt;span style="font-family: Adobe Clean,Adobe Clean; font-size: 8pt;"&gt;&lt;p&gt;&amp;bull; Describe the XFA object model (Topics include: hierarchy, subform types, referenced objects, variables)&lt;/p&gt;&lt;p&gt;&amp;bull; Given a DOM, describe the functionality of that DOM (DOMs include: data, form, template, layout)&lt;/p&gt;&lt;p&gt;&amp;bull; Describe the rendering process of an XDP to a PDF&lt;/p&gt;&lt;/span&gt;&lt;/dir&gt;&lt;/span&gt;&lt;/dir&gt;&lt;strong style="font-size: 8pt;"&gt;&lt;p&gt;Importing other file formats&lt;/p&gt;&lt;strong style="font-size: 8pt;"&gt;&lt;strong style=": ; font-size: 1;"&gt;&lt;dir&gt;&lt;/dir&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;dir&gt;&lt;span style="font-family: Adobe Clean,Adobe Clean; font-size: 8pt;"&gt;&lt;dir&gt;&lt;span style="font-family: Adobe Clean,Adobe Clean; font-size: 8pt;"&gt;&lt;p&gt;&amp;bull; Importing an existing PDF into LiveCycle Designer&lt;/p&gt;&lt;p&gt;&amp;bull; Given a file format, import that file into LiveCycle Designer (File formats include: .IFD, .DOC, .XSN, .XFT)&lt;/p&gt;&lt;strong&gt;&lt;p&gt;Working with Master pages and page flows&lt;/p&gt;&lt;dir&gt;&lt;/dir&gt;&lt;p&gt;&amp;bull; Explain the purpose of Master pages&lt;/p&gt;&lt;p&gt;&amp;bull; Given a Master page property, describe the functionality of the property (Properties include: orientation, paper type, page occurrence)&lt;/p&gt;&lt;p&gt;&amp;bull; Explain the purpose of the Content area&lt;/p&gt;&lt;p&gt;&amp;bull; Controlling pagination on a form&lt;/p&gt;&lt;p&gt;&amp;bull; Creating page sets and page set properties&lt;/p&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/dir&gt;&lt;/span&gt;&lt;/dir&gt;&lt;strong style="font-size: 8pt;"&gt;&lt;p&gt;Working with data connections&lt;/p&gt;&lt;strong style="font-size: 8pt;"&gt;&lt;strong style=": ; font-size: 1;"&gt;&lt;dir&gt;&lt;/dir&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;dir&gt;&lt;span style="font-family: Adobe Clean,Adobe Clean; font-size: 8pt;"&gt;&lt;dir&gt;&lt;span style="font-family: Adobe Clean,Adobe Clean; font-size: 8pt;"&gt;&lt;p&gt;&amp;bull; Given a data connection, describe that data connection (Data connection types include: schema, XML sample file, WSDL, Adobe Data Model)&lt;/p&gt;&lt;p&gt;&amp;bull; Binding objects to data sources. (methods include: import and export binding, data binding, best practices for binding, relative vs. explicit binding)&lt;/p&gt;&lt;/span&gt;&lt;/dir&gt;&lt;/span&gt;&lt;/dir&gt;&lt;strong style="font-size: 8pt;"&gt;&lt;p&gt;Laying out a form&lt;/p&gt;&lt;strong style="font-size: 8pt;"&gt;&lt;strong style=": ; font-size: 1;"&gt;&lt;dir&gt;&lt;/dir&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;dir&gt;&lt;span style="font-family: Adobe Clean,Adobe Clean; font-size: 8pt;"&gt;&lt;dir&gt;&lt;span style="font-family: Adobe Clean,Adobe Clean; font-size: 8pt;"&gt;&lt;p&gt;&amp;bull; Given a layout tool, explain the purpose of that layout too. (layout tools include: Justification, Alignment, Distribute, Make Same Size)&lt;/p&gt;&lt;p&gt;&amp;bull; Given a drawing aid, explain the purpose of that drawing aid (Drawing aids include: Show Grid, Snap to Grid, Show object boundaries, Interval)&lt;/p&gt;&lt;p&gt;&amp;bull; Given a form, set properties for that form (Properties include: Default, Preview, PDF Security, Save options)&lt;/p&gt;&lt;p&gt;&amp;bull; Create and explain the purpose of custom libraries (Includes: Adding objects to custom libraries)&lt;/p&gt;&lt;p&gt;&amp;bull; Set the tab order of fields by using the Tab Order tool&lt;/p&gt;&lt;/span&gt;&lt;/dir&gt;&lt;/span&gt;&lt;/dir&gt;&lt;strong style="font-size: 8pt;"&gt;&lt;p&gt;Designing dynamic forms&lt;/p&gt;&lt;strong style="font-size: 8pt;"&gt;&lt;strong style=": ; font-size: 1;"&gt;&lt;dir&gt;&lt;/dir&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;dir&gt;&lt;span style="font-family: Adobe Clean,Adobe Clean; font-size: 8pt;"&gt;&lt;dir&gt;&lt;span style="font-family: Adobe Clean,Adobe Clean; font-size: 8pt;"&gt;&lt;p&gt;&amp;bull; Describe the content flow of a subform (position vs. flowed)&lt;/p&gt;&lt;p&gt;&amp;bull; Describe the relationship between parent subforms and child subforms (position vs. flowed)&lt;/p&gt;&lt;p&gt;&amp;bull; Given a page overflow condition, explain how you would handle that condition&lt;/p&gt;&lt;p&gt;&amp;bull; Programmatically control repeating elements of a dynamic form by using the instanceManager&lt;/p&gt;&lt;p&gt;&amp;bull; Control properties of a subform programmatically and via the UI (includes: min count, max count, initial count, repeat subform, expand to fit)&lt;/p&gt;&lt;p&gt;&amp;bull; Create and use subform sets&lt;/p&gt;&lt;/span&gt;&lt;/dir&gt;&lt;/span&gt;&lt;/dir&gt;&lt;strong style="font-size: 8pt;"&gt;&lt;p&gt;Adding form intelligence&lt;/p&gt;&lt;strong style="font-size: 8pt;"&gt;&lt;strong style=": ; font-size: 1;"&gt;&lt;dir&gt;&lt;/dir&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;dir&gt;&lt;span style="font-family: Adobe Clean,Adobe Clean; font-size: 8pt;"&gt;&lt;dir&gt;&lt;span style="font-family: Adobe Clean,Adobe Clean; font-size: 8pt;"&gt;&lt;p&gt;&amp;bull; Generating scripts by using Action Builder&lt;/p&gt;&lt;p&gt;&amp;bull; Set validation patterns on a field (Patterns include: display, edit, validation, data)&lt;/p&gt;&lt;/span&gt;&lt;/dir&gt;&lt;/span&gt;&lt;/dir&gt;&lt;strong style="font-size: 8pt;"&gt;&lt;p&gt;Scripting&lt;/p&gt;&lt;strong style="font-size: 8pt;"&gt;&lt;strong style=": ; font-size: 1;"&gt;&lt;dir&gt;&lt;/dir&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;dir&gt;&lt;span style="font-family: Adobe Clean,Adobe Clean; font-size: 8pt;"&gt;&lt;dir&gt;&lt;span style="font-family: Adobe Clean,Adobe Clean; font-size: 8pt;"&gt;&lt;p&gt;&amp;bull; Given a property in the Script Editor, explain the purpose of that property (properties include: language, run at, show, enable event propagation)&lt;/p&gt;&lt;p&gt;&amp;bull; Given a form property, explain the purpose of that property (properties include: preserve scripting changes to form when saved, preview options, variables, form validation, enforce strict scoping rules in JavaScript)&lt;/p&gt;&lt;p&gt;&amp;bull; Given a form, locate a script&lt;/p&gt;&lt;p&gt;&amp;bull; Understand the SOM expressions within LiveCycle Designer&lt;/p&gt;&lt;p&gt;&amp;bull; Debugging scripts (Includes: activating the JavaScript console, writing to the console, interpreting a message from the console, using the Report palette, syntax checker)&lt;/p&gt;&lt;p&gt;&amp;bull; Interacting with a DOM&lt;/p&gt;&lt;/span&gt;&lt;/dir&gt;&lt;/span&gt;&lt;/dir&gt;&lt;strong style="font-size: 8pt;"&gt;&lt;p&gt;Submitting data&lt;/p&gt;&lt;strong style="font-size: 8pt;"&gt;&lt;strong style=": ; font-size: 1;"&gt;&lt;dir&gt;&lt;/dir&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;dir&gt;&lt;span style="font-family: Adobe Clean,Adobe Clean; font-size: 8pt;"&gt;&lt;dir&gt;&lt;span style="font-family: Adobe Clean,Adobe Clean; font-size: 8pt;"&gt;&lt;p&gt;&amp;bull; Understand the data submission options (Options include: submit to URL, submit as, signed submission, include)&lt;/p&gt;&lt;p&gt;&amp;bull; Submitting a form via email (Options include: using mailDoc, using mailto, using an email submit button)&lt;/p&gt;&lt;p&gt;&amp;bull; Acknowledge a response from a data submission&lt;/p&gt;&lt;strong&gt;&lt;p&gt;Designing with fragments&lt;/p&gt;&lt;dir&gt;&lt;/dir&gt;&lt;p&gt;&amp;bull; Creating a fragment (includes: in place vs. convert to embedded object)&lt;/p&gt;&lt;p&gt;&amp;bull; Given a fragment library property, explain the purpose of that property (properties include: show fragment preview, fragment info, fragment library location)&lt;/p&gt;&lt;p&gt;&amp;bull; Optimize binding in a fragment (Absolute vs. relative)&lt;/p&gt;&lt;p&gt;&amp;bull; Rendering a fragment within a form&lt;/p&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/dir&gt;&lt;/span&gt;&lt;/dir&gt;&lt;strong style="font-size: 8pt;"&gt;&lt;p&gt;Integrating with LiveCycle Server&lt;/p&gt;&lt;strong style="font-size: 8pt;"&gt;&lt;strong style=": ; font-size: 1;"&gt;&lt;dir&gt;&lt;/dir&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;dir&gt;&lt;span style="font-family: Adobe Clean,Adobe Clean; font-size: 8pt;"&gt;&lt;p&gt;&lt;dir&gt;&lt;span style="font-family: Adobe Clean,Adobe Clean; font-size: 8pt;"&gt;&lt;p&gt;&amp;bull; Given an object in the library, explain the purpose of that object (objects include: form bridge, process fields, insertion point)&lt;/p&gt;&lt;p&gt;&amp;bull; Given a form property, explain how to use that property (properties include: target version, PDF render format, PDF security tab)&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;&lt;strong style="font-size: 12pt;"&gt; Thanks,&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong style="font-size: 12pt;"&gt;VJ&lt;/strong&gt;&lt;/p&gt;&lt;/span&gt;&lt;/dir&gt;&lt;/p&gt;&lt;/span&gt;&lt;/dir&gt;&lt;/p&gt;&lt;/dir&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:cccb00ef-d46d-4b06-8396-887209e0ff22] --&gt;</description>
      <category domain="http://forums.adobe.com/tags?containerType=?3&amp;container=-1">livecycle</category>
      <category domain="http://forums.adobe.com/tags?containerType=?3&amp;container=-1">#livecycle_designer</category>
      <pubDate>Thu, 23 May 2013 09:05:23 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/message/5345605#5345605</guid>
      <dc:date>2013-05-23T09:05:23Z</dc:date>
      <clearspace:dateToText>5 hours, 36 minutes ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>George Florentin replied Re: Best place to store a big XML.</title>
      <link>http://forums.adobe.com/message/5345512#5345512</link>
      <description>&lt;!-- [DocumentBodyStart:b3669a13-22c7-49c7-b4d8-e6027c46425a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Here is my situation more detailed:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;I have a form with a schema binded to it's fields.&lt;/p&gt;&lt;p&gt;I have 4 dropdowns and a text field. (the text field is the last one)&lt;/p&gt;&lt;p&gt;I have a global variable which contains an XML.&lt;/p&gt;&lt;p&gt;I have some JavaScript functions which parse the XML and extract data (with XPATH) to populate the first drop down.&lt;/p&gt;&lt;p&gt;When the user selects a value from the dropdown, I extract again data from the XML stored in the global variable to populate the 2nd drop down and so on until the last field.&lt;/p&gt;&lt;p&gt;Everything is at the client side, no servers involved yet.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;What I need is a place to store my XML from which I query data to populate my dropdowns. The Global Variable has a limit of ~32.000 chars and a text field has a limit of ~30.000 chars.&lt;/p&gt;&lt;p&gt;My production XML has &amp;gt; 100.000 chars.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Unfortunately I cannot give the XML, because it contains personal data.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b3669a13-22c7-49c7-b4d8-e6027c46425a] --&gt;</description>
      <category domain="http://forums.adobe.com/tags?containerType=?3&amp;container=-1">javascript</category>
      <category domain="http://forums.adobe.com/tags?containerType=?3&amp;container=-1">xml</category>
      <category domain="http://forums.adobe.com/tags?containerType=?3&amp;container=-1">character_limit</category>
      <category domain="http://forums.adobe.com/tags?containerType=?3&amp;container=-1">global_variable</category>
      <category domain="http://forums.adobe.com/tags?containerType=?3&amp;container=-1">store_xml</category>
      <category domain="http://forums.adobe.com/tags?containerType=?3&amp;container=-1">source_xml</category>
      <category domain="http://forums.adobe.com/tags?containerType=?3&amp;container=-1">dropdown_fields</category>
      <category domain="http://forums.adobe.com/tags?containerType=?3&amp;container=-1">field_limit</category>
      <category domain="http://forums.adobe.com/tags?containerType=?3&amp;container=-1">global_variable_limit</category>
      <category domain="http://forums.adobe.com/tags?containerType=?3&amp;container=-1">big_xml</category>
      <pubDate>Thu, 23 May 2013 08:15:16 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/message/5345512#5345512</guid>
      <dc:date>2013-05-23T08:15:16Z</dc:date>
      <clearspace:dateToText>6 hours, 26 minutes ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Vjay Reddy replied Re: Question about scripts in repeatbel sub-form objects</title>
      <link>http://forums.adobe.com/message/5345496#5345496</link>
      <description>&lt;!-- [DocumentBodyStart:cfa5e91d-9b3c-4af8-b7c1-40fe0b1d95ca] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi Ameeth,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Please find below link which has your document.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="https://workspaces.acrobat.com/?d=OEkwisQ99LXgJ4e9GrCnZg" rel="nofollow"&gt;https://workspaces.acrobat.com/?d=OEkwisQ99LXgJ4e9GrCnZg&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Hope this works fine.. &lt;img height="16px" src="http://forums.adobe.com/4.5.6/images/emoticons/happy.gif" width="16px"/&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;I am not sure why you created those functions?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Let me know if you need any clarification.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p&gt;Vjay&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:cfa5e91d-9b3c-4af8-b7c1-40fe0b1d95ca] --&gt;</description>
      <category domain="http://forums.adobe.com/tags?containerType=?3&amp;container=-1">repeating_subforms</category>
      <pubDate>Thu, 23 May 2013 07:47:38 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/message/5345496#5345496</guid>
      <dc:date>2013-05-23T07:47:38Z</dc:date>
      <clearspace:dateToText>6 hours, 54 minutes ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Bradc82 replied Re: Date fields to populate other fields</title>
      <link>http://forums.adobe.com/message/5345428#5345428</link>
      <description>&lt;!-- [DocumentBodyStart:0570785a-b256-4e7e-9f42-3d70bdcec226] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;img src=""/&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0570785a-b256-4e7e-9f42-3d70bdcec226] --&gt;</description>
      <pubDate>Thu, 23 May 2013 06:56:45 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/message/5345428#5345428</guid>
      <dc:date>2013-05-23T06:56:45Z</dc:date>
      <clearspace:dateToText>7 hours, 45 minutes ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Bradc82 created Date fields to populate other fields</title>
      <link>http://forums.adobe.com/thread/1217804</link>
      <description>&lt;!-- [DocumentBodyStart:13ff87d7-0119-4c44-a691-3b6da2767b56] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;I have a form where a client is required to enter a Departure Time in a field and Departure Date in a field.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Also required is a Return time and Date in seperate fields.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;I have this set up, but i have another section that is meant to auto populate when these dates are selected.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;So if departure date is entered as 31/05/2013 and Return Date is entered as 06/06/2013 i need a table to populate with the all of the dates from depart ro return.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;1st Section&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Depart date field 31/05/2013 &lt;/p&gt;&lt;p&gt;Return date field 06/06/2013&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;2nd Section&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;date field - 31/05/2013&lt;/p&gt;&lt;p&gt;date field - 01/06/2013&lt;/p&gt;&lt;p&gt;date field - 02/06/2013&lt;/p&gt;&lt;p&gt;date field - 03/06/2013&lt;/p&gt;&lt;p&gt;date field - 04/06/2013&lt;/p&gt;&lt;p&gt;date field - 05/06/2013&lt;/p&gt;&lt;p&gt;date field - 06/06/2013&lt;/p&gt;&lt;p&gt;&lt;a href="DatenTime.JPG"&gt;&lt;img alt="DatenTime.JPG" class="jive-image-thumbnail jive-image" onclick="" src="DatenTime.JPG" width="450"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:13ff87d7-0119-4c44-a691-3b6da2767b56] --&gt;</description>
      <pubDate>Thu, 23 May 2013 06:51:03 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/thread/1217804</guid>
      <dc:date>2013-05-23T06:51:03Z</dc:date>
      <clearspace:dateToText>7 hours, 50 minutes ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>SaketSidana replied Re: Using Formcalc to calculate Days between Dates</title>
      <link>http://forums.adobe.com/message/5345398#5345398</link>
      <description>&lt;!-- [DocumentBodyStart:442c09b7-6bac-4ad3-99c0-dfc78b81c68f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Write the foll. formcalc script to get the number of days in a numeric field. You can write this script on exit event of the second date time field.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;// form1.sf1.DateField2::exit - (FormCalc, client)&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;&lt;p&gt;form1.sf1.NumericField2.rawValue = Date2Num(DateField1, "YYYY-MM-DD") - Date2Num(DateField2, "YYYY-MM-DD");&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Hope this helps.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:442c09b7-6bac-4ad3-99c0-dfc78b81c68f] --&gt;</description>
      <category domain="http://forums.adobe.com/tags?containerType=?3&amp;container=-1">script</category>
      <category domain="http://forums.adobe.com/tags?containerType=?3&amp;container=-1">calculation</category>
      <category domain="http://forums.adobe.com/tags?containerType=?3&amp;container=-1">date</category>
      <category domain="http://forums.adobe.com/tags?containerType=?3&amp;container=-1">formcalc</category>
      <pubDate>Thu, 23 May 2013 06:29:20 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/message/5345398#5345398</guid>
      <dc:date>2013-05-23T06:29:20Z</dc:date>
      <clearspace:dateToText>8 hours, 12 minutes ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>EvoM2 replied Re: Fill in Form Problems and Signing Problem</title>
      <link>http://forums.adobe.com/message/5345336#5345336</link>
      <description>&lt;!-- [DocumentBodyStart:66495f52-d42c-43cc-a321-3feeb52e812c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi Boscobenko,&lt;/p&gt;&lt;p&gt;Do you have Acrobat also?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;If so...&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Once you have finished your development in Livecycle, you can open the file in Acrobat and then go to &lt;/p&gt;&lt;p&gt;File&amp;gt;SaveAs&amp;gt;ReaderExtendedPDF&amp;gt;Enable Additional Features...&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;As I&amp;#160; understand it this should reapply the additional features you originally had on the form like signing, adding comments, allowing whole PDF submission, etc.&lt;/p&gt;&lt;p&gt;I'd save under a different file name initially to test out if that gives you the solution.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;I hope that helps.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Best Regards&lt;/p&gt;&lt;p&gt;Chris&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:66495f52-d42c-43cc-a321-3feeb52e812c] --&gt;</description>
      <pubDate>Thu, 23 May 2013 05:44:03 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/message/5345336#5345336</guid>
      <dc:date>2013-05-23T05:44:03Z</dc:date>
      <clearspace:dateToText>8 hours, 57 minutes ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Siddharth.Jain replied Re: Livecycle ES4 could not access CQ welcome page</title>
      <link>http://forums.adobe.com/message/5345170#5345170</link>
      <description>&lt;!-- [DocumentBodyStart:a946a368-4013-4365-be26-2620258de1e3] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Removing the directory will mean that some of the product components will not work. If you do not need such components (Mobile Forms and Form Manager), then on module selection screen, you can remove these components along with content repository. That ways CRX will not be installed nor any components which use it&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a946a368-4013-4365-be26-2620258de1e3] --&gt;</description>
      <pubDate>Thu, 23 May 2013 05:07:43 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/message/5345170#5345170</guid>
      <dc:date>2013-05-23T05:07:43Z</dc:date>
      <clearspace:dateToText>9 hours, 34 minutes ago</clearspace:dateToText>
      <clearspace:replyCount>10</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Subrahmanya Kumar Giliyaru replied Re: OutOfMemoryError Deploying Application from LiveCycle ES2 Workbench</title>
      <link>http://forums.adobe.com/message/5345229#5345229</link>
      <description>&lt;!-- [DocumentBodyStart:019120a4-1874-4045-93f9-a9bfa8b5ee9d] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi Diego,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Would you be able to share the specific file which creates this problem?&lt;/p&gt;&lt;p&gt;If it is not a confidential thing, then you could mail it to me at giliyaru at adobe dot com.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Regards&lt;/p&gt;&lt;p&gt;Subra&lt;/p&gt;&lt;p&gt;LC team&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:019120a4-1874-4045-93f9-a9bfa8b5ee9d] --&gt;</description>
      <pubDate>Thu, 23 May 2013 04:54:02 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/message/5345229#5345229</guid>
      <dc:date>2013-05-23T04:54:02Z</dc:date>
      <clearspace:dateToText>9 hours, 47 minutes ago</clearspace:dateToText>
      <clearspace:replyCount>10</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>aheda replied Re: The javascript functions are working correctly, but still get scripting error messages</title>
      <link>http://forums.adobe.com/message/5345217#5345217</link>
      <description>&lt;!-- [DocumentBodyStart:768dd283-dfb6-446d-98c9-f33df6583947] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;can you please share the error messages.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:768dd283-dfb6-446d-98c9-f33df6583947] --&gt;</description>
      <pubDate>Thu, 23 May 2013 04:25:54 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/message/5345217#5345217</guid>
      <dc:date>2013-05-23T04:25:54Z</dc:date>
      <clearspace:dateToText>10 hours, 15 minutes ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>N Santosh Kumar replied Re: Duplicating Signatures?</title>
      <link>http://forums.adobe.com/message/5345195#5345195</link>
      <description>&lt;!-- [DocumentBodyStart:ed31f811-e6dc-409d-b6c8-69a35c142a82] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;There is some difference between the usual paper and ink signatures and digital signatures.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;When a user applies digital signature then it is for the entire document (not a specific section of the document)&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;You might change the flow to copy the content to read-only section and ask users to apply digital signature on both the fields (though technically it is not needed)&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;--Santosh&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ed31f811-e6dc-409d-b6c8-69a35c142a82] --&gt;</description>
      <category domain="http://forums.adobe.com/tags?containerType=?3&amp;container=-1">livecycle</category>
      <category domain="http://forums.adobe.com/tags?containerType=?3&amp;container=-1">duplicate</category>
      <category domain="http://forums.adobe.com/tags?containerType=?3&amp;container=-1">form</category>
      <category domain="http://forums.adobe.com/tags?containerType=?3&amp;container=-1">signature</category>
      <category domain="http://forums.adobe.com/tags?containerType=?3&amp;container=-1">copy</category>
      <category domain="http://forums.adobe.com/tags?containerType=?3&amp;container=-1">designer</category>
      <category domain="http://forums.adobe.com/tags?containerType=?3&amp;container=-1">duplicating</category>
      <pubDate>Thu, 23 May 2013 04:06:19 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/message/5345195#5345195</guid>
      <dc:date>2013-05-23T04:06:19Z</dc:date>
      <clearspace:dateToText>10 hours, 35 minutes ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>N Santosh Kumar replied Re: Fill in Form Problems and Signing Problem</title>
      <link>http://forums.adobe.com/message/5345191#5345191</link>
      <description>&lt;!-- [DocumentBodyStart:5b6f687c-bc1c-45b5-be45-78e11557856f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;It means the integrity of the document has been broken.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Applying Reader Extensions is like applying digital signature with some allowed changes , If any changes are made to the document that are not in the allowed list (if document is tampered) then the reader extension signature would break.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;What changes have been made to the document? Please&amp;#160; elaborate on how the document is created and what all changes have been made to it before it got in to current state.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;--Santosh&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5b6f687c-bc1c-45b5-be45-78e11557856f] --&gt;</description>
      <pubDate>Thu, 23 May 2013 03:50:25 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/message/5345191#5345191</guid>
      <dc:date>2013-05-23T03:50:25Z</dc:date>
      <clearspace:dateToText>10 hours, 51 minutes ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>EvoM2 created Presence of child objects different to that of parent subform creating a validation error(ES2)?</title>
      <link>http://forums.adobe.com/thread/1217695</link>
      <description>&lt;!-- [DocumentBodyStart:27565e3a-8619-43f2-b850-f96dc4e22344] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi All,&lt;/p&gt;&lt;p&gt;I've been able to change the mandatory state of an object based on its visibility like:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;//javascript&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;//currentObject is passed as a var to this code in a function &lt;/span&gt;&lt;/p&gt;&lt;p&gt;if (currentObject.presence == "visible")// if the object is visible then make it mandatory&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; {&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; currentObject.validate.nullTest = "error"; //make mandarory&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; }&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; else //else if it's not visible it must not be mandatory&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; {&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; currentObject.mandatory = "disabled"; //make it non-mandatory &lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; }&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;This is okay if this is applied directly to the object as it's reading just the specific objects presence.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;The problem I'm experiencing is if there are multiple fields in a subform and using an action I'm hiding the subform based on a condition (also working fine),&lt;/p&gt;&lt;p&gt;but when I go to validate the form on submit or with execValidate(), the presence state of the of the subform (hidden) is not cascading to the child fields in the subform.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;That is, the subform and all fields contained herein are hidden on screen (works fine), but when I go to submit the form it is failing validation because these fields inside the subform are somehow still maintaing a presence of visible.&lt;/p&gt;&lt;p&gt;I've tested this with a dialogue to show me the value of the presence of the fields contained in the hidden subform and they are still showing "visible".&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;I'm guessing logic wise I would have to read the parent object from the current object to check if the parent is visible or not.&amp;#160; The issue will arise with a subform, in a subform containing the fields.&amp;#160; This indicates I'd have to read the parents visibility up the branch recurrsively but I don't know how.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Any suggestions or solutions would be greatly appreciated.&lt;/p&gt;&lt;p&gt;Thank you.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Best Regards&lt;/p&gt;&lt;p&gt;Chris&amp;#160; &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:27565e3a-8619-43f2-b850-f96dc4e22344] --&gt;</description>
      <pubDate>Thu, 23 May 2013 02:57:48 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/thread/1217695</guid>
      <dc:date>2013-05-23T02:57:48Z</dc:date>
      <clearspace:dateToText>11 hours, 44 minutes ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Ameeth Palla created Question about scripts in repeatbel sub-form objects</title>
      <link>http://forums.adobe.com/thread/1217686</link>
      <description>&lt;!-- [DocumentBodyStart:0f12e4b3-c854-4e74-88ef-d1393470b4ec] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;&amp;#160; I am working on creating a form which has a sub-form that can be repeated as many times as the user wants to. There is an &amp;#8216;Add&amp;rsquo; button which creates an instance of the sub-form on the form, when clicked.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;On the sub-form I have 5 numeric fields say a1-a5 and 1 field say b1 which is the sum of all these 5 fields.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;On the Main form I have a 2 fields - say t1 and f1. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;The requirement is t1=f1+b1+(sub-form instance 2&amp;rsquo;s b1)+(sub-form instance 3&amp;rsquo;s b1)+ and so on &amp;#8230;depending on as many sub-form instances there are that the user adds.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;I have created Actions using the Action Builder such that when any of a1 to a5 fields are exited, b1 will be updated with the sum of a1-a5. At the same time t1 will be updated with sum of f1 and b1.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;This works great for 1 instance of the sub-form. But when &amp;#8216;Add&amp;rsquo; is clicked and a second instance of the sub-form is added, then the script does not work as it did for the first instance of the sub-form. So for any instances of the sub-form added, when values are added to a1-a5 and the fields are existed, b1 does not get updated.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;How can I fix this?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;See attached form that I am creating for clarity. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;&amp;#8216;Total Hours worked this week&amp;rsquo; is the t1 I was talking about. See how it gets updated when values are entered in any of the hour fields. It works fine with the default instance of the T100/Strategic/Advantage Customer Information sub-form as well. But when I click on &amp;#8216;Add Customer&amp;rsquo; button to add another instance of the sub-form, it does not work as expected.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Please let me know if it is still not clear and I can explain the issue.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0f12e4b3-c854-4e74-88ef-d1393470b4ec] --&gt;</description>
      <pubDate>Thu, 23 May 2013 01:31:01 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/thread/1217686</guid>
      <dc:date>2013-05-23T01:31:01Z</dc:date>
      <clearspace:dateToText>13 hours, 10 minutes ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>ChayimB created Text Form Field Automatic Rename / Numbering? Need help!</title>
      <link>http://forums.adobe.com/thread/1217608</link>
      <description>&lt;!-- [DocumentBodyStart:7ec9c463-9faf-4dba-90ad-31ed2fc7b5f9] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span style="font-size: 10.5pt; font-family: Arial, sans-serif;"&gt;B"H&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10.5pt; font-family: Arial, sans-serif;"&gt;In Acrobat XI, using a pre-existing PDF made from tables within MS-Word, with hundreds of pages &amp;ndash; and 50 or so answers per page (school workbook style Q&amp;amp;A lines and tables with just the bottom line visible for the answer). &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10.5pt; font-family: Arial, sans-serif;"&gt;I tried first with Live Cycle and it created some of the form fields - leaving me most to create myself.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10.5pt; font-family: Arial, sans-serif;"&gt;As make one page and copy the fields from page to page, the field names are the same - therefore the data in the response is duplicated. Help tells me I need to rename each form field - how can I rename all the forms at once, or must I (please say no) rename them one at a time? There are thousands of unique answers and I need a way to automate the renaming - or a better solution. How do I automatically rename 1000&amp;rsquo;s of text fields?&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10.5pt; font-family: Arial, sans-serif;"&gt;Someone mentioned something about creating a Java script - about which I know nothing - but is that the solution? If yes &amp;ndash; can someone tell me how to apply the script?&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10.5pt; font-family: Arial, sans-serif;"&gt;Also - if I get one PDF numbered, can I copy / paste form fields from one PDF to another? Assuming they are similar in size and shape etc. just to benefit from not having to number them all again.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10.5pt; font-family: Arial, sans-serif;"&gt;OR:&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10.5pt; font-family: Arial, sans-serif;"&gt;As these files were first opened in LiveCyle from a PDF I made from a MS - Word doc - with thousands of tables&amp;#160; as - some were recognized in LiveCyle - and numbered OK - &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10.5pt; font-family: Arial, sans-serif;"&gt;Must I go back to Word - and redo the "answer" boxes in a way that Adobe will recognize it as a form?&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10.5pt; font-family: Arial, sans-serif;"&gt;If yes, what is the defining criteria of a form in a blank PDF?&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10.5pt; font-family: Arial, sans-serif;"&gt;Or - can LiveCyle make a PDF form from within a Word Doc?&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10.5pt; font-family: Arial, sans-serif;"&gt;Thank you!&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10.5pt; font-family: Arial, sans-serif;"&gt;&amp;#160; - Chayim B. Alevsky&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7ec9c463-9faf-4dba-90ad-31ed2fc7b5f9] --&gt;</description>
      <pubDate>Wed, 22 May 2013 22:38:39 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/thread/1217608</guid>
      <dc:date>2013-05-22T22:38:39Z</dc:date>
      <clearspace:dateToText>16 hours, 3 minutes ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Jono Moore replied Re: Reader X failing on Save and Save As, after the form has been opened for  longer than an hour.</title>
      <link>http://forums.adobe.com/message/5344492#5344492</link>
      <description>&lt;!-- [DocumentBodyStart:a5920225-136e-42ef-a6df-28dc737c8986] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hey Connie! I imagine you should be able to send one my way. &lt;img height="16px" src="http://forums.adobe.com/4.5.6/images/emoticons/wink.gif" width="16px"/&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;I've got a VM with Reader X setup for testing, it's XP though not Vista but would be interesting to see if it happens there as well. There's probably an unused Vista machine around here I can play with too...&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a5920225-136e-42ef-a6df-28dc737c8986] --&gt;</description>
      <pubDate>Wed, 22 May 2013 21:51:43 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/message/5344492#5344492</guid>
      <dc:date>2013-05-22T21:51:43Z</dc:date>
      <clearspace:dateToText>16 hours, 50 minutes ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>jeanette614 replied Re: Can't copy or paste text into text field</title>
      <link>http://forums.adobe.com/message/5344378#5344378</link>
      <description>&lt;!-- [DocumentBodyStart:23c06742-54eb-4870-8159-3a9c7c51926a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I just tried this and it worked. Here is how I have my text field formatted. I have it set to allow multiple lines in the Object tab Field. Then I selected "Expand to Fit" in the Height checkbox under the Layout tab. I then saved my form as an "Adobe Dynamic XML Form:" in the Save as Type box. Opened it in both Adobe Reader and Acrobat Pro and pasted (Control V) a paragraph of text that I took from a Word (Control C) document. All the text pasted just fine and the box expanded to accept it all.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Hope that helps.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:23c06742-54eb-4870-8159-3a9c7c51926a] --&gt;</description>
      <category domain="http://forums.adobe.com/tags?containerType=?3&amp;container=-1">pdf_fillable_forms</category>
      <category domain="http://forums.adobe.com/tags?containerType=?3&amp;container=-1">copy/paste</category>
      <pubDate>Wed, 22 May 2013 21:21:43 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/message/5344378#5344378</guid>
      <dc:date>2013-05-22T21:21:43Z</dc:date>
      <clearspace:dateToText>17 hours, 20 minutes ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>boscobenko created Fill in Form Problems and Signing Problem</title>
      <link>http://forums.adobe.com/thread/1217568</link>
      <description>&lt;!-- [DocumentBodyStart:1955a106-6e7c-42eb-8e24-28e6e4d63081] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;My form is built in LiveCyle with fillable form and 3 signature boxes.&amp;#160; I imported the form from a previous version.&amp;#160; It looks and acts fine in Livecyle, but when I open it in Adobe Reader you cannot fill it in nor sign it.&amp;#160; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;While in LiveCyle, I did not have an option to SAVE AS Adobe 8 Dynamic XML form.&amp;#160; The only option is Acrobat 8 Static or Acrobat 7 Static.&amp;#160; However, in Form Properties I can mark the XDP Preview as Adobe 8 Dynamic. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;When I open the file in Adobe Reader I get a warnng that&amp;#160; "This document enabled extended features in Adobe Reader.&amp;#160; The document has been changed since it w CREATED AND USE OF EXTENDED FEATURE IS NO LONGER ENABled.&amp;#160; Please contact the author of the original version of thie document.&amp;#160; &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1955a106-6e7c-42eb-8e24-28e6e4d63081] --&gt;</description>
      <pubDate>Wed, 22 May 2013 21:11:15 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/thread/1217568</guid>
      <dc:date>2013-05-22T21:11:15Z</dc:date>
      <clearspace:dateToText>17 hours, 30 minutes ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>jeanette614 replied Re: Combining two or more interactive forms</title>
      <link>http://forums.adobe.com/message/5344259#5344259</link>
      <description>&lt;!-- [DocumentBodyStart:b5e776aa-a201-4bde-9d1e-205510c42489] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;The only way to combine two LiveCycle forms is in Acrobat. There is a button at the top in Arobat Pro that say "Create". Click that and select PDF Portfolio from the bottom of that list. You can then pick how you would like your portfolio to look and work, and then click the "Add Files" button. You can add as many files as you need to. The display can be customized by changing the color themes, importing a background image or map and creating a custom header. The nice thing about a portfolio is that it can contain a variety of files, not just LiveCycle forms. You can import Word files, videos, music, whatever and when the user selects a file, it will open the native program that they have installed on their computer to run it. Individual pages can be extracted and saved to the user's computer, forms can be filled in and saved back to the portfolio.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;The portolio is then saved as a pdf and the total size is less than the sum of all of it's parts. It can then be emailed and opened by anyone with the free Adobe Reader. We use it to combine brochures and forms in the same pdf to make it easy for our clients to access everything they need. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Hope this helps.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b5e776aa-a201-4bde-9d1e-205510c42489] --&gt;</description>
      <pubDate>Wed, 22 May 2013 20:41:07 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/message/5344259#5344259</guid>
      <dc:date>2013-05-22T20:41:07Z</dc:date>
      <clearspace:dateToText>18 hours ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>nstopak replied Re: how to create a subform with several initialized rows?</title>
      <link>http://forums.adobe.com/message/5344176#5344176</link>
      <description>&lt;!-- [DocumentBodyStart:4f1ab9e4-1413-4175-9c59-3234e044d5d2] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I teased out a set of binding settings that seem to work for me:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;For the table check &lt;strong&gt;Repeat Table for Each Data Item&lt;/strong&gt; and &lt;strong&gt;Initial Count&lt;/strong&gt; and set the count to 1.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Select the table rows and in the binding tab set as described for the table.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Seems both of these are required, but I'm ready to believe there are other approaches that work.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Thanks again Srini!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4f1ab9e4-1413-4175-9c59-3234e044d5d2] --&gt;</description>
      <category domain="http://forums.adobe.com/tags?containerType=?3&amp;container=-1">livecycle_designer_es</category>
      <category domain="http://forums.adobe.com/tags?containerType=?3&amp;container=-1">repeating_subforms</category>
      <pubDate>Wed, 22 May 2013 20:32:06 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/message/5344176#5344176</guid>
      <dc:date>2013-05-22T20:32:06Z</dc:date>
      <clearspace:dateToText>18 hours, 9 minutes ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RobMcDougall replied Re: How to generate PDF from template via REST query</title>
      <link>http://forums.adobe.com/message/5344191#5344191</link>
      <description>&lt;!-- [DocumentBodyStart:ffb7f952-39eb-41f3-88dc-7b718ad42150] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Your best bet is to probably create an orchestration (or "process" in Adobe speak) that accepts two document parameters, calls LiveCycle Forms (or Output depending on whether you want to interactive or non-interactive PDF), and returns the resulting document variable.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;The orchestration will return a redirect that will point you to the document object.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;See &lt;a class="jive-link-external-small" href="http://help.adobe.com/en_US/livecycle/10.0/ProgramLC/WS624e3cba99b79e12e69a9941333732bac8-7fe5.html" rel="nofollow"&gt;Invoking LiveCycle using REST Requests&lt;/a&gt;, and &lt;a class="jive-link-external-small" href="http://help.adobe.com/en_US/livecycle/11.0/CreateFirstApp/index.html" rel="nofollow"&gt;Creating Your First LiveCycle ES4 Application&lt;/a&gt;.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Rob&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ffb7f952-39eb-41f3-88dc-7b718ad42150] --&gt;</description>
      <pubDate>Wed, 22 May 2013 20:27:06 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/message/5344191#5344191</guid>
      <dc:date>2013-05-22T20:27:06Z</dc:date>
      <clearspace:dateToText>18 hours, 14 minutes ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>JoshLURS replied Re: All fields snap to left margin when moving</title>
      <link>http://forums.adobe.com/message/5344056#5344056</link>
      <description>&lt;!-- [DocumentBodyStart:8c54413b-f39d-473e-adaf-1d19156aa908] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;No the subform is in fact set as positioned.&amp;#160; As soon as I try to reposition any element it just snaps to the left margin and stays there.&lt;/p&gt;&lt;p&gt;Just this one pdf that has this issue.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8c54413b-f39d-473e-adaf-1d19156aa908] --&gt;</description>
      <pubDate>Wed, 22 May 2013 19:48:49 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/message/5344056#5344056</guid>
      <dc:date>2013-05-22T19:48:49Z</dc:date>
      <clearspace:dateToText>18 hours, 53 minutes ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>J_Rizz created Using Formcalc to calculate Days between Dates</title>
      <link>http://forums.adobe.com/thread/1217467</link>
      <description>&lt;!-- [DocumentBodyStart:a6e9baea-b2fd-4c57-993c-b8ce2528907a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I received the following reply to my previous question, but need help applying it.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Use the following FormCalc script:&lt;/p&gt;&lt;p&gt;var numDays;&lt;/p&gt;&lt;p&gt;numDays = Date2Num("21/5/2012", "DD/M/YYYY") - Date2Num("19/5/2012", "DD/M/YYYY");&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;How do I apply in this situation?&amp;#160; I have a date field named "RehireDate" and a date field "SepDate."&amp;#160; I have a numeric field in which I want to subtract the RehireDate from the SepDate to get a specific number of days.&amp;#160; Do I substitute the dates in quotes above with my field names?&amp;#160; Also, how do I get the "DD/M/YYYY" date format?&amp;#160; I cannot find it in the Validation pattern.&amp;#160; &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a6e9baea-b2fd-4c57-993c-b8ce2528907a] --&gt;</description>
      <pubDate>Wed, 22 May 2013 19:46:01 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/thread/1217467</guid>
      <dc:date>2013-05-22T19:46:01Z</dc:date>
      <clearspace:dateToText>18 hours, 55 minutes ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>GeneveveX created Duplicating Signatures?</title>
      <link>http://forums.adobe.com/thread/1217459</link>
      <description>&lt;!-- [DocumentBodyStart:32a05272-56ac-4572-889c-f9f0d2d82891] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am working on creating a form with a "Carbon Copy" type of section on it; where the user fills out one section of the form, and it automatically duplicates to the second section.&lt;/p&gt;&lt;p&gt;Everything is going fine, except for the signature fields. The input section of the form has two signature fields which should be "copied" to the read-only section. I'm not certain how this can be accomplished with the signature fields.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Simply setting the value of one signature field to the value of another does not work, and signature fields do not allow for global data binding. I know that you can't un-sign a signature field without the original signing key--but since at the time of input you DO have the original signing key, is there a way to sign two signature fields at once? Any input on this would be greatly appreciated.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:32a05272-56ac-4572-889c-f9f0d2d82891] --&gt;</description>
      <pubDate>Wed, 22 May 2013 19:35:32 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/thread/1217459</guid>
      <dc:date>2013-05-22T19:35:32Z</dc:date>
      <clearspace:dateToText>19 hours, 6 minutes ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>nstopak replied Re: how to create a subform with several initialized rows?</title>
      <link>http://forums.adobe.com/message/5344027#5344027</link>
      <description>&lt;!-- [DocumentBodyStart:715b5994-acaf-4c90-8bbf-4a80e6fe6be9] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Thank you for the suggesting Srini.&amp;#160; I'm trying to implement but struggling with the scripting for the buttons and the binding settings.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;I've tried the following for the click action for the delete buttons in each row:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; ﻿﻿﻿this.parent.instanceManager.removeInstance(this.parent.index);&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;and this for the click action for the add button under the table:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; rate_table._Row1.addInstance(true);&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;When I click on delete the javascript debugger pops up and tells me:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;﻿﻿﻿﻿﻿&amp;#160;&amp;#160;&amp;#160;&amp;#160; ﻿﻿﻿GeneralError: Operation failed.&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; XFAObject.removeInstance:1:XFA:topmostSubform[0]:Page1[0]:rate_table[ 0]:Row2[0]:delete_button[0]:click&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; The element [min] has violated its allowable number of occurrences.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;and when I click the add button the debugger tells me:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; General Error: Operation failed.&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; XFAObject:addInstance:1:XFA:topmostSubform[0]:Page1[0]:#subform[16]:a dd_rates_button[0]:click&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; The element [max] has violated its allowable number of occurences.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Sounds like my binding settings are wrong, but I haven't been able to determine a correct combination.&amp;#160; Can you assist?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Thanks in advance!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:715b5994-acaf-4c90-8bbf-4a80e6fe6be9] --&gt;</description>
      <category domain="http://forums.adobe.com/tags?containerType=?3&amp;container=-1">livecycle_designer_es</category>
      <category domain="http://forums.adobe.com/tags?containerType=?3&amp;container=-1">repeating_subforms</category>
      <pubDate>Wed, 22 May 2013 19:31:17 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/message/5344027#5344027</guid>
      <dc:date>2013-05-22T19:31:17Z</dc:date>
      <clearspace:dateToText>19 hours, 10 minutes ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Connie1238544 replied Re: Reader X failing on Save and Save As, after the form has been opened for  longer than an hour.</title>
      <link>http://forums.adobe.com/message/5343853#5343853</link>
      <description>&lt;!-- [DocumentBodyStart:bb8cda18-eb37-49d8-af64-585eda04f38c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi Kyle,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Yes there is a lot of code within the forms. Mostly adding instances, and changing the presence on subforms. These particular forms do not have data connections, or execute any code from a server. The script all runs at the client level.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;I'm checking with the form content owners to see if I'm allowed to post any of them. If they give the okay then I'll put a sample up here.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;~Connie&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:bb8cda18-eb37-49d8-af64-585eda04f38c] --&gt;</description>
      <pubDate>Wed, 22 May 2013 19:01:50 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/message/5343853#5343853</guid>
      <dc:date>2013-05-22T19:01:50Z</dc:date>
      <clearspace:dateToText>19 hours, 39 minutes ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Nikki0469 replied Re: Another Percentage Issue</title>
      <link>http://forums.adobe.com/message/5343918#5343918</link>
      <description>&lt;!-- [DocumentBodyStart:ea8ffb1e-85ef-4a18-bf35-f1bf78457e2a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi - This is another one of those - I used your quote but it didn't turn out how i wanted it..&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;for example when you take 5800/4000 = 1.45 but I want it to say 45% instead of 1.45% . Also, how would i&amp;#160; have it display where its not rounding up the numbers?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;For example 5,850/4000 = 1.4625 = I want it to display 46.25% instead of 1.46%&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ea8ffb1e-85ef-4a18-bf35-f1bf78457e2a] --&gt;</description>
      <pubDate>Wed, 22 May 2013 18:56:49 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/message/5343918#5343918</guid>
      <dc:date>2013-05-22T18:56:49Z</dc:date>
      <clearspace:dateToText>19 hours, 45 minutes ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>gdrocell replied Re: What is Corresponding Java API Object for Task Result Collection?</title>
      <link>http://forums.adobe.com/message/5343893#5343893</link>
      <description>&lt;!-- [DocumentBodyStart:ed751d62-5fe6-4d13-99f6-d80e1d7e216c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;We have support services that we have written that are called from asychnronous services.&amp;#160; There are a bunch of services that we have written that take in a Task Result Collection, e.g. getTaskResultApprovers (Get the users who approved from the task result collection), getTaskResultData (Get the form xml data of a task result collection) etc.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;We are writing JUnit tests that are testing these services, and making sure they are functioning as supposed to.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ed751d62-5fe6-4d13-99f6-d80e1d7e216c] --&gt;</description>
      <pubDate>Wed, 22 May 2013 18:52:32 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/message/5343893#5343893</guid>
      <dc:date>2013-05-22T18:52:32Z</dc:date>
      <clearspace:dateToText>19 hours, 49 minutes ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Janene Smith created I need to make rows expand or grow so users can continue typing as much as they want.</title>
      <link>http://forums.adobe.com/thread/1217439</link>
      <description>&lt;!-- [DocumentBodyStart:665f258a-b9c1-470c-8db9-b895d4f8f7f0] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I need to make rows expand or grow so users can continue typing as much as they want.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:665f258a-b9c1-470c-8db9-b895d4f8f7f0] --&gt;</description>
      <pubDate>Wed, 22 May 2013 18:47:01 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/thread/1217439</guid>
      <dc:date>2013-05-22T18:47:01Z</dc:date>
      <clearspace:dateToText>19 hours, 54 minutes ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>enippard1 created Dynamically adding a table at runtime</title>
      <link>http://forums.adobe.com/thread/1217406</link>
      <description>&lt;!-- [DocumentBodyStart:0aec9219-3430-4608-b49c-7f9c00318bff] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I would like to create a table in a form in Adobe LiveCycle Designer and give the end user the ability create multiple instances of that table at runtime. I have figured out how to dynamically add rows using buttons. I would like to be able to do the same with the entire table. I tried wrapping the table in a subform and then allowing repeat table for each data item. But this was greyed out in the object properties box. Any suggestions would be helpful &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0aec9219-3430-4608-b49c-7f9c00318bff] --&gt;</description>
      <pubDate>Wed, 22 May 2013 18:32:25 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/thread/1217406</guid>
      <dc:date>2013-05-22T18:32:25Z</dc:date>
      <clearspace:dateToText>20 hours, 9 minutes ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Srini Dhulipalla replied Re: how to create a subform with several initialized rows?</title>
      <link>http://forums.adobe.com/message/5343752#5343752</link>
      <description>&lt;!-- [DocumentBodyStart:0a01125b-34df-4bf8-aa75-fae5e2a9fbe2] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;If you have Columns and Rows, why not use a Table instead of Subform..&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Check the binding setting to "repeat Row for each data item".&lt;/p&gt;&lt;p&gt;Add the "Delete Row" button to each row in the last column.&lt;/p&gt;&lt;p&gt;Add the "Add Row" button below the Table.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Add Text Fields to the columns you want the data to be displayed/ modified by the user.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Hope this helps.&lt;/p&gt;&lt;p&gt;If not, let me know..&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p&gt;Srini&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0a01125b-34df-4bf8-aa75-fae5e2a9fbe2] --&gt;</description>
      <category domain="http://forums.adobe.com/tags?containerType=?3&amp;container=-1">livecycle_designer_es</category>
      <category domain="http://forums.adobe.com/tags?containerType=?3&amp;container=-1">repeating_subforms</category>
      <pubDate>Wed, 22 May 2013 18:16:17 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/message/5343752#5343752</guid>
      <dc:date>2013-05-22T18:16:17Z</dc:date>
      <clearspace:dateToText>20 hours, 25 minutes ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>nstopak replied Re: how to create a subform with several initialized rows?</title>
      <link>http://forums.adobe.com/message/5343667#5343667</link>
      <description>&lt;!-- [DocumentBodyStart:f45c4ed9-965a-4f65-a28a-bafed41f7d76] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Some text values that the user is free to modify.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f45c4ed9-965a-4f65-a28a-bafed41f7d76] --&gt;</description>
      <category domain="http://forums.adobe.com/tags?containerType=?3&amp;container=-1">livecycle_designer_es</category>
      <category domain="http://forums.adobe.com/tags?containerType=?3&amp;container=-1">repeating_subforms</category>
      <pubDate>Wed, 22 May 2013 18:04:22 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/message/5343667#5343667</guid>
      <dc:date>2013-05-22T18:04:22Z</dc:date>
      <clearspace:dateToText>20 hours, 37 minutes ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>dcidev replied Re: Reader X failing on Save and Save As, after the form has been opened for  longer than an hour.</title>
      <link>http://forums.adobe.com/message/5343654#5343654</link>
      <description>&lt;!-- [DocumentBodyStart:f9ecafd4-2494-4835-a551-a406314f0baa] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Is there any code in the background that is being executed? &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;I'd be interested in having a look if you could post it...&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Kyle&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f9ecafd4-2494-4835-a551-a406314f0baa] --&gt;</description>
      <pubDate>Wed, 22 May 2013 17:56:14 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/message/5343654#5343654</guid>
      <dc:date>2013-05-22T17:56:14Z</dc:date>
      <clearspace:dateToText>20 hours, 45 minutes ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>dcidev replied Re: how to create a subform with several initialized rows?</title>
      <link>http://forums.adobe.com/message/5343644#5343644</link>
      <description>&lt;!-- [DocumentBodyStart:6538c61f-ffa3-45e3-99d7-5b4ea5f4be8a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;What values are you trying to put in the column?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Kyle&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6538c61f-ffa3-45e3-99d7-5b4ea5f4be8a] --&gt;</description>
      <category domain="http://forums.adobe.com/tags?containerType=?3&amp;container=-1">livecycle_designer_es</category>
      <category domain="http://forums.adobe.com/tags?containerType=?3&amp;container=-1">repeating_subforms</category>
      <pubDate>Wed, 22 May 2013 17:47:49 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/message/5343644#5343644</guid>
      <dc:date>2013-05-22T17:47:49Z</dc:date>
      <clearspace:dateToText>20 hours, 54 minutes ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>dcidev replied Re: breakBefore method not working</title>
      <link>http://forums.adobe.com/message/5343610#5343610</link>
      <description>&lt;!-- [DocumentBodyStart:c5dfce41-f5a9-4b99-ad6c-d53a8531a483] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;!--[CodeBlockStart:755ea536-21cc-4ce4-a154-855be10b6b4f]--&gt;&lt;pre class="jive-pre"&gt;&lt;code class="jive-code jive-java"&gt;root.sub2[&lt;font color="red"&gt;"#breakBefore"&lt;/font&gt;].targetType = &lt;font color="red"&gt;"pageArea"&lt;/font&gt;;
 root.sub2[&lt;font color="red"&gt;"#breakBefore"&lt;/font&gt;].target = &lt;font color="red"&gt;"#Page2"&lt;/font&gt;;
 
xfa.layout.relayout();
&lt;/code&gt;&lt;/pre&gt;&lt;!--[CodeBlockEnd:755ea536-21cc-4ce4-a154-855be10b6b4f]--&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Give that a shot.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Kyle&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c5dfce41-f5a9-4b99-ad6c-d53a8531a483] --&gt;</description>
      <category domain="http://forums.adobe.com/tags?containerType=?3&amp;container=-1">break</category>
      <category domain="http://forums.adobe.com/tags?containerType=?3&amp;container=-1">deprecated</category>
      <category domain="http://forums.adobe.com/tags?containerType=?3&amp;container=-1">breakbefore</category>
      <category domain="http://forums.adobe.com/tags?containerType=?3&amp;container=-1">break.before</category>
      <pubDate>Wed, 22 May 2013 17:41:23 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/message/5343610#5343610</guid>
      <dc:date>2013-05-22T17:41:23Z</dc:date>
      <clearspace:dateToText>20 hours, 60 minutes ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Vjay Reddy replied Re: Editable PDF form, non-evident line break in a cell</title>
      <link>http://forums.adobe.com/message/5343607#5343607</link>
      <description>&lt;!-- [DocumentBodyStart:43290bf8-7d33-4f3c-901e-3025bf9cbe21] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;When i open your file i could see one XML file it doesnt contain the info what i need.&lt;/p&gt;&lt;p&gt;&lt;span&gt;Can you mail me your form to &lt;/span&gt;&lt;a class="jive-link-email-small" href="mailto:muchukotavijay@gmail.com" target="_blank"&gt;muchukotavijay@gmail.com&lt;/a&gt;&lt;span&gt;.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Vjay&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:43290bf8-7d33-4f3c-901e-3025bf9cbe21] --&gt;</description>
      <category domain="http://forums.adobe.com/tags?containerType=?3&amp;container=-1">interactive_pdf</category>
      <category domain="http://forums.adobe.com/tags?containerType=?3&amp;container=-1">line_break</category>
      <pubDate>Wed, 22 May 2013 17:37:12 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/message/5343607#5343607</guid>
      <dc:date>2013-05-22T17:37:12Z</dc:date>
      <clearspace:dateToText>21 hours, 4 minutes ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Srini Dhulipalla replied Re: Best place to store a big XML.</title>
      <link>http://forums.adobe.com/message/5343581#5343581</link>
      <description>&lt;!-- [DocumentBodyStart:46c7200a-9568-422c-87ff-b0f4e816db51] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;If you are rendering the form using server components, it would be better keep the data in the XML itself instead of storing it in a field on the form. You can always reference the data in the form XML in any script. There are different ways on how you can reference the data in the form XML. So please let me know what you would like to do with XML, then I can help you.. Send me the XML as well.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;If you need to send a large file, send it to &lt;a class="jive-link-email-small" href="mailto:LiveCycle9@gmail.com"&gt;LiveCycle9@gmail.com&lt;/a&gt;.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p&gt;Srini&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:46c7200a-9568-422c-87ff-b0f4e816db51] --&gt;</description>
      <category domain="http://forums.adobe.com/tags?containerType=?3&amp;container=-1">javascript</category>
      <category domain="http://forums.adobe.com/tags?containerType=?3&amp;container=-1">xml</category>
      <category domain="http://forums.adobe.com/tags?containerType=?3&amp;container=-1">character_limit</category>
      <category domain="http://forums.adobe.com/tags?containerType=?3&amp;container=-1">global_variable</category>
      <category domain="http://forums.adobe.com/tags?containerType=?3&amp;container=-1">store_xml</category>
      <category domain="http://forums.adobe.com/tags?containerType=?3&amp;container=-1">source_xml</category>
      <category domain="http://forums.adobe.com/tags?containerType=?3&amp;container=-1">dropdown_fields</category>
      <category domain="http://forums.adobe.com/tags?containerType=?3&amp;container=-1">field_limit</category>
      <category domain="http://forums.adobe.com/tags?containerType=?3&amp;container=-1">global_variable_limit</category>
      <category domain="http://forums.adobe.com/tags?containerType=?3&amp;container=-1">big_xml</category>
      <pubDate>Wed, 22 May 2013 17:36:06 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/message/5343581#5343581</guid>
      <dc:date>2013-05-22T17:36:06Z</dc:date>
      <clearspace:dateToText>21 hours, 5 minutes ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Srini Dhulipalla replied Re: addresses in email submit not showing</title>
      <link>http://forums.adobe.com/message/5343575#5343575</link>
      <description>&lt;!-- [DocumentBodyStart:1a45be62-89ee-48e9-a121-ed57f2f7ef23] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Margaret,&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; The issue could be with the path you are using to reference those two fields. Check the path is correct.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Also, It would be easy to have the data to be taken into variables, before you use them in the send email function.&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; This way you can place print the values in the messageBox and verify if they are correct..&amp;#160;&amp;#160; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; For example:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; var strToAddress, strCCAddress, strSubject, strMessage&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; strToAddress = "&lt;a class="jive-link-email-small" href="mailto:name@follett.com"&gt;name@follett.com&lt;/a&gt;; " + "&lt;a class="jive-link-email-small" href="mailto:name@follett.com"&gt;name@follett.com&lt;/a&gt;;";&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; strCCAddress =&amp;#160; page1.injuredInfo.injuryInfo.descField.rawValue + ";" + &lt;br/&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; page1.injuredInfo.injuryInfo.gvpEmail.rawValue + ";" + &lt;br/&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; "&lt;a class="jive-link-email-small" href="mailto:name@follett.com"&gt;name@follett.com&lt;/a&gt;; " + "&lt;a class="jive-link-email-small" href="mailto:name@follett.com"&gt;name@follett.com&lt;/a&gt;; " + &lt;br/&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; "&lt;a class="jive-link-email-small" href="mailto:name@follett.com"&gt;name@follett.com&lt;/a&gt;;"+ "&lt;a class="jive-link-email-small" href="mailto:name@follett.com"&gt;name@follett.com&lt;/a&gt;;" + &lt;br/&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; "&lt;a class="jive-link-email-small" href="mailto:name@follett.com"&gt;name@follett.com&lt;/a&gt;;" + "&lt;a class="jive-link-email-small" href="mailto:name@follett.com"&gt;name@follett.com&lt;/a&gt;";&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; xfa.host.messageBox("strCCAddress = " + strCCAddress);&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; strSubject = "Incident Report - " + page1.incidentInfo.incidentType.formattedValue;&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; strMessage = "";&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; event.target.submitForm({cURL:"mailto:"+ strToAddress + "?cc=" + strCCAddress + "&amp;amp;subject=" + strSubject + "&amp;amp;body=" + strMessage,cSubmitAs:"PDF",cCharset:"utf-8"});&lt;/p&gt;&lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p&gt;Srini&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1a45be62-89ee-48e9-a121-ed57f2f7ef23] --&gt;</description>
      <pubDate>Wed, 22 May 2013 17:29:00 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/message/5343575#5343575</guid>
      <dc:date>2013-05-22T17:29:00Z</dc:date>
      <clearspace:dateToText>21 hours, 12 minutes ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>WASIL replied Re: What is Corresponding Java API Object for Task Result Collection?</title>
      <link>http://forums.adobe.com/message/5343571#5343571</link>
      <description>&lt;!-- [DocumentBodyStart:a5d192b8-cc9e-4b24-8aac-81a32ce1e6d3] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Which service you are trying to invoke which requires Task Result Collection ?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a5d192b8-cc9e-4b24-8aac-81a32ce1e6d3] --&gt;</description>
      <pubDate>Wed, 22 May 2013 17:24:22 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/message/5343571#5343571</guid>
      <dc:date>2013-05-22T17:24:22Z</dc:date>
      <clearspace:dateToText>21 hours, 17 minutes ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Connie1238544 created Reader X failing on Save and Save As, after the form has been opened for  longer than an hour.</title>
      <link>http://forums.adobe.com/thread/1217308</link>
      <description>&lt;!-- [DocumentBodyStart:586b04cd-a8e6-45d8-b509-f616f0a171cc] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I'm wondering if anyone else has had this happen or maybe can offer a solution. I have several Dynamic XML forms designed in LiveCycle ES2 v9 that since our ministry switched to Reader X have been failing. At first, the save button greys out (even though new information has been inputed) and the form will only save as. Then the save as function will start to fail if the form is left open. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Our users are running Reader 10.1 on Windows Vista and so far its only users that have left it open longer than two hours, or over night. These forms have been Reader extended and at first save without issue.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Unfortunately, just telling the users not to leave it open isn't an option. We just need Reader X to work.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Thanks in advance for any information you can share about this.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;~Connie&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:586b04cd-a8e6-45d8-b509-f616f0a171cc] --&gt;</description>
      <pubDate>Wed, 22 May 2013 16:43:08 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/thread/1217308</guid>
      <dc:date>2013-05-22T16:43:08Z</dc:date>
      <clearspace:dateToText>21 hours, 58 minutes ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>shaynedesign1 created The javascript functions are working correctly, but still get scripting error messages</title>
      <link>http://forums.adobe.com/thread/1217331</link>
      <description>&lt;!-- [DocumentBodyStart:accaef84-2491-4b68-b00e-02bd74b8041e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;When you open or run any javascript functions in this form, error messages pop up, but functions work correctly. Anyone that can help me get rid of error messages? Screenshots are attached.&lt;img src=""/&gt;&lt;img src=""/&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:accaef84-2491-4b68-b00e-02bd74b8041e] --&gt;</description>
      <pubDate>Wed, 22 May 2013 16:27:21 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/thread/1217331</guid>
      <dc:date>2013-05-22T16:27:21Z</dc:date>
      <clearspace:dateToText>22 hours, 14 minutes ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>dcidev replied Re: Changing background fill color based on Radio Button selections</title>
      <link>http://forums.adobe.com/message/5343316#5343316</link>
      <description>&lt;!-- [DocumentBodyStart:33cf6c45-727b-4885-91f4-1dd470a003d8] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Try this:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;!--[CodeBlockStart:7b917136-7e3b-405d-a7fc-94ec91a27449]--&gt;&lt;pre class="jive-pre"&gt;&lt;code class="jive-code jive-java"&gt;var bStop=&lt;font color="navy"&gt;&lt;b&gt;false&lt;/b&gt;&lt;/font&gt;;
&lt;font color="navy"&gt;&lt;b&gt;for&lt;/b&gt;&lt;/font&gt; (var i=0;i&amp;lt;this.resolveNode(&lt;font color="red"&gt;"#field"&lt;/font&gt;).classAll.length;i++)&lt;font color="navy"&gt;{&lt;/font&gt;
 &lt;font color="navy"&gt;&lt;b&gt;if&lt;/b&gt;&lt;/font&gt; (bStop)
&amp;#160; this.resolveNode(&lt;font color="red"&gt;"#field["&lt;/font&gt;+i+&lt;font color="red"&gt;"]"&lt;/font&gt;).border.fill.presence=&lt;font color="red"&gt;"hidden"&lt;/font&gt;;
 &lt;font color="navy"&gt;&lt;b&gt;else&lt;/b&gt;&lt;/font&gt;
&amp;#160; this.resolveNode(&lt;font color="red"&gt;"#field["&lt;/font&gt;+i+&lt;font color="red"&gt;"]"&lt;/font&gt;).border.fill.presence=&lt;font color="red"&gt;"visible"&lt;/font&gt;;
 &lt;font color="navy"&gt;&lt;b&gt;if&lt;/b&gt;&lt;/font&gt; (!this.resolveNode(&lt;font color="red"&gt;"#field["&lt;/font&gt;+i+&lt;font color="red"&gt;"]"&lt;/font&gt;).isNull)
&amp;#160; bStop = &lt;font color="navy"&gt;&lt;b&gt;true&lt;/b&gt;&lt;/font&gt;;
&lt;font color="navy"&gt;}&lt;/font&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;!--[CodeBlockEnd:7b917136-7e3b-405d-a7fc-94ec91a27449]--&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Kyle&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:33cf6c45-727b-4885-91f4-1dd470a003d8] --&gt;</description>
      <pubDate>Wed, 22 May 2013 16:18:31 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/message/5343316#5343316</guid>
      <dc:date>2013-05-22T16:18:31Z</dc:date>
      <clearspace:dateToText>22 hours, 23 minutes ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>JoeMiz455455 created Edit Patterns not reflected in the XML of a submitted Form</title>
      <link>http://forums.adobe.com/thread/1217286</link>
      <description>&lt;!-- [DocumentBodyStart:624fad07-2602-4530-8d9a-c59da5bd2e6d] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Using LiveCycle E2 V9.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;The display and or Edit Patterns are not reflected in the XML of a submitted form.&lt;/p&gt;&lt;p&gt;While these display properly on the Adobe form on-screen, e.g. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;$150,000.00&lt;/strong&gt; when the fields are are submitted the XML tag as reflects &lt;strong&gt;150000.000000&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;The fields are defined as Numeric, but since they will only display on the resulting ASP.Net page, they do not necessarily have to be numeric, they could be a text field too.. with a dollar edit?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Please advise whether there is something that I am doing incorrectly and or a fix for this?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Thank you!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:624fad07-2602-4530-8d9a-c59da5bd2e6d] --&gt;</description>
      <pubDate>Wed, 22 May 2013 16:04:58 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>http://forums.adobe.com/thread/1217286</guid>
      <dc:date>2013-05-22T16:04:58Z</dc:date>
      <clearspace:dateToText>22 hours, 36 minutes ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

