Expand my Community achievements bar.

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

  • 3/25/20
    I have already a lot of different pdf forms used to register learners as they start their apprenticeship with my company. Different programs mean different length. This is more a personal habit to try to see if I can make it. I managed to make a commercial registration field with buttons to add and ...

    Views

    14.9K

    Likes

    0

    Replies

    9
  • 3/23/20
    I have Java Code that invokes Adobe LiveCycle APIs. The code will eventually render the PDF by applying reader rights and merging XML with the Template. This is how it is implemented: Tomcat Server --> Java --> Adobe LiveCycle However, sometimes, the operation fails with the following errors when ca...

    Views

    2.7K

    Likes

    0

    Replies

    0
  • 3/23/20
    Hello all, My goal is to to color each cells independently in gray if it has been modified. (this is not a dynamic form, we only render it) I would like to know the differents possibilities on how to treat that problem.I already have something that work. However it fail to render on the 'real' serve...

    Views

    1.8K

    Likes

    0

    Replies

    0
  • 3/21/20
    Hello dear Community, I have a text field with a data binding. I load an email into the text field. This email contains an image and a signature. But these are displayed as follows:If I display the image with an image field below the text field, then I see the image as well. In the XML-View I have t...

    Views

    3.4K

    Likes

    0

    Replies

    1
  • 3/19/20
    I am very new to live cycle and am learning as I go, basically web searching for help and trial and error (lots!).  I am trying to figure out what code to use in each of the 8 columns of a table I have in order to sum each columns' user entered value.  The table has a header row, and then row 1 has ...

    Views

    8.6K

    Likes

    0

    Replies

    6
  • 3/17/20
    Hello again, I have noticed a lot of people ask questions on how to calculate percentages easily and correctly. I recently made an invoice template that if you want to offer a discount - say 5% or 37% of the subtotal i will quickly calculate it. Subtotal is calculated (Just a FormCalc calculation of...

    Views

    1.3K

    Likes

    0

    Replies

    0
  • 3/16/20
         I have been browsing and browsing trying to find the best way to populate 12 months based on the Date selected. I have found a few samples of code but have not been able to get them to work. Need it to display as just the short version of the month (Mar for March, etc) in the Red Boxes under ea...

    Views

    3.9K

    Likes

    0

    Replies

    2
  • 3/15/20
    I have a text that is a combination of values separated with commas "," and I want to split it and fill some column inside a table with those values.I tried this code in the indexChange event of the table row:var raw = this.EXTKD.rawValue.split(','); this.EXTKD.rawValue = raw[this.index];knowing tha...

    Views

    2.6K

    Likes

    0

    Replies

    1
  • 3/14/20
    Hi everyone, so a while back I remembered looking for the ability to open drop-down lists on enter / click and have auto complete in a STATIC form. This behavior was thought to be impossible by design and many have searched for the function to no avail. I was upset enough at this and came up with an...

    Views

    6.4K

    Likes

    0

    Replies

    4
  • 3/14/20
    Hi there everyone, So I have noticed that people for a long time have been searching for a way to print only a specific page in a PDF with a button and there were no answers, until now (at least I have noticed that by doing Google searches, community searches so on). So I made a fix with a short lin...

    Views

    1.4K

    Likes

    0

    Replies

    0