Expand my Community achievements bar.

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

  • 12/6/12
    While using the following codeExportPDFResult result = pdfGenClient.exportPDF2(                inDoc,                inputFileName,                ConvertPDFFormatType.RTF,                null);I am getting the exception.Error OCCURRED: ALC-PDG-080-023-Acrobat_PATH environment variable either not se...

    Views

    1.9K

    Likes

    0

    Replies

    2
  • 12/6/12
    HII am hoping someone can give me some advice. I need to repeat a flowed subform, which has a dynamic (growing) table in it (grows using add row button). In that table, there is a calculation (summing a column).That sum is then used in another table lower in the same subform, in a couple of places (...

    Views

    580

    Likes

    0

    Replies

    0
  • 12/6/12
    Hi all, new to Livecycle so I could use a little advice.I'm trying to insert multiple checkboxes into a single table cell, but as far as I can tell that seems impossible as one checkbox fills the entire cell. Now how do I go about splitting the table cell into 2 rows so that I can insert both of the...

    Views

    1.2K

    Likes

    0

    Replies

    0
  • 12/6/12
    We are trying to determine whether we should be using Adobe LiveCycle forms for our user input pages, or use a web input form (jsf) that is part of the application server. The data captured would then be rendered in multiple output forms. (printing, etc) We've proofed that it can be done, but our ex...

    Views

    659

    Likes

    0

    Replies

    0
  • 12/5/12
    HiI am a newbie to LC.  I sent out my 2nd form without binding 98% of the fields.  When I update the response file, no data is populated.  Is there a way to pull the data from the form without sending it out again or typing it all in?  I have tried to export the form into excel but not all fields po...

    Views

    971

    Likes

    0

    Replies

    0
  • 12/5/12
    Hello All,I have a scenario where:1. I have a Table with Rows with readOnly property.2. I want to add a new Row to the table dynamically, and that new Row should be writeable.3.I have added the the following line in the click event of the button which adds a new row.form1.Table1.Row1.access="";But i...

    Views

    1.8K

    Likes

    0

    Replies

    6
  • 12/5/12
    Hi, I am new to LiveCycle. I would like to create a list at the end of a document that shows all checkbox selections throughout the document. Is this possible?I'm using Livecycle Designer ES3.Thanks

    Views

    899

    Likes

    0

    Replies

    2
  • 12/5/12
    Hi everyone,Does anybody know , how to install/config BlazeDS on Jboss7Thx

    Views

    1.7K

    Likes

    0

    Replies

    0
  • 12/5/12
    hi i am following steps from http://help.adobe.com/en_US/livecycle/9.0/workbenchHelp/help.htm?content=003896.html my web method is   @RemoteMethod(transactionAttribute = Constants.TransactionAttribute.REQUIRED)  @LocalMethod(transactionAttribute = Constants.TransactionAttribute.REQUIRED)  @ServiceEn...

    Views

    1.2K

    Likes

    0

    Replies

    0
  • 12/4/12
    var producerCdList = xfa.resolveNodes("xfa.record.policyCert.polProducer[*]");var i=0;var cd = new Array();;for(i;i<producerCdList.length;i++){    //cd = producerCdList.getElement("producerCd",2).rawValue;    cd[i] = producerCdList.item(i).getAttribute("producerCd");     //future evaluation/validati...

    Views

    775

    Likes

    0

    Replies

    1