Does anyone know why when I make an object, say, 29 cm in LiveCycle, when it's printed it comes out larger (29.5 cm)?I'm saving the file as a static pdf and printing it in "actual size" in Acrobat.Has LiveCycle created yet another way to screw with me and make my life a cold, bleak wasteland (suck i...
Hi Experts - I have a JavaScript that worked well in Acrobat. Its function is to tick a checkbox when text is entered into a text field. I'm trying to apply the JavaScript to do the same thing to another set of boxes (text field and checkbox) in LifeCycle. In LifeCycle - I have entered the JavaScr...
I'm new to Livecycle and need some help. I have a numeric object and I want to make sure the user enters 10 numeric characters. I want to check and make sure the records contains 10 numeric characters and if not, I want to display a message and set the focus back to the numeric object. Problem is...
Dear All,First, thanks for reading this post. I will really appreciate any comment or help which might help me troubleshooting my current issue.To make it very quick :1 - I created a PDF format with Adobe LiveCycle Designer (ES2)2 - I "Distributed" the PDF format to have one editable file that my cl...
Hello,I am creating a form in LiveCycle. I have tables in my form that are now starting to overlap the content below them as they expand to accommodate the text typed in them. I have been watching this video below and the presenter is able to have the content below get pushed below as the text expan...
I'm creating a dynamic form and have been using the Action Builder in LiveCycle ES4 with no problems. Now all of a sudden I'm unable to create a new action using the action builder and I have no clue what stopped working. It says that I can't use the Action Builder for an HTML form but I didn't ad...
I am attempting to update a PDF in LiveCycle Designer ES2. Before i made the updates i was able to populate the PDF with data and save. After i made the edits to the PDF i am unable to save any data that i populate the form with. Does anyone have any insight as to what could be causing this? It seem...
Using FormCalc, I wish to calculate from a user entered start date, adding 90, 180 or 365 days to get to get an end date. I am using radio buttons for the 90, 180 and 365 days. So far I have this: (radioButton.rawValue==1)//radio button bound to 1 is on/yes then;// and I have this: current=Date2Num...