Adobe LiveCycle Designer is a forms authoring tool published by Adobe. It can be used to create PDF forms and templates.
Questions tagged [livecycle-designer]
195 questions
0
votes
0 answers
Verify date entered on a PDF form is start of a pay period
Working on a PDF form in LiveCycle Designer, I have a field where employees will enter the proposed effective date for a schedule change. These can only be effective on the start of a pay period, which is every other Sunday. (For reference,…

Emily Beth
- 709
- 1
- 7
- 23
0
votes
2 answers
Use for loop to search an array of fields to find & replace text
I have created an XFA form using Adobe Designer (LiveCycle) which utilizes 25 textfields. I am trying to create a 'Redact' button which, when pressed, will iterate through the 25 fields and search for a name in the string value of each field. If the…

JHol8135
- 5
- 2
0
votes
1 answer
Upgrade from Adobe LiveCycle - Business Decisiosn 6.0 or Adobe AEM?
As you all know, Adobe stopped support on LiveCycle ES4 (which we use to design XFA/dynamic PDF forms).
We're trying to upgrade, but we have two solutions:
Business Decisions 6.0 (already installed on our servers and…

Kenyon
- 25
- 1
- 5
0
votes
1 answer
Match a LiveCycle decimal field to a pattern
We have a decimal field in a LiveCycle Designer-designed PDF form that is intended to capture a latitude value. I want to make sure that the users enter exactly three decimal places. And I don't want the PDF to create the decimal digits for them. …

Emily Beth
- 709
- 1
- 7
- 23
0
votes
0 answers
XFA form loses interactivity when filling XML data with IText
I have an Adobe LiveCycle form which is dynamically composed. We need to load XML data into this form. I tried that with IText and it worked. But after filling the form it has lost its interactivity. How do I fill the form so that it still generates…

Plingoo
- 1
- 1
0
votes
1 answer
FOR loop and Array issue
I'm using Adobe Livecycle Designer ES4 to create some report. Based on XML a try to fill table. I have problem with Array. I push data into array in for loop. Below examples of my code:
Results - blank textbox
var print_data =…

DirtyFrank
- 59
- 10
0
votes
1 answer
how to specify data file in adobe live cycle designer?
I am following the documentation tutorials point at which I am stuck this tutorial has given how to attach the pdf with the data file in preview mode. I have successfully done it but , I don't know how to do it for the time when we are going to open…

Nipul Sindwani
- 81
- 1
- 8
0
votes
1 answer
Page break in Adobe LiveCycle with flowable content
It's the first time working with Adobe LiveCycle Designer.
I have a long pdf template.
I'd like to insert a page break between two section.
I don't find the right tool or option for this.
So I tried to split the layout in two pages.
So at this…

Falco
- 1,458
- 3
- 19
- 47
0
votes
1 answer
how to split a string and fill a dynamic table with the values inside that string in adobe livecycle?
I have a text that is a combination of values separated with commas "," and I want to split it and fill some column inside a table with those values.
I tried this code in the indexChange event of the table row:
var raw =…

Kareem Essam Gaber
- 643
- 1
- 6
- 16
0
votes
0 answers
Field value is not printed from SAP Adobe form
I have a table lt_recipe_data which has rcp_head_data as another table having many fields from which copied_from is one field among them.
I am printing all the data from table into adobe report. The report has a table of same structure and having…

SmartieHead
- 63
- 3
- 8
0
votes
0 answers
Setting the Visiblity of Tables based on a variable in a loop
I have a Table Looping over structure that have elements.
One of these elements is the type, that should be used to determine the visibility of the tables inside of the loop (1 Table should be visible)
In the java script, I tried to assign this…

HUJ
- 47
- 1
- 6
0
votes
1 answer
How can we prevent user using Print button from Adobe Menu in LiveCycle xfa Form using JavaScript?
I want to user to use print button on the form not on the adobe menu? How can I disable and pass error message every time user click the print button from adobe menu? using JavaScript for Xfa forms that are developed in LiveCycle.

TechVINO
- 53
- 1
- 1
- 7
0
votes
1 answer
Adobe Livecycle ES4: Conditionally bind xml child nodes to a table
I currently have a set of xml child nodes that are bound to a table using the data binding of CustomerInvoice.PriceAndTax.PriceComponents[*].
The PriceComponent element structure is:
Value…

Peter Campbell
- 661
- 1
- 7
- 35
0
votes
0 answers
Why doesn`t the code work - Adobe LiveCycle Designer - JavaScript
I have a subform that has to duplicate itself when I press a button. This code is in the click event of the button. It is in Adobe Livecycle designer - Javascipt. Why doesn't it work ? It wasn't written by me
var rd =…

S C
- 73
- 7
0
votes
1 answer
SAP Adobe Livecycle Designer PDF import crash
I am trying to import a PDF into SAP Logon using Adobe Livecycle Designer.
Every time I try it, my SAP Logon freezes and I have to login again.
There is no error message or anything that could give a clue.
I made the PDF super simple, with only a…

FeinerDude
- 1
- 2