I have a table with 9 columns and 28 rows - I have created a further row at the bottom and I would like the total that columnI have labelled each row 'cost' and the header row is labelled 'totalcost'I have made the result cell a numeric field labelled totalI have tried formcalc but just cannot to g...
We are transitioning to using Gmail. I have developed our first LiveCycle Designer form. One of the employees who tested Gmail early, before the rest of us transition, has attempted to use the email submit button on the form. Clicking the email submit button results in the program crashing. It seems...
Our organization purchased ES4 two years ago and installed it on Windows 7 workstations. We are now looking to upgrade the OS to Windows 10. I am testing the installation on an isolated test network and have attempted it on virtual workstations (using VMware 5.5) as well as a physical workstation,...
Hello, I have the below script, which works perfectly fine except that it doesn't read the cCC. Anyone know what I am doing wrong? Event type: Click Object type: Button with control type Regular var subject = CC_request.REQUEST.DD_tool.rawValue + " " + CC_request.REQUEST.GEN_document_number.rawValue...
I created a form several months ago in LiveCycle ES4. Have no issues with users filling in the form, hitting the submit button and sending a completed form. I now have several users in the organization that are using Acrobat DC and are unable to send or save the form with any data.This is very serio...
Hello Team ,I have an WorkBench Application which is packaged into .lc Application and deployed into Adobe Live Cycle Server.WorkBench Application consumed Adobe Live Cycle Component developed in JAva ID eclipse .Basically I need to debug Live Cycle Componenet.Please help me configuring Eclipse and...
I'm using Lifecycle ES4. I have a form in which one of 5 company logos is selected from a drop down field. That selection also fills in the appropriate contact information for the selected company. My problem is when a text field (called facilityName) is completed by the user, the logo disappears. ...
I have 2 date fields. I need to prevent users from being able to enter a to date to be earlier than the from date. I tried the following code, but it did not work:var currentEpoch = TYBEGM.rawValue;var dueEpoch = TYENDM.rawValue;var logicTest = dueEpoch - currentEpoch;If (logicTest < 0){xfa.host.mes...
Hello,I've been trying to troubleshoot this for several days now and I seem to still be missing something.I have a drop down menu with two options. In the properties for the drop down, I specified in the Binding tab to "Specify Item Values" (1 and 2).Under the Change Event I place the below code.if ...
It seems impossible to sign a pdf document with a Cacert client certificate.When signing or reading an already signed document, Adobe Reader downloads the CRL file (Certificate Revocation List) from the Cacert site (http://crl.cacert.org). This download has to be aborted because it takes too much ti...