Expand my Community achievements bar.

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

  • 9/24/10
    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

    833

    Likes

    0

    Replies

    2
  • 9/24/10
    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

    1.1K

    Likes

    0

    Replies

    2
  • 9/24/10
    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

    2.2K

    Likes

    0

    Replies

    4
  • 9/24/10
    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.4K

    Likes

    0

    Replies

    8
  • 9/24/10
    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.2K

    Likes

    0

    Replies

    2
  • 9/23/10
    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

    4.1K

    Likes

    0

    Replies

    8
  • 9/23/10
    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

    2.3K

    Likes

    0

    Replies

    16
  • 9/23/10
    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.7K

    Likes

    0

    Replies

    8
  • 9/23/10
    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

    700

    Likes

    0

    Replies

    1
  • 9/23/10
    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

    710

    Likes

    0

    Replies

    1