Expand my Community achievements bar.

Nomination window for the Adobe Community Advisor Program, Class of 2025, is now open!
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 10/14/16
    I have a database connected XFA form that opens and fills out a separate 'report' form before sending it to the client via email. The issue i'm having is trying to transfer over all PDF attachments to the report form so that they get sent along with the report form.var doc = event.target;var reportD...

    Views

    2.5K

    Likes

    0

    Replies

    1
  • 10/13/16
    I have a simple form with two pages one text field on each page. The first page has a button that adds another instance of it to the document. When the button is pressed another page is added but the focus stays on the same page.I'm looking for the code syntax that will allow me to set focus to the ...

    Views

    3.8K

    Likes

    0

    Replies

    6
  • 10/12/16
    I’m hoping I can get some help on a hurdle which I’m having a battle with.In the attached form, I have 2 parts.In part 1 the user is expected to enter amounts and identify where is those amounts currently sit: (Chequing, Savings, RSP – chosen by the “Account” column dropdowns)In part 2, I’m looking ...

    Views

    914

    Likes

    0

    Replies

    4
  • 10/8/16
    Hi,Is there in LiveCycle Designer an event which is similar to the window.onerror​ event handler? That is, an event which is fired in case of unhandled exceptions.Thank you!

    Views

    2.0K

    Like

    1

    Replies

    6
  • 10/7/16
    Is there a script to sort a listBox that contains text and numbers using a button?I would prefer it sorted 1, 2, 10, 20, 100, not 1, 10, 100, 2, 20Examples items are part numbers: HP1457100-9, 011-2025-479, 85216, etc

    Views

    3.8K

    Likes

    0

    Replies

    20
  • 10/7/16
    Hi,When developing documents which contain dynamic forms (programmed in Javascript), what is a good way to test them?Do you perform manual tests or automatic tests? If the latter, what technique do you use?Thank you!

    Views

    1.6K

    Likes

    0

    Replies

    3
  • 10/4/16
    Hi,I have two radio buttons in a subform that flows that I want to be side by side but while they are in the subform it only gives the option of them being stacked. How do I change this.Thanks,

    Views

    1.3K

    Likes

    0

    Replies

    3
  • 10/4/16
    My form has a textField that users enter part numbers separated by commas. I want to write an if statement that looks to see if one of the part numbers is included in the list. Is there a way to script to search for only part of a textField's rawValue or formattedValue?So if the rawValue of textFiel...

    Views

    1.6K

    Likes

    0

    Replies

    6
  • 10/3/16
    Hello Everyone,Currently i am working in ALC ES2.5 , I need to create a new process which contains Input file as Microsoft Infopath[.xsn] file and output should be pdf.please let me know this is possible or not, if possible what is the best way to succeed it. We have any specific component to conver...

    Views

    2.2K

    Likes

    0

    Replies

    0
  • 9/29/16
    Is there any way to display dynamic value in tool tip?I have tried:        this.assist.toolTip.value = this.rawValue; for a text field on "mouseEnter" eventbut it is not displaying the current  raw value. It is displaying previous raw value of the field..I have written 'AAAA' but it is not displayin...

    Views

    578

    Likes

    0

    Replies

    1