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

  • 03-07-2012
    I've been having periodic issues with people trying to electronically sign PDFs. Saving the document to a server, having the signatories open it (one person at a time!) and then trying to sign and then getting an error message "The document could not be signed". This corrupts the file in terms of si...

    Views

    663

    Likes

    0

    Replies

    0
  • 03-07-2012
    I have a drop-down object (SupervisorList), a textfield (EmployeeEmail) and button object (SupervisorEmail). When the SupervisorEmail button is clicked, three things need to happen;The script needs to address an email message To the SupervisorList rawValue addressCheck to see if that address is one ...

    Views

    921

    Likes

    0

    Replies

    2
  • 03-07-2012
    The drop down list LIST includes 3 items, say, A, B, C.I wish to change them into a, b, c.this.resolveNode("LIST").rawValue only returns the default value of the drop down list.but how can i identify these items and change their text seperately?Also I'm trying to manipulate the contents of these ite...

    Views

    2.2K

    Likes

    0

    Replies

    6
  • 03-07-2012
    Hi,I need to add pages dynamically to adobeform. For example, i need that a page appears in the final PDF if one table have values, but if table is empty, all of page items should not appear in the final PDF.Can anyone help me ?Best Regards,João Paiva

    Views

    397

    Likes

    0

    Replies

    0
  • 03-07-2012
    Hello,I am creating a pdf form of 5 pages, in which a button is there to send the email. So hare I want to send the xml of second page out of these 5 pages.So is there any solution fo this requirement?Thanks,Debadas.

    Views

    633

    Likes

    0

    Replies

    1
  • 02-07-2012
    I recently had LiveCycle reinstalled on my computer. Now everytime I go to preview the PDF I'm creating, it opens in a new Adobe Pro document. I would much rather it open in the LiveCycle tab. Is there some setting or something somewhere that I'm missing to do that?Thanks!

    Views

    973

    Likes

    0

    Replies

    3
  • 02-07-2012
    I have a Row that I would like to repeat based on a Numeric Field. Can someone please assist me with this?Thank you in advanceParre

    Views

    526

    Likes

    0

    Replies

    2
  • 02-07-2012
    I am currently creating a form that allows my users to insert an image and write a description by using a table. I have a button that resets the table by using: Photos._Row1.removeInstance(0); And that works to remove any additional rows (Row2 +) I have inserted and all of the description text. Howe...

    Views

    446

    Likes

    0

    Replies

    2
  • 02-07-2012
    HelloI have a sub form with 1 text field, 1 drop-dow and 2 check boxes. My requirement is,Depending on the data entry or depending the selection of drop-down list box entry, i need to either greyed out (filling grey color) the check box w/ "readOnly" OR leave as is (white, open, editable)I tried wit...

    Views

    1.1K

    Likes

    0

    Replies

    2
  • 02-07-2012
    I am trying to make a subform "hidden" when a dropdown object is null and "visible" when that drop-down is not null. I am using the following script:if (this.rawValue = null){xfa.resolveNode("Subform3.#subform.GroupLeader").presence = "hidden";}else {xfa.resolveNode("Subform3.#subform.GroupLeader")....

    Views

    983

    Likes

    0

    Replies

    2