Expand my Community achievements bar.

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

  • 1/27/20
    this below is from Generated code when chosing the form properties validation options. the question is how do we take care of radio buttons? it seems it only allows you to validate textfields or excelgroups?  // Only color nodes that are <field>s or <exclGroup>s// Ignore everything elseif ((sClassNa...

    Views

    3.2K

    Likes

    0

    Replies

    1
  • 1/17/20
    I would like to know what is the lift i need to incur when moving everything from livecycle into AEM 6.5 Do Workbench process convert into AEM workflows?Are PDF XFA forms used as Adaptive Form Templates?Can I use Adaptive forms with Workbench processes?What else do i need to transfer? Thanks 

    Views

    2.8K

    Likes

    0

    Replies

    1
  • 1/16/20
    Hi,I edited a form template using the adobe live cycle editor, binding a column of a table to a particular data source from the system. but anytime the form is generated or previewed, the data on that column comes out misaligned and scattered. Please how do I rectify this as the input data on the sy...

    Views

    2.9K

    Likes

    0

    Replies

    1
  • 1/14/20
    I have form created in Adobe LiveCycle Designer and has imported xml from an Access table.  The xml populates 4 fields and the form repeats for every data item. There are 780 output forms. One of the fields is called “owner”.  Out of the 780 forms there are 58 unique owners.  Is there a way to separ...

    Views

    8.4K

    Likes

    0

    Replies

    9
  • 1/8/20
    Hello all,  Can Dynamic forms generated in LiveCycle be WCAG compliant? If so, what is the best approach for testing a Dynamic form? I understand that tags are not generated in a dynamic form, but all of the content can still be accessible via screen reader or other assistive technology. Any informa...

    Views

    1.6K

    Likes

    0

    Replies

    1
  • 1/8/20
    Hi all, I have in my Adobe form a tabel with a + button to add rows and a - button to delete rows. The code for deleting a row is the following in the click event:    var rowNum = this.parent.index;    this.parent.instanceManager.removeInstance(rowNum); However, on top of the table there are other f...

    Views

    5.0K

    Likes

    0

    Replies

    4
  • 1/7/20
    Hi all, I want to validate a text field (string, named "Kontierungselement") based on the length. So allowed are 10, 8 or 7 char. I limited the field to 10 char. But for every other input there should be an error message. I put the error message in the validate script message of the object and tried...

    Views

    6.7K

    Likes

    0

    Replies

    4
  • 1/3/20
    My current form with a table which displays all the Item/Product data for every line, even when an item it deleted giving it an ActionCode of 3. We'd like to only display the Item Data if the Action != 3. Here is the partial XML Data<Item><ID>1</ID><ActionCode>03</ActionCode><ActionCodeName/><Produc...

    Views

    4.7K

    Likes

    0

    Replies

    2
  • 12/18/19
    I have a travel reimbursement form with numeric fields for all expenses and cash advances. I have two fields for totals: one for "Amount Due Traveler" and one for "Amount Due University." I need for the Total Expenses and Advances fields to be compared, and if Expenses are greater than Advances, the...

    Views

    4.2K

    Likes

    0

    Replies

    2
  • 12/18/19
    Hi folksWe have XFA based static PDF which is developed in Designer, it has print and clear button which works fine on Adobe Acrobat Reader and Professional but when PDF is opened in chrome or IE then button stops working?Code written is xfa.hosts.resetData() which is called on click event with RunA...

    Views

    7.2K

    Likes

    0

    Replies

    5