Expand my Community achievements bar.

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

  • 10/8/09
    Hello,I have a pdf form that I'm viewing in Acrobat.  When I click a button on that form I want to generate a completely different pdf form in another instance of Acrobat.  Thus, having two instances of Acrobat open at the same time looking at two completely different forms.How can this be done? is ...

    Views

    1.4K

    Likes

    0

    Replies

    6
  • 10/8/09
    I finally realized that unlike other programming environments, in Designer, when a script fails, it fails silently. It doesnt tell you where the fail point was (which line) or what type of error caused the problem (object type mismatch, undeclaired variable, etc.)I eventually started shotgunning app...

    Views

    1.6K

    Likes

    0

    Replies

    6
  • 10/8/09
    This is probably very simple, but I can't seem to find the answer. I am using LiveCycle Designer 7.0.I have a numeric field that calculates the percentage of change between two other numeric fields. Because the divisor in the equation can be zero, I have placed the calculation within an "If,Then,Els...

    Views

    1.1K

    Likes

    0

    Replies

    2
  • 10/8/09
    Hello,I have a pdf form with some monetary fields. Each field shows the localized currency symbol.Is it possible to change the currency symbol dynamically (example from the euro symbol to the dolar symbol)?I ask this because I would like to use the same form with different currency symbols. For inst...

    Views

    5.9K

    Likes

    0

    Replies

    4
  • 10/8/09
    What are the implications or cautions when changing a short lived process to long lived process and vice versa?

    Views

    1.1K

    Likes

    0

    Replies

    2
  • 10/8/09
    After creating a usable form I would like to now have the informaiton from the form be importable to an Excel file or Db.  I can create the xml or xdp file with a button on the form and send it to the person who will be organizing all the information.  When I open the xml or xdp file  with excel ins...

    Views

    1.3K

    Likes

    0

    Replies

    2
  • 10/8/09
    I need a new instance of this subform: assessment.Page3.Standards.Standardsdetailto be created when this button is clicked:assessment.Page3.addanotherstandard.Button1I tried this code on the button:xfa.form.assessment.Page3.Standards.Standardsdetail.addInstance(true);but it doesn't work.I'm a newbie...

    Views

    1.9K

    Likes

    0

    Replies

    7
  • 10/8/09
    I am making a long, complex interactive dynamic form. How do I make the form so that only the page/section the user is working on is visible and renders?

    Views

    494

    Likes

    0

    Replies

    0
  • 10/8/09
    I noticed that if you click on send after typing in a message, the message is cleared once it is transmitted.  However if you use the enter key it remains in the typing box even after the message is transmitted.

    Views

    657

    Likes

    0

    Replies

    0
  • 10/8/09
    I am currently using Adoboe LiveCycle Designer 7.0 trying to develop a QA scorecard.I need to know how to write a script so that when a checkbox is selected a numeric field returns a defined number.  If the box is left uncheked the numeric field would populate with a zero.  For example. There are 12...

    Views

    2.0K

    Likes

    0

    Replies

    13