Change the fields that get tracked in a distributed PDF
I have been working on a pdf catalog, with a requestor information section and 6 different groups of items to be selected, which all get summarized at the very end. When I go to distribute this pdf,...
View ArticleConvert an excel formula into javscript for livecycle
Wondering if someone can help me out by making this functional in Livecycle. Thank You If (DecimalField2 < 1, DecimalField4, DecimalField8)
View ArticleHow can I make a decimal field default to a negative dollar amount?
I am doing a form that basically works like a check book. I have one column that is ALWAYS going to be a negative dollar amount. I've figured out how to make the number negative IF the user enters it...
View Articlein a dynamic table, can instance manager tell the index of current row instance?
Script Dependencies and "recalculate()"I follow the example here, and use it to make a dynamic table. The +/- button now work as my Add/Delete row button.Learnt from the guide, I can use instance...
View ArticleCount If Values in Dynamic Nested Tables
Have an expanding table nested in another expanding table. Attempting to count the number of times:The value in the "DateTimeField2" field in the last row of the nested table on the previous row of...
View Articlebroken page when adding row in dynamic table
The two tables are dynamic. Add/Delete Row can work. They are both located at the end of a page. I've arranged them in flowed subforms:All subforms in the picture are flowed, Direction: Western Text....
View Articleget cascaded lists with different combination in Custom dialog boxes
Adobe LiveCycle Designer Cookbooks by BR001: Using app.execDialog() in an Adobe Designer FormI'm following the above post and trying to do this:1. When I select "Aland Islands", it need to show the...
View Articlemandatory entry
I would like to make a check box or field a mandatory entrybefore a document can be saved or signed.
View ArticleUnable to get field name/value of opened PDF with Folder Level script.
Hello,I am trying to get the value of a field from a menu item. I am using this script from the Folder Level so on load I can add the menu item.However, I am unable to get the value of my field. Here...
View ArticleRadio button script to insert script in text field if 'yes' radio button...
I'm building a form with a text field for which I'd like to give end users the option to bullet the text they've entered. While ES4 allows captions to be bulletted, end users don't have that option...
View ArticleText fields expand on pre-print if no text entered
Hi, wondering if this is possible - I have a form that needs to be able to be completed on-screen, but is also required to print to allow handwriting. What I want is: if the form has no text entered...
View ArticleNot able to add Text object by editing the PDF that designed by Livecycle...
Dear Experts, We have designed an Interactive PDF for with Drop downs, Text boxes and buttons with PDF livecycle designer. Now, my client came up with a requirement like to add one sentence (plain...
View ArticleUnable to set the value of a textbox from Folder-Level javascript
Hello! I am trying to set the value of a textbox from a Folder-Level javascript but the value does not change on the textbox.I am able to get the current value but unable to change the value.This works...
View ArticleAllow the use of the "plus" character in a text field.
I have a script on the change event that allows only numbers 1 to 100 and the values a,b,c,d,e,r,i,n. I also want to allow the "-" and "+" entries in the field.The script below works for the entries,...
View ArticleSum of a column in a table
Hi experts, how do we calculate a sum of a column in a table of adobe life cycle designer Thanks,Sundar.
View ArticleValidating Dates Based on Previous Row
Have a dynamic table and am trying to validate the current row's date field (DateTimeField1 for i) against the previous row's date field (DateTimeField2 for i-1) and an event start date with a fixed...
View ArticleEnable drop-down list to select multiple items
I have a form that has a repeat section, inside that is a row that has fields, one of the fields is a drop-down list. due to the size a list box would not be feasible. I have worked with drop-down...
View ArticleCounting Duplicates or Distinct Values
Is there a method, either in javascript or formcalc, for counting duplicate values from across a given repeating field. AnI know this simple code generates a count of all non-null values. Any help is...
View ArticleCount repeatable rows to see if it equals a rawValue
I am trying to count the number of rows displayed on my form and see if that number of rows equals a textField rawValue. Attachments = Page1.Attachments.NoOfAttachments.rawValue; Rows =...
View Articlehow to get focus in table and verify if the current row not empty
in a table, there are 4 columns, several rows.The tab cursor navigates from column 1 to 4 of any row, and when it reaches the next row, all fields are empty, then it'll alert error to remind user to...
View Article