Expand my Community achievements bar.

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

  • 3/15/11
    Hi All, Is it possible to hide the presence of the standard Email Submit Button in Livecycle Designer? Example: User cannot access EmailSubmitButton1 until a valid date has been entered in to DateTime1 field. I have tried the presence property, with both a change event and exit event with no luck. I...

    Views

    1.1K

    Likes

    0

    Replies

    4
  • 3/14/11
    Can anybody suggest why the following function isn't working? addItem doesn't seem to accept "i" as an argument.function dropdownRange(dropdown,start,end,increment) {for (var i = start; i < end; i+=increment) {     dropdown.addItem(i);}}I'm am calling the function from a radio group change event tha...

    Views

    1.5K

    Likes

    0

    Replies

    4
  • 3/14/11
    Hi,I am trying to assemble PDF's which are located in a network folder..<?xml version="1.0"?><DDX xmlns="http://ns.adobe.com/DDX/1.0/">     <PDF result="PDFA.pdf">          <PDF source="\\w2msmossmgn02\SharedFolder\PID_APR_P111556.pdf"/>          <PDF source="\\w2msmossmgn02\SharedFolder\PID_P111556...

    Views

    2.5K

    Likes

    0

    Replies

    1
  • 3/14/11
    A pdf template was created using adobe livecycle, then the final pdf is created using pdfMerger. Is there a way to invoke the print dialog as soon as the pdf is open? Is there any javascript thate needs to be used?

    Views

    854

    Likes

    0

    Replies

    2
  • 3/12/11
    I have a PDF I'm working on in LC which has couple dozen yes/no radio button questions. I have these radio button pairs each set to required input. My issue is when a reader is filling out the PDF with 'highlight fields' turned on, after they select yes or no on one of the questions the red 'require...

    Views

    1.8K

    Likes

    0

    Replies

    2
  • 3/11/11
    I am creating a form with 2 date objects:"Date1" is a date object in which the user will enter the first day of a given month "MM/DD/YYYY";I need "Date2" to calculate the last day of the month from "Date1" "MM/DD/YYYY".Obviously, the date displayed in Date2 will vary because the months have a differ...

    Views

    5.0K

    Likes

    0

    Replies

    12
  • 3/10/11
    Hi All,I have been trying to automate a pdf form available to Landlords in my city using Livecycle. The trouble is that I have two date fields which indicate a date range for the lease period and I require that it updates the year every year however, the date needs to stay the same from July 1st unt...

    Views

    934

    Likes

    0

    Replies

    2
  • 3/10/11
    I'm new to this and really stuck. How can I require mandatory fields to have a value prior to allowing the user to submit via email? I have a regular control type button that is scripted to email the form, however I want to disallow that if the User-Required fields are blank.  I can get it to valida...

    Views

    1.4K

    Likes

    0

    Replies

    4
  • 3/10/11
    I've looked, but have never seen a direct answer. Where can I get a step by step tutorial on how to set my form up to save it's data to an xml file when they click a button?

    Views

    996

    Likes

    0

    Replies

    5
  • 3/10/11
    I have a set of 5 radio buttons in a form that are all within the same radio button list (as far as I can tell!) - they look like this in the Hierarchy tab:rblApprQ1     - rblApprQ1_1     - rblApprQ1_2     - rblApprQ1_3     - rblApprQ1_4     - rblApprQ1_5I've got a bit of validation on my submit but...

    Views

    1.1K

    Likes

    0

    Replies

    4