Quantcast
Channel: Adobe Community : All Content - LiveCycle Designer
Viewing all 5571 articles
Browse latest View live

Livecycle ES2 Crashing a Lot

$
0
0

I'm trying to make a new form for work and LC keeps crashing. Sometimes it's good for a day or two, but then I'll move a field or tweek the script and BAM it's crashed on me. It's becoming really frustrating. Something that should have taken me a week to do, is now going 2 week.

 

This error I keep getting. Anyone else having the same problems and if so, how did you fix the problem?

 

TIA, DanilivecycleError2.jpg


How do I create a submit button for my form? I would like it to send the completed PDF to an email address

$
0
0

Hi everyone,

I recently upgraded to Adobe XI and I can't find a "submit by email" button for my form. I created a button and tried to set up some actions but, I can only get the button to direct the user to a URL. How do I make it send the completed PDF to our designated company email address? I'm not too familiar with JAVASCRIPTS so I haven't tried that plus I heard it may not work with users with adobe reader.

 

Any help would be appreciated.

 

Thanks,

 

Matt

Choice Subform Set - Edit Alternatives - Not working?

$
0
0

I have read about the use of Choice Subform Sets.  I have wrapped 2 suborms within a choice subform set.  Then from the subform set tab in the object palette, I am choosing the Edit Alternatives option.  Within Edit Alternatives, I select 'Choose Subform Whose Name Matches Data Element or Attribute'.  I then name the alternative subforms to "opt1" and "opt2".  I have also added a data node in my data xml with the same name.  For example, <opt1>T<opt1>.

If I understand the Adobe "help" screen for this subject correctly, rendering my xml data file with this template (this is not an interactive form) by previewing should work.  However, it is not.  Only the first subform and it's objects display regardless of which one is first.

 

Thanks in advance for your help.

 

Brian

FormCalc If Statement -- Shows no error, but still doesn't work

$
0
0
I have the following code, which, when I validate it, doesn't show any errors, and yet it isn't working:
//Generate Selector Code from Account Type
If (AccountType.rawValue eq 1 or AccountType.rawValue eq 3)
     then (SelectorCode.rawValue eq 147);
     elseif  (AccountType.rawValue eq 2)
     then (SelectorCode.rawValue eq 247);
     else (SelectorCode.rawValue eq 347);
     endif
Any ideas where I'm going wrong?
Thanks much

I don't want user to be able to save a form if a Social Security Number is left blank.

$
0
0

I don't want user to be able to save a form if a Social Security Number is left blank. Is there a code to handle this?

Chinese Language Support Package ?

$
0
0

When users try to open my distributed forms using Adobe Reader 9 they get an alert box which states:

 

'You need to install the Traditional Chinese Language Support Package to view or fill in this form.  If you continue without installing this package the form will not work correctly'

 

Is there anything within LiveCycle Designer which can be changed to prevent this message from appearing when users try to open the form ?

 

Here is the script of my form, I have very little experience of Java Script but I cannot see any ref. to Chinese ?

 

Any Help would be greatly appreciated......

 

leSetxmlns="http://www.xfa.org/schema/xfa-locale-set/2.7/">

   <localename="en_IE" desc="English (Ireland)">

      <calendarSymbolsname="gregorian">

         <monthNames>

            <month>January</month>

            <month>February</month>

            <month>March</month>

            <month>April</month>

            <month>May</month>

            <month>June</month>

            <month>July</month>

            <month>August</month>

            <month>September</month>

            <month>October</month>

            <month>November</month>

            <month>December</month>

         </monthNames>

         <monthNamesabbr="1">

            <month>Jan</month>

            <month>Feb</month>

            <month>Mar</month>

            <month>Apr</month>

            <month>May</month>

            <month>Jun</month>

            <month>Jul</month>

            <month>Aug</month>

            <month>Sep</month>

            <month>Oct</month>

            <month>Nov</month>

            <month>Dec</month>

         </monthNames>

         <dayNames>

            <day>Sunday</day>

            <day>Monday</day>

            <day>Tuesday</day>

            <day>Wednesday</day>

            <day>Thursday</day>

            <day>Friday</day>

            <day>Saturday</day>

         </dayNames>

         <dayNamesabbr="1">

            <day>Sun</day>

            <day>Mon</day>

            <day>Tue</day>

            <day>Wed</day>

            <day>Thu</day>

            <day>Fri</day>

            <day>Sat</day>

         </dayNames>

         <meridiemNames>

            <meridiem>AM</meridiem>

            <meridiem>PM</meridiem>

         </meridiemNames>

         <eraNames>

            <era>BC</era>

            <era>AD</era>

         </eraNames>

      </calendarSymbols>

      <datePatterns>

         <datePatternname="full">EEEE D MMMM YYYY</datePattern>

         <datePatternname="long">D MMMM YYYY</datePattern>

         <datePatternname="med">D MMM YYYY</datePattern>

         <datePatternname="short">DD/MM/YYYY</datePattern>

      </datePatterns>

      <timePatterns>

         <timePatternname="full">HH:MM:SS Z</timePattern>

         <timePatternname="long">HH:MM:SS Z</timePattern>

         <timePatternname="med">HH:MM:SS</timePattern>

         <timePatternname="short">HH:MM</timePattern>

      </timePatterns>

      <dateTimeSymbols>GyMdkHmsSEDFwWahKzZ</dateTimeSymbols>

      <numberPatterns>

         <numberPatternname="numeric">z,zz9.zzz</numberPattern>

         <numberPatternname="currency">$z,zz9.99</numberPattern>

         <numberPatternname="percent">z,zz9%</numberPattern>

      </numberPatterns>

      <numberSymbols>

         <numberSymbolname="decimal">.</numberSymbol>

         <numberSymbolname="grouping">,</numberSymbol>

         <numberSymbolname="percent">%</numberSymbol>

         <numberSymbolname="minus">-</numberSymbol>

         <numberSymbolname="zero">0</numberSymbol>

      </numberSymbols>

      <currencySymbols>

         <currencySymbolname="symbol">€</currencySymbol>

         <currencySymbolname="isoname">EUR</currencySymbol>

         <currencySymbolname="decimal">.</currencySymbol>

      </currencySymbols>

      <typefaces>

         <typefacename="Myriad Pro"/>

         <typefacename="Minion Pro"/>

         <typefacename="Courier Std"/>

         <typefacename="Adobe Pi Std"/>

         <typefacename="Adobe Hebrew"/>

         <typefacename="Adobe Arabic"/>

         <typefacename="Adobe Thai"/>

         <typefacename="Kozuka Gothic Pro-VI M"/>

         <typefacename="Kozuka Mincho Pro-VI R"/>

         <typefacename="Adobe Ming Std L"/>

         <typefacename="Adobe Song Std L"/>

         <typefacename="Adobe Myungjo Std M"/>

      </typefaces>

   </locale>

</localeSet>

<x:xmpmetaxmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.2-c001 63.139439, 2011/06/07-10:39:26        ">

   <rdf:RDFxmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">

      <rdf:Descriptionxmlns:xmp="http://ns.adobe.com/xap/1.0/" rdf:about="">

         <xmp:MetadataDate>2013-02-18T13:05Z</xmp:MetadataDate>

         <xmp:CreatorTool>Adobe LiveCycle Designer ES 10.0</xmp:CreatorTool>

         <xmp:ModifyDate>2013-02-18T12:45:51Z</xmp:ModifyDate>

         <xmp:CreateDate>2013-02-04T16:07:57Z</xmp:CreateDate>

      </rdf:Description>

      <rdf:Descriptionxmlns:pdf="http://ns.adobe.com/pdf/1.3/" rdf:about="">

         <pdf:Producer>Adobe LiveCycle Designer ES 10.0</pdf:Producer>

      </rdf:Description>

      <rdf:Descriptionxmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" rdf:about="">

         <xmpMM:DocumentID>uuid:188235a3-4254-437a-900b-093d54210675</xmpMM:DocumentID>

         <xmpMM:InstanceID>uuid:ab7663ec-1f8f-4282-bf48-7b5c799eba1f</xmpMM:InstanceID>

      </rdf:Description>

      <rdf:Descriptionxmlns:dc="http://purl.org/dc/elements/1.1/" rdf:about="">

         <dc:format>application/pdf</dc:format>

         <dc:date>

            <rdf:Seq>

               <rdf:lirdf:parseType="Resource">

                  <rdf:value>23/01/2013 14:28:00</rdf:value>

                  <dc:element-refinement>dc:created</dc:element-refinement>

               </rdf:li>

               <rdf:lirdf:parseType="Resource">

                  <rdf:value>23/01/2013 14:28:00</rdf:value>

                  <dc:element-refinement>dc:issued</dc:element-refinement>

               </rdf:li>

            </rdf:Seq>

         </dc:date>

         <dc:creator>

            <rdf:Seq>

               <rdf:li>gdoherty</rdf:li>

            </rdf:Seq>

         </dc:creator>

         <dc:title>

            <rdf:Alt>

               <rdf:lixml:lang="x-default">Suitability Assessment Questionnaire</rdf:li>

            </rdf:Alt>

         </dc:title>

      </rdf:Description>

      <rdf:Descriptionxmlns:desc="http://ns.adobe.com/xfa/promoted-desc/" rdf:about="">

         <desc:templaterdf:parseType="Resource">

            <rdf:value>Normal</rdf:value>

            <desc:ref>/template/subform[1]</desc:ref>

         </desc:template>

         <desc:contactrdf:parseType="Resource">

            <rdf:value>gdoherty</rdf:value>

            <desc:ref>/template/subform[1]</desc:ref>

         </desc:contact>

         <desc:revisionrdf:parseType="Resource">

            <rdf:value>2</rdf:value>

            <desc:ref>/template/subform[1]</desc:ref>

         </desc:revision>

         <desc:versionrdf:parseType="Resource">

            <rdf:value>Microsoft Office Word</rdf:value>

            <desc:ref>/template/subform[1]</desc:ref>

         </desc:version>

         <desc:lastsavedrdf:parseType="Resource">

            <rdf:value>24/01/2013 09:22:00</rdf:value>

            <desc:ref>/template/subform[1]</desc:ref>

         </desc:lastsaved>

         <desc:totaleditrdf:parseType="Resource">

            <rdf:value>15</rdf:value>

            <desc:ref>/template/subform[1]</desc:ref>

         </desc:totaledit>

         <desc:pagesrdf:parseType="Resource">

            <rdf:value>22</rdf:value>

            <desc:ref>/template/subform[1]</desc:ref>

         </desc:pages>

         <desc:wordsrdf:parseType="Resource">

            <rdf:value>5409</rdf:value>

            <desc:ref>/template/subform[1]</desc:ref>

         </desc:words>

         <desc:charactersrdf:parseType="Resource">

            <rdf:value>29581</rdf:value>

            <desc:ref>/template/subform[1]</desc:ref>

         </desc:characters>

         <desc:securityrdf:parseType="Resource">

            <rdf:value>4</rdf:value>

            <desc:ref>/template/subform[1]</desc:ref>

         </desc:security>

         <desc:departmentrdf:parseType="Resource">

            <rdf:value> dcc</rdf:value>

            <desc:ref>/template/subform[1]</desc:ref>

         </desc:department>

         <desc:bytesrdf:parseType="Resource">

            <rdf:value>386560</rdf:value>

            <desc:ref>/template/subform[1]</desc:ref>

         </desc:bytes>

         <desc:linesrdf:parseType="Resource">

            <rdf:value>1415</rdf:value>

            <desc:ref>/template/subform[1]</desc:ref>

         </desc:lines>

         <desc:parasrdf:parseType="Resource">

            <rdf:value>403</rdf:value>

            <desc:ref>/template/subform[1]</desc:ref>

         </desc:paras>

         <desc:charswspacesrdf:parseType="Resource">

            <rdf:value>34954</rdf:value>

            <desc:ref>/template/subform[1]</desc:ref>

         </desc:charswspaces>

      </rdf:Description>

   </rdf:RDF>

</x:xmpmeta>

<xfdfxmlns="http://ns.adobe.com/xfdf/" xml:space="preserve">

   <annots/>

</xfdf></xdp:xdp>

Page break in table with dynamic number of columns

$
0
0

Hi,

 

I have a table in which the number of columns is dynamic. If not all columns fit on one page, it should continue on the next page. (How this is also working for example in Excel printouts, if one sheet doesn't fit on one page. My page setup is landscape and all the subforms and the table are set to "Flowed".

 

Do I have to implement those kind of column page breaks by myself or is there a way to do that automatically, so it breaks, if a column does not fit on the page anymore?

 

Thank you for your help!

trial version Livecycle Designer

$
0
0

Why am I unable to edit an existing form with LiveCycle Designer trial version?


formcalc

$
0
0

Hello,

   I have a switch statement that is written in javascript that I need to re-create in formcalc as I need to use this form on an Ipad. Here is the code:

 

switch (this.rawValue) {

    case "500":

     form_1.Page5.subform5.texfield1.rawValue = "A";

     form_1.Page5.subform5.textfield2.rawValue = "B";

     form_1.Page5.subform5.textfield3.rawValue = "C";

     form_1.Page5.subform5.textfield4.rawValue = "D";

     form_1.Page5.subform5.textfield5.rawValue = "E";

     break;

    case "501":

     form_1.Page5.subform5.textfield1.rawValue = "F";

     form_1.Page5.subform5.textfield2.rawValue = "G";

     form_1.Page5.subform5.textfield3.rawValue = "H";

     form_1.Page5.subform5.textfield4.rawValue = "I";

     form_1.Page5.subform5.textfield5.rawValue = "J";

     break;

    case "502":

     form_1.Page5.subform5.textfield1.rawValue = "K";

     form_1.Page5.subform5.textfield2.rawValue = "L";

     form_1.Page5.subform5.textfield3.rawValue = "M";

     form_1.Page5.subform5.textfield4.rawValue = "N";

     form_1.Page5.subform5.textfield5.rawValue = "O";

     break;

}

 

Thanks!

Floating Text Objects Bound to Fields

$
0
0

Hello!

 

I have several floating text objects bound to corresponding fields (text and numeric) and they work fine... expect when I hide the fields and then the bound text in the floating text objects also disappears.

 

Did I miss a step?

 

Thank you!

 

Nicolle

Adding Values Decided by Drop Down Menu

$
0
0

Hi guys,

 

I have checked around the forum and I haven't quite found the perfect way to do what I want. Here it is.

 

snip1.PNGI have three boxes at the top that should keep a running total. Each of the six dropdown lists contain the following values, A, B, C. The user will put a number in the numeric field and choose A, B or C. When he/she does then the amount in the numeric field goes in the proper box at the top "Total A" for A, "TotalB" for B and "TotalC" for C. The totals should continue to add.

 

Example one: if a user puts 200 in each Numeric Field and selected "A: in each dropdown list then "Total A" would be equal to 1200 and "Total B" and "Total C" would be 0.

 

Example two: User puts 100 in all six numeric fields and then selects "A","A","A", "B","B, "C" for each dropdown list. The totals at the top should be "Total A" = 300, "Total B" = 200 and "Total C" = 100.

 

I have to do this on a large scale so a global script might be better. Thanks so much for your help!

AFP format to PDF/XML

$
0
0

Hi.

Can someone please let me know if we can convert .afp files into either XML/PDF files?

 

[Background: Currently, we have the data in .afp file format. We use some third party tool to convert .afp file into a static pdf. The data is not available in the DB. Now the idea is to convert the .afp file into an XML file (if possible) and use this XML file as an input to new interactive PDF]

 

Thanks in advance.

 

Regards,

VJ

Find field that caused event

$
0
0

I have a number of fields that will run some script in their mouseDown event. The containing subform has a calculate event, which needs to know which one of its children caused its event to fire. It appears that the mouseDown event fires first, then the calculate event.

 

Subform

     Field1

     Field2

radio checkboxes

$
0
0

I'm trying to create radio buttons that act like checkboxes. I want a user of my form to only be able to select one option from a radio buton list, but I want them to be able to uncheck the options.

Content is not shown with acrobat reader

$
0
0

Hi,

 

I created a simple form with Livescycle and even if when i look at the PDF with adobe reader, i can see enought privilege, i cannot really save the content.

Basically, i can open the PDF, fill the fields, save the document but when i reopen the document afterward, the content has disapeared. If i look at the same PDF with notepad, i can see the values next to the field but the values are not visible anymore in the reader.

 

You can download the file from that location :

 

http://ge.tt/99qsN79?c

 

I have tried a lot of thing before to take the decision to post a message here but despite my efforts, i am not able to figure out where is the problem.

 

Thanks in advance for your help....

 

Regards,

Johnny B


Unknown Bravo Error

$
0
0

Am seeing an "unknown bravo error" intermittently using LiveCycle Designer ES2.

 

No apparent logic to the action being taken when the error occurs.

 

Can anyone please help?

Generate XML data file on Click Button

$
0
0

Dear All,

 

I have create one sample PDF with 2 fields(Name, City) using adobe live cycle designer.

While clik on Submit i need to save the XML file on my machine of inputed data.(Ask where to save .xml file)

 

I have written code onclick event of button :  xfa.host.exportData("",0);sample.JPG

 

I didn't get any output file from this, Can any one suggest me how can i get the XML file with data?

 

Thanks and regards,

Jaydeep

How to Highlight Fields in a dynamically repeatable subform?

$
0
0

Hi team ,

 

I have Problem in highlighting the fields in a dynamically repeatable subform. Sub form will have min count = 1 and max Count =20 and subform is flow able.each subform is flow able .

I have to check only two fields in a subform whether they are null or empty . If the fields are empty or null then i have to highlight the fields .

Below scripting is not working as per the requirement .

I have written the below scripting  on click event of a button.

 

function Test()

{

var cnt = subform1.subform2.subform3.instanceManager.count;

for(var i =0;i <= cnt;i++)

{

                var vAccnt = subform1.subform2.resolveNode("subform3["+ i +"]").txtfldAccnt.rawValue;

                var vAmount= subform1.subform2.resolveNode("subform3["+ i +"]").txtfldAmount.rawValue;

                if(vAccnt == "" || vAccnt == null)

                {

                                var vName = Page1.WorkArea.GLDistribution.sfrmGLDistribution.sfrmDistribution.txtfldGLAccnt.somExpres sion;

                                var fieldObj = xfa.resolveNode(vName + ".ui.#textEdit.border.fill.color");

                                fieldObj.value = "255,0,0"; 

                }   }}

 

Please help me How i can solve this problem.

Floating Fields CSS2 directives not honored

$
0
0

I have a form whose boilerplate will be dynamically populated based on a XML file. The variable content is bound to a floating field, and there is a draw that references this floating field. The issue is that the orphan and page break control CSS tags (orphans, widows, page-break-inside) are not honored when they are referenced from a floating field. See referenced form.

 

https://files.acrobat.com/a/preview/3ee15572-bbd8-4269-97fa-cf5a507709ea

Blank fields unless click.

$
0
0

Hello!

I created a form with the adobelivecycle workbench embedded into SAP. This form contains a server signature.

When I generate a PDF archive without signature, all works OK. But when I include the code for generate PDF with server signature, content fields has disappear unless you click into the field.

In my case, I generate 6 different Adobe forms. Five works fine but one of them has this fail. For all, signature process is the same.

 

Signature code:

Downloading l_pdf content, works fine, but downloading l_out not work.

TRY.

       l_pdfobj = l_fp->create_pdf_object( connection = 'ADS' ).

       CALL METHOD l_pdfobj->set_document
         EXPORTING
           pdfdata = l_pdf.   " Here l_pdf is the PDF we just created

       CALL METHOD l_pdfobj->set_signature
         EXPORTING
           keyname   = 'ServerSignature'      "Hace referencia al certificado
           fieldname = 'data[0].Pagina1[0].CampoFirma2[0]'     "Campo de firmfirma
*         reason    =
*         location  =
*         contactinfo =
         .
*    ADS call
       CALL METHOD l_pdfobj->execute( ).

*   Signed pdf
       CALL METHOD l_pdfobj->get_document
         IMPORTING
           pdfdata = l_out.

     CATCH cx_fp_runtime_internal INTO l_fpex.

     CATCH cx_fp_runtime_system INTO l_fpex.

     CATCH cx_fp_runtime_usage INTO l_fpex.

   ENDTRY.

 

 

 

Thanks.

Viewing all 5571 articles
Browse latest View live