Expand my Community achievements bar.

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

  • 7/23/12
    We have a license for LiveCycle, but I'm trying to find documentation regarding the OCR capabilities that Adobe has.The goal is as follows: to create a service that receives a file (image or pdf), runs OCR on it and then returns the text within. If it was a PDF passed in then it would be nice to ret...

    Views

    6.7K

    Likes

    0

    Replies

    5
  • 7/23/12
    Here's my script located on the click event of an invisible button://Create a variable to hold the document objectvar v1 = form1.page1.selEquip.regEquip.rawValue//REGULAR EQUIPMENT if ((v1 == " ") || (v1 == null)) {    xfa.host.messageBox( "Please select the type of equipment for this position" );  ...

    Views

    607

    Likes

    0

    Replies

    1
  • 7/23/12
    Hi,So i have been working on a file for about 2 hours and then i got the "LiveCycle has stopped working" error message and all I could do was hit Okay to shut down.So I lost about 2 hours worth of work that I would like back.Does LiveCycle back up to a temp file (similar to what word does)?Is there ...

    Views

    1.6K

    Like

    1

    Replies

    4
  • 7/23/12
    Hi all,I have a scenario where I have one script object (MyTexts1) containing a lot of text for the form (each of the texts are stored in variables (fx. MyTexts1.infoText1). The variables are named after the fields (meaning that I have a field called "infoText1"). So for each field I call a function...

    Views

    1.6K

    Likes

    0

    Replies

    4
  • 7/23/12
    This question was posted in response to the following article: http://help.adobe.com/en_US/livecycle/10.0/AdminHelp/WS92d06802c76abadb-5145d5d12905ce07e7-7e8d.html

    Views

    795

    Likes

    0

    Replies

    1
  • 7/23/12
    I am designing a new PDF form using adobe livecycle designer within SAP.While rendering the PDF document a popup appears with the title "Warning: JavaScript Window"POPUP # 1Warning: JavaScript Window-This PDF form requires a newer version of Adobe Reader. Without a newer version, the form may be dis...

    Views

    2.3K

    Likes

    0

    Replies

    0
  • 7/23/12
    Hi, we are working on LiveCycle ES2.5, and we have many pdf documents, some of these documents use a data connection to call (use)  a process deployed on the JBoss server using the SOAP url, after a restart to the server any user opens any pdf document, that is using data connection, inside the work...

    Views

    1.2K

    Likes

    0

    Replies

    0
  • 7/21/12
    I am trying to deploy ES3 on Weblogic 10.3.6 and am having a problem with Configuration Manager. When I Verify Server Connection, the CM spins for a bit then comes back with a ALC-LCM-100-011 error, Cannot Connect to Application Server.In the CM log there is this:com.adobe.livecycle.cdv.CDVInternalE...

    Views

    2.6K

    Likes

    0

    Replies

    2
  • 7/20/12
    I have a date field, which I auto-populate to be the current days date with the following code:var date=new Date();var month=date.getMonth()+1;this.rawValue=month+"/"+date.getDate()+"/"+(date.getYear()-100);This works fine, but it comes out as 7/20/12 instead of 07/20/2012 like my pattern defines.Wh...

    Views

    1.0K

    Likes

    0

    Replies

    1
  • 7/20/12
    I have a multipage form with 18 differant signature fields. I need to initialize the form with Page 1 hidden and then after signing a certain field, that page becomes visible. My code is as follows: PostSign for field form1.RCP_Form_Page1.Block_28.Suppliers_Signature is:form1.ProcurementLetter_Page1...

    Views

    4.5K

    Like

    1

    Replies

    5