Hello, I have several documents with expanding text fields, but I was wondering is there any way to make the text field expand as you type rather than on exit? Some people may not know that they have to click outside the field when they are done typing in order to make the field expand, so I want it...
I am rarely new to LiveCycle and Java Scripting and needs some help.I need to know how to script a field based on the percentage of another.I currently have points.rawvalue =percentlost.rawValue / .005 * 10 , that works however if the percentlost.rawValue is less than .005 I do not want it to multip...
Hi,I have a formcalc field, total_gross_weight, use to sum up all the gross_weight field input by user. Its requirement are:Case: total_gross_weight decimal place must be able change dynamically according to user input in the gross_weight field. eg: gross_weight_1 + gross_weight_2 + ... = total_gros...
I have been trying to create an accessible document using livecycle. After searching everywhere I found a service pack update, but I can't seem to install it, does anyone know how to help me? Or find a way for me to get the language properties to change to english after editing the form in livecycle...
I'm editing someone else's file in LCD ES2, and I'm really new with this software (2 weeks). I don't know how to code XML or Java, but if you tell me where to put code, I can do that. So I have this form that has "Dummy Submit" and "Real Submit" buttons. I don't really understand why the two are nec...
I found a script below online that works supposedly well. I just need to know how I can get this code to work in livecycle on my pdf form as I am a novice in coding. If someone can attach an example in pdf form that would be great. Thanks! function KeepCount() { var NewCount = 0 if (document.joe.dog.checked) {NewCount = NewCount + 1} if (document.joe.cat.checked) {NewCount = NewCount + 1} if (document.joe.pig.checked) {NewCount = NewCount + 1} if (document.joe.ferret.checked) {NewCount = NewCount + 1} if (document.joe.hampster.checked) {NewCount = NewCount + 1} if (NewCount == 3) { alert('Pick Just Two Please') document.joe; return false; } } I got this code from here: Checkboxes: Only Two
Hello,If the input amount is 1230.40 then how can I display this amount as 1230.40. I want to display Trailing zero for the amount 1230.40 but it always displays as 1230.4I am using display pattern "num{zzz,zz9.99}".Thanks in advance!M..
I have script to change 2nd dropdown list based on seletion on the 1st drodownlist. I need to add 3rd dropdown list that would also change based on 1st dropdown list selection. Please help. Thanks in advance topmostSubform.Page1.DropDownList2::exit - (JavaScript, client)if (this.rawValue == 1){ this...
Bonjour,Comment faire pour qu'un champ texte s'ajuste automatiquement au contenu et que tout le contenu soit affiché. Lorsque je clique Ajuster dans Disposition, se sont des flèches (comme un menu déroulant) que je vois à droite. Il faut donc cliquer sur les flèches pour lire le contenu. Je désire q...