Questions tagged [livecycle-designer]

Adobe LiveCycle Designer is a forms authoring tool published by Adobe. It can be used to create PDF forms and templates.

195 questions
0
votes
1 answer

Remove everything after first commas (,) from string In Adobe LiveCycle

I have textfield1 and textfield2, I want to reduce characters after commas in textfield2 example: textfield1 = This is mango, the color is green in textfield2 = This is mango I want to use if with initialization / trigger "comma (,)" If in php like…
0
votes
1 answer

The same value in all rows in Adobe Form

I created a SAP Adobe form but some fields like Price remains the same value for all of the subjects whilst it should print the respective value for each item. I tried Modify statement but it gave nothing. Any suggestions?
Korca95
  • 1
  • 1
  • 6
0
votes
1 answer

Converting XDP to PDF using Live Cycle replaces question marks(?) with space at multiple places. How can that be fixed?

I have been trying to convert XDP to PDF using Adobe Live Cycle. Most of my forms turn up good. But while converting some of them, I fine ??? replaced in place of blank spaces at certain places. Any suggestions to how can I rectify that? Below is…
0
votes
0 answers

AEM -No scrollbar appears in textarea when rendered in HTML view

Is there any settings on how can I show a scrollbar when the text area is rendered in HTML view? I already ticked the Allow Multiple Lines in the Object Pallete
0
votes
0 answers

AEM - How to create a template/ masking in textfield

How can I mask my textfield. For example: Upon initialization: The textfield should look like this ISBN/______/__ -> where the underscores should contain the user input. I have a default text which is ISBN/ /. ISBN/ cannot be deleted whenever…
ACE_07
  • 21
  • 7
0
votes
1 answer

ES4 Dynamic Tables - not growing the table rows

I am working with ES4 and trying to create a table that will grow with the use of a button. I followed an online tutorial that was about 4 years old, but all the steps were valid with my version of LiveCycle. So I used the table wizard to create a…
Rob Riggle
  • 47
  • 8
0
votes
0 answers

Livecycle javascript with repeating pages and table rows, subsequent pages do not perform js

I have a dynamic LiveCycle form that repeats pages and has repeating table rows based on XML. I have added some JavaScript code to "hide" rows if there is no data in that row. First page works well but subsequent pages do not process the…
0
votes
1 answer

How to aim a check box in scripting when Checkbox got Text added (Livecycle Designer)

I want to get a colored edge around a checkbox in lifecycle with scripts (only want it if it's not filled out, but that's not the point). Now the checkbox got caption added, so if I do this: this.border.edge.color.value = "200, 100, 50"; the Script…
Tim Merz
  • 3
  • 2
0
votes
1 answer

How to embed font in LiveCycle Designer XDP form?

How can I embed fonts in LiveCycle Designer when I am saving the form as an XDP file without installing the font on my machine? I tried installing the font on my machine, but when opening the same file in other machine the font doesn't show up. How…
0
votes
0 answers

LiveCycle: Load JSON data into pre-existing objects

A quick overview of the situation: For simplicity of complicated data, I've got a series of JavaScript objects (built using function Object Factories) that handle auditing data, so for example, you have a child object inside a parent object inside a…
SE Does Not Like Dissent
  • 1,767
  • 3
  • 16
  • 36
0
votes
1 answer

How do I access a page instance from within a script on a master page?

I have a button and script on a master page that is meant to remove the page when it is clicked. But as far as I can see the script on the master page can only see the masterpage - it cannot see the page that is 'hosting' it. Unless I can find the…
pperrin
  • 1,487
  • 15
  • 33
0
votes
1 answer

Fill XFA form from LiveCycle 11 which has an empty xfa:datasets and no dd:DataDescription node

I have a pdf. The xfa:datasets node looks like this: Thus I can extract no information about the underlying schema, so I can't…
Erikest
  • 4,997
  • 2
  • 25
  • 37
0
votes
1 answer

How to get outlook to display only a link caption, not the whole link?

Inside a PDF file I set up a button for sending an email. It's a request email than should be approved or denied. I want the receiver to simply make 2 clicks in order to respond: Click on either "Approve" or "Deny" (a new email pops up) Click on…
Cold_Class
  • 3,214
  • 4
  • 39
  • 82
0
votes
1 answer

How I could change line colour in livecycle?

I'm developing a form with Livecycle ES2. I need to change color of a line in a field: I can change background colour with: var GREY = "225, 225, 225"; this.ui.oneOfChild.border.fill.color.value = GREY; But, i don't know how to change color of…
Scottie
  • 1
  • 4
0
votes
1 answer

Populate table from array in LiveCycle Designer

I am relatively new to Javascript and have gotten my head around some of the basic language and functions used for creating Forms in LiveCycle Designer ES4. I have 4 check boxes (say "check1", check 2...), and 4 predefined arrays ( "array1",…
Joel
  • 1
  • 1