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

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list
Sort
  • Most Recent
  • Most Views
  • Most Likes
  • Most Replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • on 24-09-2010
    i have a form which consists of several checkboxes and text or numeric fields. i want checkboxes to control the visibility of the other fields. i use the following script: ygh.#subform[0].checkBox1::change - (JavaScript, client)if(this.rawValue==0)  numericField2.presence="invisible";else  numericFi...

    Views

    690

    Likes

    0

    Replies

    2
  • on 24-09-2010
    Hi,I have a form with a table being pre-populated by an XML file.That works fine.Now I want to give the user the possibility to add more rows.For that purpose I added to the right-most field of the table row an exit-event with this JavaScript code:this.parent.instanceManager.addInstance(true);The st...

    Views

    980

    Likes

    0

    Replies

    2
  • on 24-09-2010
    Hello @all,I encountered a problem dealing with the state of a filled form. If I fill (and save) a form using Acrobat Pro the changes are seen when opening the form in Acrobat Pro again, but not in Acrobat Reader 9.x. If I start filling it with Acrobat Reader the changes are only seen when reopening...

    Views

    1.8K

    Likes

    0

    Replies

    4
  • on 24-09-2010
    Hello,I would like to create a script which save my document, but it does not work.I doh not manage to get back the current document " this " to get back the button of the script... this.saveAs("/c/backuppdf.pdf");Thanks topmostSubform.Page1.Imprimer::mouseUp - (JavaScript, client)

    Views

    1.1K

    Likes

    0

    Replies

    8
  • on 24-09-2010
    Hi All,I am having a table in which row1.column1 data is mapped with xyz atttribute from XSD which is having multiple occuraces.Same attribute is mapped with row2.column1.But ro3.column1 data is not getting displayed completly only few data is gettin displayed.Example<MYXML>     <EMP>          <name...

    Views

    2.0K

    Likes

    0

    Replies

    2
  • on 23-09-2010
    Dear all,First, I remember reading some posts on solving bugs with LC Designer by removing lines :<?templateDesigner StyleID aped0?><?templateDesigner StyleID aped3?>I found my dynamic pdf when saved as xdp, got a hundred of above lines, should I remove it for better performance?--------------------...

    Views

    3.7K

    Likes

    0

    Replies

    8
  • on 23-09-2010
    Hello,I tried to access my rooms using the latest LCCS Room console app and I just can't anymore.I added other rooms and get the same behavior: hourglass is running but nothing happens event after several minutes.How can this be fixed?BTW does the free developer account have any limitations at all?T...

    Views

    1.7K

    Likes

    0

    Replies

    16
  • on 23-09-2010
    Hello,I am trying to get a form that will calculate the annual salary of an individual from a paycheck amount.  I have three fields: "paycheckAmount", "paymentFrequency", and "annualIncome".  The paycheckAmount field is set to be a number field.  The paymentFrequency field is a dropdown menu that gi...

    Views

    1.2K

    Likes

    0

    Replies

    8
  • on 23-09-2010
    I am trying to take a fillable pdf, add a email submit and save it. When I open the pdf in LiveCycle I get told that opening the file will remove all usage rights (and it does, I can only save my modified file as a static pdf). How do I maintain the fillable form?intbt

    Views

    527

    Likes

    0

    Replies

    1
  • on 23-09-2010
    I am rendering the PDF with an XML data at runtime.. The user make some changes and decides to rollback all the changes done in that session.Currently I am using the command xfa.host.resetData(); which is blanking out all the fields in the form.Can the form be taken back to the rendered state which ...

    Views

    619

    Likes

    0

    Replies

    1