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

  • 26-03-2013
    I have a table that needs to be duplicated, in whole, not just adding a row, on the next page of a form.Scenario: The user enters data (employment history) on the first table but requires an additional page with table to complete all work history.1. I've created a simple table (Table1) wrapped in Su...

    Views

    2.6K

    Likes

    0

    Replies

    0
  • 26-03-2013
    Hello all,I have a dynamic form created in Adobe Livecycle Designer ES, which contains a number of subforms positioned inside a flowable page. I want to have two text fields inside one of the subforms work so that text entered into the first text field (non-expandable) will continue into the next te...

    Views

    3.3K

    Likes

    0

    Replies

    3
  • 26-03-2013
    Having issues getting quotations and parenthesis within a rawValue script. Using a text field, calculating in Javascript this is where I got stuck:this.rawValue = page1.CSalutation.rawValue + " " + page1.CLastname.rawValue + " received a "commercial telephone solicitation" (as that term is defined u...

    Views

    619

    Likes

    0

    Replies

    2
  • 26-03-2013
    Hi All,I am having some problems when creating 3 repeatable forms inside another reapeatable form. My XML structure is similar to this:- 3139--13 2012-10-01T04:00:00Z Tax Preparation Fees - 49 - Accountant Alex PT5H 45.000000 - Fund Officer Malinda PT3H 0.000000 - 40 - Fund Officer R. Major P...

    Views

    458

    Likes

    0

    Replies

    4
  • 26-03-2013
    Good afternoon,I'm trying to implement a requirement such that if data is entered in text field A then text field B is required. From the research I've done on the forum, I believe I need to use the change event. But the only related entries I've seen involve drop downs or radio buttons and I'm not ...

    Views

    1.7K

    Likes

    0

    Replies

    10
  • 26-03-2013
    I have 2 data connections that are programmatically invoked via exit event on different fields in form. Both have identical code with only difference is that one populates a multiselect list box and one populates a drop down list. The one that populates the listbox works fine. Everytime Field A chan...

    Views

    310

    Likes

    0

    Replies

    0
  • 26-03-2013
    Not finding the problem with this: if (NumericField2.rawValue*0.02 <100) {TotalAmount.rawValue=100;}if (NumericField2.rawValue*0.02>1000) {TotalAmount.rawValue=1000;}if (NumericField2.rawValue*0.02 >100 and <1000 {TotalAmount.rawValue=NumericField2*0.02;}

    Views

    1.0K

    Likes

    0

    Replies

    6
  • 26-03-2013
    I would like to bind data to a table only on the condition that one of the child tags has a certain value.For example, let's say my XML file had the following structure: 1 ....I want to bind only if the condition tag has a value of '1'. Does anyone have an idea how this can be done?Thanks

    Views

    2.3K

    Like

    1

    Replies

    4
  • 26-03-2013
    I have created a form which requires pdf format. I need the form to submit via email with the option to change/select the to: and also add a cc: field with selection as well. Please provide any information available as I am new to livecycle and am not very familiar with script or code.Thanks!

    Views

    5.8K

    Likes

    0

    Replies

    7
  • 26-03-2013
    Hi,I'm really struggling with this table. Please take a look. What I want is to have fields Komada, m2, Iznos be summed up in a corresponding total field thats underneath the table.The trouble is I made a button that adds or substracts new table rows. Please check it in LC Designer so I understand y...

    Views

    1.8K

    Likes

    0

    Replies

    9