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

  • 09-06-2010
    I have created a form and have numeric fields. I can fill in this form, in these fields, with a negative number. Once I save the document, close it, and open it back up the negative number has been replaced with a 0. I have tried changing the Data format from float to integer and also to decimal and...

    Views

    3.6K

    Likes

    0

    Replies

    15
  • 09-06-2010
    I have set up a form based on a template andam having problems with the resulting XML. When I click on the e-mail to test it and I open the XML file in Excel, I get multiple rows of data - it's almost like it stores the data from previous completions of the form. What am I doing wrong?

    Views

    659

    Likes

    0

    Replies

    4
  • 09-06-2010
    Hi,as I am creating forms with Adobe Livecycle Designer this forum is of great help! However, I was looking for a book or guide about Livecycle Designer. There are several ones, but can anyone recommend a specific book?Thanks,Erik

    Views

    3.9K

    Likes

    0

    Replies

    2
  • 09-06-2010
    Hi All,I'm working on Adobe Interactive forms using Adobe Life Cycle Designer. In the "form:ready" event of the subform I have written Java script.I have used xfa.resolveNode(string variable) to get the field node reference.. This piece of code is inside a loop. This code works fine.I have another f...

    Views

    432

    Likes

    0

    Replies

    1
  • 09-06-2010
    Hi there,in a simple auction application that i'm doing, using LCCS, i'm having some difficult time trying to set the user roles.I explain it better:Having a backend, the lccs application read the generated xml tree, and if a user is admin, is given a role, if not another role, all at runtime.How ca...

    Views

    551

    Likes

    0

    Replies

    3
  • 09-06-2010
    Hi everybody!I have an invoice that needs 3 pages for Italian companies and 2 for Spanish ones.I don't know how to reach this...My workaound is this: with javascript I set presence = "hidden" for all the elements in the third page and so my output is still 3 pages but the last one is empty... not ve...

    Views

    331

    Likes

    0

    Replies

    1
  • 09-06-2010
    Hi everybody!I need a piece of code like this:var land = *some_kind_of_input*;switch (land) { case "GB": xfa.localeSet.name = "en_GB"; break; case "US": xfa.localeSet.name = "en_US"; break; default: xfa.localeSet.name = "it_IT"; break;}but this isn't working i think that xfa.localeSet.name = "en_US"...

    Views

    441

    Likes

    0

    Replies

    1
  • 08-06-2010
    I've been using external PHP authentication successfully on my project, and after upgrading to the latest version of the SDK, it seems that my authentication is now broken. Would you have any suggestions on what may have caused this? My authentication code is based off of Ryan Stewart's code from th...

    Views

    664

    Likes

    0

    Replies

    3
  • 08-06-2010
    Hey Guys,I'm having some issues with the form at the below link. I want the first dropdown to fill the second drop down which works but the unitPrice field isn't populating by the second dropdowns choice and what is in the wCSMMonth field. I'm just about bald on this one lol http://www.shingleme.com...

    Views

    731

    Likes

    0

    Replies

    2
  • 08-06-2010
    I am writing a custom component and I want to set a value on a process variable. However, I do not want the variable to be an "input" or "output".In the Execute Script, it uses patExec...What's the equivalent from within a component?Thanks.

    Views

    1.3K

    Likes

    0

    Replies

    4