automatic numbering in a invoice form
Hi, how to create an automatic invoice numbering in a form on LiveCycle Designer 4? Each realization of a new invoice number must appear after the number of the previous bill. Thank you in advance for...
View ArticleHow to Clear red border for a mandatory field
On exit event I am using the script below to clear the red mandatory border around the field: if (IssueDate.rawValue !=null){IssueDate.mandatory = "disabled"; }else{ IssueDate.mandatory = "error";} I...
View ArticlePopulate Text Field from Multiple Drop Down Lists
I have a text field where I would like the data to be automatically prepopulated from a drop down list that the user selects, the only issue I have is that there is potentially 30 different drop downs...
View ArticlePagination is still greyed out
I want to add multiple master pages to my form (one in portrait, one in landscape). I thought this would be easy. I am pretty new to Livecycle but I thought using the pagination settings would be the...
View ArticleXML with Textfield values
I would like to edit a textfield with default text in it. For example textfield would look like: "Blue Car's are faster because they run on a special fuel. Jim bought the Blue car model...
View ArticleLine Height inside a text field
I have a text field with some text already scripted to be entered when a button on the form is pressed. How do I get the line spacing size between paragraphs to be a space of 6pts (or whatever size) I...
View ArticlePositioned Signature Subform Issue
I'm building a sales contract form and am struggling to find the best way for the signatures subform to appear only on the last page and not be overwritten by flowed data from the subforms making up...
View Articleloading data from xml file for the preview html5
I created a form with livecycle design now I installed es4 but I can not make the preview with an xml file that contains data that is to exploit the drop-down-list, while doing the preview in pdf I can...
View ArticleData limit for extracting XML?
Hello All, Can anyone help with the data limit for extracting an XML from a text field? Scenario: I have a text field with limit defined as 1000 characters. Can you please let me know if there is any...
View ArticleChange button background fill property
Hi, I'm building a dynamic form and I have a requirement to change button background fill style from Linear to Solid using javascript. I'm using Linear style to represent active button and Solid style...
View ArticlePopulate Text Field Based On Drop-Down List Selection
New here, can someone help with the following;Dropdown list > address info is based on list selection (address info is multiple lines "address, city, st, zip, phone" So user is filling out a form,...
View ArticleHow to make a section disappear when you click a radio button
I am trying to figure out two questions; On the Adobe LC form my company has created, users have the option of choosing one of two radio buttons at the very start of the form. I want to know how to...
View ArticleHow to convert numbers to text in a form created in LiveCycle Designer?
I am relatively new to Livecycle Designer and very much a newbie with JavaScript and FormCalc. I have created a Conditional Sales Contract form and when the user enters a dollar amount (1548.95) I...
View ArticleUsing LiveCycle how can I edit an individual field row value in table after...
I have created a 90 row table using "Repeat Row for Each Item" distributed in 4 pages, I have a field named "Manufacturer" which has a drop down with six values, I also used the "Global Data" binding...
View ArticleHow to make a field required
I'm using Adobe LiveCycle 8.0. I just created my first form. There is a few fields I would like to make required. I already have the TAB order the way I need it to be. Here's what I need to happen: If...
View ArticleHow do I enable users to add tables at runtime?
I would like to allow a user to be able to add tables to a pdf at runtime. To be clear, I have a table created and wish to add a set of buttons that allow a user to expand or add/subtract rows to a...
View ArticleBeginner Questions on Using Livecycle - Form Driven By Combo Box?
I am new to using LiveCycle and have some basic questions. Hoping someone can help put me in the right direction. I have created a form, with fillable fields and binding field names. I still need to...
View ArticleHow Can I Increment a Counter on a Master Page?
I am working on a very complex form and have hit the proverbial wall. I have uploaded the file to the URL below and am seeking assistance in finalizing the form. Here is the URL for the file....
View ArticleScripts stop working when extended with "additional features"
I have a couple of scripts that work fine in both Pro and Reader, but when I Save As -> Reader Extended PDF -> Enable Additional Features, they stop working (in both Pro and Reader). Other...
View ArticleInsert File Path into Text Field
I am trying to create a text filed at the bottom of a form document that will automatically input the file path (e.g.. C\:Folder\File) of the document itself after the document is saved. I've looked...
View Article