Questions tagged [livecycle]

Adobe LiveCycle is a SOA solution from Adobe Systems, mainly used for business process management. It offers services for data capture,PDF processing, digital signatures, document security, content services, process management. The services can be orchestrated with a workflow manager.

350 questions
0
votes
1 answer

Current date/time field not populating correctly in LiveCycle ES2

What I need the field to do is whenever the form is first opened, I need the field to be populated with the current time/date. If I add a "Date/Time Field", change the "Value" to "Calculated - Read Only" and change the "Data Format" in the "Binding"…
Mr.Syrax
  • 396
  • 1
  • 9
  • 26
0
votes
3 answers

javascript adding a constant to a variable

I'm trying to validate user entered values as being within a range that is equal to a prior user entered number plus/minus constant numbers but the script seems to only recognize the lower bound of the range and the upper bound is always the prior…
0
votes
1 answer

Retrieve the configuration parameter in adobe livecycle

I have set a configuration parameter containing a path in adobe livecycle process. I want that path to be reflected in a fragment source file property of an xdp. Is there a way to retrieve the value of configuration parameter in adobe live cycle…
Rebooting
  • 2,762
  • 11
  • 47
  • 70
0
votes
1 answer

How to return a variable value when a check box is clicked in LiveCycle with Java Script

Completely new to Java Script & LiveCycle and I've searched Google for days, so I'm trying to find the answer here. It seems to me it should be simple, but I'm not a programmer. What would the Java Script code look like in LiveCycle to make a check…
JNG
  • 1
  • 2
0
votes
1 answer

LiveCycle javascript validation

I have this case: There is a numeric field, which must be filled with 10 numbered ID of the user. I need to have autamatic check of the existance of that ID. The formula is: [(p1 * 2) + (p2 * 4) + (p3 * 8) + (p4 * 5) + (p5) * 10) + (p6) * 9) + (p7 *…
0
votes
1 answer

Adobe Livecycle: how to get the value of process data

I have a process data defined in Adobe livecycle, addField as a string. I am passing the value of this variable as an input when i invoke a process. Further i want to compare the value of this process data if it is true or false. I am trying to use…
Rebooting
  • 2,762
  • 11
  • 47
  • 70
0
votes
2 answers

Scripting in Livecycle ES2

I have a form that has several groups named "transType", within these groups are a text field and a group of 3 radio buttons. Each radio button group has the values of Yes, No and Resolved. I have one radio button group at the top that, when…
Mr.Syrax
  • 396
  • 1
  • 9
  • 26
0
votes
1 answer

Renaming fields in a PDF

I have some code that is auto-filling a PDF form based on some properties. Initially, the errors I get when running the code pertain to the fields not being found on the mapping object, but once I change them to the correct property names, the…
Jesse Roper
  • 1,269
  • 7
  • 31
  • 56
0
votes
0 answers

Instantiation of date in Adobe LiveCycle

I use Adobe LiveCycle for making PDF reports into a J2EE webapp. I need to write the time of creation of document (hour and minutes). I tried 2 systems: Java - side: I use this code: return new …
alepuzio
  • 1,382
  • 2
  • 28
  • 38
0
votes
1 answer

LiveCycle Javascript Function ReferenceError

I can't figure out what I am doing wrong with this function for livecycle checking the email address. Livecycle console returns an error of "ReferenceError: emailAddress not defined" even though the function will fire the alert or…
Greg
  • 63
  • 2
  • 4
  • 11
0
votes
1 answer

Converting a percentage whole number in one field to a decimal in another field in Adobe Livecycle

I'm creating a budget template in Livecycle Designer. I have a field where users can enter a percentage as a number (for example if you want to enter 75%, just enter 75). I'd like another numfield box to take this number and convert it to .75 Can I…
0
votes
1 answer

Adobe LiveCycle populate drowndown from text field value

Does anyone know how to populate a dropdown list from a text field with comma-separated data? (using javascript or itext java) iText claims that their apt can not do this. I have seen people talk about using javascript but they do not tell you how…
0
votes
1 answer

LiveCycle ES 8.2 PDF dynamic population in PHP

I want my website to generate dynamic reports in PDF format. I found out recently about Adobe liveCycle Designer ES which create editable fields inside of PDF document. Does anyone knew if it is possible to create a empty template in Adobe…
Mithrand1r
  • 2,313
  • 9
  • 37
  • 76
0
votes
1 answer

Adobe Acrobat is repeating a form for no apparent reason

Heres a simple form to help illustrate the issue. This is not the complete code for a form since it was way too long (or bloated rather) to post. So if you open Adobe LiveCycle and create a blank document, insert the following as the main…
Brandon
  • 68,708
  • 30
  • 194
  • 223
0
votes
1 answer

Using LiveCycle How can I create and populate a new row in a table with values from other fields with a button press?

Here is my current code, so far the button will create a new row in the table and it will reset the fields (AdditionalComments, CellLocation, and FailureSelection, which are all text fields), but it will not allow me to populate the original…