Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 5/2/12
    Hi.  I am very new to Livecycle and to JavaScript but have learnt a lot this week, including how to populate both textfields and dropdown lists, based on the selections made in another dropdown list.I now have a related problem.  I have a dropdown with 10 possible selections (called, say, S1 to S10)...

    Views

    1.2K

    Likes

    0

    Replies

    2
  • 5/2/12
    I have a button that is as follows:-runs a few validation checks blah blah then ...... else     {this.resolveNode("Page3").presence = "visible";xfa.host.currentPage = 3;this.resolveNode("Page1").presence = "hidden";}So on click it goes to page 3 - that's fine, but it only seems to set the current pa...

    Views

    512

    Likes

    0

    Replies

    0
  • 5/2/12
    1. I've created a form using Acrobat Pro 9 with embedded Livecycle Designer ES2. 2. One of actions used in this form is pressing a buttons to attach a file. When opening file with Acrobat Reader X the buttons are not activated. What's can be the problem?

    Views

    775

    Likes

    0

    Replies

    1
  • 5/2/12
    1. I've created a form using Acrobat Pro 9 with embedded Livecycle Designer ES2. 2. One of actions used in this form is pressing a buttons to attach a file. When opening file with Acrobat Reader  X the buttons are not activated. What's can be the problem?

    Views

    401

    Likes

    0

    Replies

    0
  • 5/1/12
    I'm having problems with a image field when I add a .png image which doesnt have a background it is showing up with a white background. Is it possible to use images in templates so you can overlay them on something else?

    Views

    1.3K

    Likes

    0

    Replies

    3
  • 5/1/12
    Hi,I'm using LiveCycle Designer ES2 and Acrobat X Pro. I'm trying to create a PDF form that will import and export data from an XML file - specifically, import upon opening the form, and export upon saving the form. The document will be very limited in scope so I have it certified. The users of the ...

    Views

    1.8K

    Likes

    0

    Replies

    2
  • 5/1/12
    I am trying to complete a mileage reimbursement form. I think I have a good design (?) but I am missing a critical efficiency within the form. I want the form to be able to calculate the cost centers across the expandable table within the subform. I have a dropdown that has different cost centers. H...

    Views

    1.7K

    Likes

    0

    Replies

    5
  • 5/1/12
    I needed to manipulate the date & time to display the day, date time with am/pm and timezone. So using formcalc with renderPDFForm as the module i am using this formCalc code:$.rawValue = Concat(Num2Date(Date(), "EEEE MMM DD YYYY")," ", Num2Time(Time(),  "h:MM:SS A Z"))This works correctly and it pr...

    Views

    1.0K

    Likes

    0

    Replies

    1
  • 5/1/12
    I have a drop down called Stauts_1.A that when someone chooses either NM or NA, I want to make Method_1.A required and Comments_1.A required. Along with that I would like if Status_1.A is NM, to make NC_1.A to have a 1. But then on question 1B, if it is NM, I would like NC_1.B to be 1 more than NC_1...

    Views

    514

    Likes

    0

    Replies

    0
  • 5/1/12
    Hi,Currently I have numerous CheckBoxes that all have associated values (lets say 50, 100, 200) and I have a NumericalBox that sums the selected CheckBoxes by using the FormCalc code "Sum(CheckBox1,CheckBox2......)That works great, but now I want to have conditions on the code by using "if then stat...

    Views

    1.3K

    Likes

    0

    Replies

    1