Expand my Community achievements bar.

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

  • 4/1/13
    Hello!I'm hoping that someone can please help me troubleshoot an issue I'm having with a table in my form. It has a menu associated with each row that allows you to add, delete, reset, etc. rows. The name of the table on the form is the Purchase Items table. It's the first table on the form. Here ar...

    Views

    1.5K

    Likes

    0

    Replies

    7
  • 4/1/13
    I have  downloaded ESD for LiveCycle ES4 and it does NOT include a self-running Quickstart jar file, com.adobe.granite.microcore.jar, in the \CRX directory¿Can the ES3 version be used?

    Views

    1.5K

    Likes

    0

    Replies

    4
  • 4/1/13
    Hello,I am trying to copy one text field, EmployeeName, to another, Contacts, for an incident report form I created in LiveCycle.  I am still new with Javascript, and have found this code which I thought would work:getField("EmployeeName").value == getField("Contacts").valueAsString;The problem I am...

    Views

    1.4K

    Likes

    0

    Replies

    3
  • 4/1/13
    Hi,I'm new to LiveCycle and JavaScript and I was hoping someone could help me with this form I am creating.This is what I want it to do:I have a dropdown list named 'Area' which drops down to 3 options.  Once the form filler selects an area, they will then select an option from dropdown list 2 which...

    Views

    653

    Likes

    0

    Replies

    1
  • 4/1/13
    if i develop a custom component and that component internally calling other component such as pdfg ,asssembling, reader extension,encryption etc. how can make use of those services in my custom component programatically.

    Views

    1.7K

    Likes

    0

    Replies

    1
  • 3/31/13
    I have two cells being calculated. I want the the third cell to automatically fill-in based upon the lesser of those two values.Example: If cell1 = 5 and cell2 = 7, cell3 should autofill with 5, the lessor of the twoIf cell1 = 5 and cell2 =3, cell3 sould fill with 3.Formula so far in layout:if (MaxL...

    Views

    1.3K

    Likes

    0

    Replies

    2
  • 3/31/13
    Dear all,I downloaded and installed the trial LiveCycle ES3 Server of Jboss from below link.http://www.adobe.com/content/dotcom/en/devnet/livecycle/downloads.htmlAfter installation, I don't know how to make the configuration or how to run LCRE, which is the executive one?I just want to use LCRE to e...

    Views

    1.7K

    Likes

    0

    Replies

    2
  • 3/30/13
    Hi All.I have simple form with CheckBox and Table. I show table when CheckBox is True. My code: form1.#subform[0].CheckBox1::change - (JavaScript, client)if (CheckBox1.rawValue == true)    Table1.presence = "hidden";else    Table1.presence = "visible";But I would like to hide Table in case when user...

    Views

    1.1K

    Likes

    0

    Replies

    2
  • 3/30/13
    I've made a few forms for my work, and I'd like to print them and put them into a portfolio to take to future job interviews and yearly reviews. I'm trying to avoid having to take screenshots and paste them together, but if that's what I have to do, I can. Is there a feature in LC that will allow me...

    Views

    711

    Likes

    0

    Replies

    2
  • 3/29/13
    I am in the process of creating a form consisting of many fields as an in-processing form for my job. The issue is that every field needs to be required but when they are hidden they are still reading as required. How would I keep conditional logic and make only the fields that are not hidden requir...

    Views

    1.9K

    Likes

    0

    Replies

    4