Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 7/12/11
    I made an order form in LiveCycle a couple months back, and the first page of the PDF shows up fine.I decided to add a couple things to the form, making the form a couple pages longer, and in design view, the extra pages show up, and they look nice and everything, but once I go to preview the PDF, t...

    Views

    2.6K

    Likes

    0

    Replies

    12
  • 7/12/11
    Anyone know if font.lineThrough and font.lineThroughPeriod is broken in LCD 9, Acrobat 9?I have a check box in a row, and if checked I'd like the data in the row to have a strikethrough.  Even in "simple testing" where I set up a simple textfield and checkbox this script is not working.  Even tried ...

    Views

    826

    Likes

    0

    Replies

    2
  • 7/12/11
    I'm creating a form that has a standard orginator and approver signature blocks.  Is there a button or another way to add additional approver signature blocks if needed?  Any help on this would be greatly appreciated.  Thanks!

    Views

    843

    Likes

    0

    Replies

    2
  • 7/11/11
    I have a "Lock All Fields" button set up and it's set to run only if certain fields are completed. The code works fine... except TextField13 does not validate properly. TextField13 is wrapped within a subform entitled busjus. The busjus subform is hidden from the form layout by default (it only beco...

    Views

    1.7K

    Likes

    0

    Replies

    4
  • 7/11/11
    I am on LiveCycle Designer 8.0 and I have a script where, based on items chosen in a drop down, my fields change.  The script seems to work fine, but I want a way to set up this form so that when the form is opened by the user, they only see the initial drop down box, rather than all of the subforms...

    Views

    871

    Likes

    0

    Replies

    2
  • 7/11/11
    Here's what I'm trying to create an if/or statement for in JavaScript ...If the value of ThisNumericField is less than or equal to 22, do not display TextBox1.OR If the value of ThisNumericField is less than or equal to the value of ThisNumericField + the value of NumericField2 + 1, do not display T...

    Views

    1.9K

    Likes

    0

    Replies

    4
  • 7/11/11
    How can I get the documentation with JavaScript of LiveCycle Designer at PDF format?Please help...

    Views

    633

    Likes

    0

    Replies

    2
  • 7/10/11
    hiI have a dropdown in my form which has values in CAPS, i have made it as "Allow custom text entry" dropdown.The problem is when user makes a custom entry in small letters, No suggestions comes up in the dropdown as all values are in CAPS. I want the suggestions to some even if user enters in small...

    Views

    1.2K

    Likes

    0

    Replies

    6
  • 7/9/11
    I have a form that has multiple sign box's. There is the one for the Patient to sign that has the date automatically showing(I've got it working with a global from previous entry). Then I have another sign box below that one for if Patient is unable to sign. What I want to do is have the date(B) to ...

    Views

    483

    Likes

    0

    Replies

    2
  • 7/9/11
    Text1 is set with following step:Pattern > display > allow empty > "Your name"Text2 is set with script in calculate event:this.rawValue=xfa.resolveNode("Text1").rawValue;It works well. However Text2 shows "null" as default. I wish  Text2 will show "Your name" as default value.How can I solve it?

    Views

    1.1K

    Likes

    0

    Replies

    6