Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges


AEM as a Cloud Service 2022.7.0 - Release update: https://adobe.ly/3paYDAo

Sort
  • Most Recent
  • Most Views
  • Most Likes
  • Most Replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved

  • 25-08-2009
    Hello,Hi,I made this table in an acrobat form. The table uses java script to add rows . The code I used is: The script I am using to evaluate these to fields is as follows: if (form1.Page1.Subform1.Capital1.Capital1.detail.index1.rawValue ==2) then $.rawValue = form1.Page1.Subform1.Capital1.Capital1...

    Views

    440

    Likes

    0

    Replies

    0
  • 25-08-2009
    Hello all,I have a form that has a From Date and a To Date. I want the user to enter the From Date and the the form will populate the To date by adding 7 days to the From date. Can anybody tell me how to do this?Thanks in advance,Gus

    Views

    1.7K

    Likes

    0

    Replies

    3
  • 25-08-2009
    When specifying item values (on the Binding tab) for a dropdown field, how do you access the specified values from a script - as opposed to accessing the string value?I'm using WindJack's sample script (programming lists part 1) for feeding a dropdown, but it needs the full string value of the initi...

    Views

    5.8K

    Like

    1

    Replies

    17
  • 25-08-2009
    I have created a dynamic form with a "regular" button that submits the completed form via email using the following click event script:var oDoc = event.target;oDoc.mailDoc({bUI: true,cTo: emailaddress,cCc: emailaddress,cSubject: "here",cMsg: "here"});From here, I need to Hide/Lock the 'submit' "regu...

    Views

    9.7K

    Like

    1

    Replies

    12
  • 25-08-2009
    Short of a "brute force" appraoch of checking each named object isn't null or "", is there a more elegant way, somewhat similar to what Paul put together for making all the fields read-only, to check that all the required fields in a form have been completed before firing off the email button?

    Views

    587

    Likes

    0

    Replies

    1
  • 25-08-2009
    Hii have designed a dynamic table with 2 header columns and the body rows are dynamic, my requirement would have an image attached to the cell1 of the body row each time it repeats ,i am getting the image field from XML my issue is how to create a table with two header columns and have three body cl...

    Views

    936

    Likes

    0

    Replies

    3
  • 25-08-2009
    How would I create a name field that would repeat on all subforms after it's filled in on the main form? So that the user would only have to fill in his/her name once, and it would automatically appear at the top of all the subforms he/she uses.

    Views

    856

    Likes

    0

    Replies

    2
  • 25-08-2009
    The default color of the radio button is black. Can we modify the color of radio button with LiveCycle Designer 8 ? How about LiveCycle Designer 9 ?

    Views

    1.5K

    Likes

    0

    Replies

    2
  • 25-08-2009
    I have a Flex 3 application retrieving data from ColdFusion. The function in the cfc runs a simple query and returns the query to the Flex app as an arrayCollection object. The weirdness comes into play when one or more date fields are returned. For example, the following query returns just fine:SEL...

    Views

    443

    Likes

    0

    Replies

    0
  • 25-08-2009
    I am writing some code for a new form and I wanted to put each 'object' into its own script object - to keep things clean.However, I am having difficulty instantiating one object from another object. When you try to instantiate an object from a different script objectexecution of the code stops with...

    Views

    444

    Likes

    0

    Replies

    0