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

  • 19-05-2011
    Hi,I can do a set value into an xml object to create a new element with a value. This is simple, I can do it this way:/process_data/myxmlvar/myvar = '123'This will give me an xml which looks something like this: 123Now I want to add a second "myvar" element, basically turning it into an array. But I...

    Views

    835

    Likes

    0

    Replies

    2
  • 19-05-2011
    Hello,Can any one please advise on how to call 2nd/another (short-lived) process from the main process. I though about combining two processes into one process by copy the second to the 1st/main one but it seem to be more complicated and hard to maintain in future since the 1st/main one is already c...

    Views

    712

    Likes

    0

    Replies

    1
  • 19-05-2011
    HI Everyone,This is probably a really silly question, but that has never stopped me before. I am working with objects in a table cell and I cannot nudge them with my arrow keys.Instead, the arrow keys take me to other cells in the table.I must be unaware of some CTL key combination? Shift? Tilda? I ...

    Views

    878

    Likes

    0

    Replies

    5
  • 19-05-2011
    "At least one required field was empty on export. Please fill in the required fields (highlighted)"I'm tearing my hair out with this one. Have checked all the fields to confirm if I had set the Type as User Entered - Required. Can't find any such field. Any help would be appreciated. Is there an ema...

    Views

    7.6K

    Likes

    0

    Replies

    11
  • 18-05-2011
    I'm very new in Adobe Livecycle, and I need to convert this to XFA. How could I do?var f = this.getField("NN").value;if(f == "0"){ event.value = Math.floor((this.getField("NN").value + 0.50) * 4);}if(f == "-1"){ event.value = Math.floor((this.getField("NN").value + 1.25) * 4);}if (n == ""){event.val...

    Views

    1.6K

    Likes

    0

    Replies

    13
  • 18-05-2011
    What product or combination of products do I need to extract XML data from a PDF Form, originally created by Adobe LiveCycle Designer ES 8.2, on runtime?I would like to achieve this in a custom build J2EE application, thus creating a seperate ColdFusion app or anything of the sort is not an option. ...

    Views

    955

    Likes

    0

    Replies

    0
  • 18-05-2011
    Using Flex and CF, I am trying to populate a form... via a database.I have a little xml file.When I change the XML file, the XML structure changes show up in the Data View in LC.When I drag the subform text component on to the text object in the Design View, I see a bunch of binding options.I would ...

    Views

    319

    Likes

    0

    Replies

    0
  • 18-05-2011
    The title may be a bit confusing but here's what I'm trying to accomplish: I have two dropdown list boxes with multiple options and I need the user to select just one option from only one box. If they select another option from the second box it will clear any selection in the first box (and vice ve...

    Views

    231

    Likes

    0

    Replies

    0
  • 18-05-2011
    I'm building a dynamic form using javascript in Adobe livecycle designer X. I have a radio button group, optGroup, with several individual option buttons. Later in the form, I want to refer to the selection that the user made with the caption of that selected button in the option group. I've tried u...

    Views

    4.2K

    Likes

    0

    Replies

    12
  • 18-05-2011
    Hi, I am fairly new to the world of creating forms in Adobe so please bear with my question if it seems simple. I have seen where a lot of people are using code and I am very confused. I am creating an order form and have created a drop down box (combo box). There are 4 choices in this drop down box...

    Views

    765

    Likes

    0

    Replies

    7