I have a numeric field in a form. I want to restrict the valid entries to 0 - 30 only. I have tried using some script tips I found online, but all I get are errors. Is there anyway to do this without using a script? If script is the only way, I would certainly appreciate help. Thanks in advance!- Ri...
HelloPls. help me by suggesting a good pattern for a decimal field of amount value, my issue is as belowThe lengths are as below,I specified the Pattern for this field as below (its as --> null{}|zero{}|num{($z9,999.99)}|num.decimal{}), pls. note i did't put any Pattern in EDIT tab1) But, when user ...
I am very new at writing Javascript and am having a lot of fun learning. I need some help with one that has me out in left field.I have a negative (or a positive) value in a cell. Generally, the value is going to be negative with only a few exceptions in the other direction. What I want to do is ...
I'm using Livecycle Designer ES2 provided with Acrobat X Pro. I have a form where the age field is calculated from the date of birth field. The date of birth field (DOB) is a date/time field. The age field (Age) is a numeric field.Problem is: when user enters 01/01/01 shows age as 101. When user...
i have a dynamic form with three decimal fields:grossamount (grossamount)withholding percentage (fwpercent)withholding amount (fwamount)i have the following scripts: form1.#subform[0].fwpercent::calculate - (FormCalc, client)fwamount/grossamount*100 form1.#subform[0].fwamount::calculate - (FormCal...
Hi,I have windows 7 64 bit.I downloaded the Live Cycle es3 server and tried installing.Installation went fine but when i went to the document to configure i see following missing files in the installation folder.1) To run Configuration Manager later, deselect the Start Configuration Manager option b...
I am using the following script to populate a drop-down list:var myDdl = new Array(" ","Item1 ","Item2 ","Item3 ");function populateMyDdl(dropdownField){var i;for (i=0; i < myDdl .length; i++)dropdownField.addItem(myDdl [i]);)The drop-down list is populated just fine, but now I would like to add val...
Hello,I'm working with Adobe LiveCycle ES 2.... I have a proccess with this ddx document:<?xml version="1.0" encoding="UTF-8"?> <DDX xmlns="http://ns.adobe.com/DDX/1.0/"> <PDF result="outDoc" > <PDF sourceMatch=".*" /> </PDF> </DDX>Work with n documents ve...