Hello,I have a text field that is calculated with a formula that shows either "GREEN" "RED" or "YELLOW". I would like the field to automatically color itself based on said calculation.I tried entering the following formula in the exit* Event (JavaScript) but because the user is not actually typing ...
Hi,I have a basic check that shows or hides a subform based on if a checkbox has been checked or not.if (checkbox.rawValue == 1) {this.presence = "visible";}else {this.presence = "hidden":}Now, this checkbox controls the visibility of multiple subforms, so I would like to have a function on a script...
I am have been testing the distribution and collection process using an Adobe form. When I click submit on the test form, an email pops up with the attached Adobe form for me to press send and submit. When my co-worker does it, the email is automatically queued and sent from her Outlook. Why is ther...
I'm trying to create an expandable table inside another expandable table but having troubles. I have a table that is for accounts, and each account can have a co-applicant. So I want the user to be able to add as much as 5 account and add as many as 3 co-applicants per account. I've gotten the accou...
I'm using Live Cycle 8.0 to make a form. No problem there, but I know nothing about scripting and I can't find any good tutorials online.All I'm looking to do is have a pop-up window appear with some file naming convention information in it (e.g., "Ensure that the file name is in the following forma...
I am a new user to LiveCycle and am trying to create a document that will not display the text field if the corresponding xlm tag is not provided.I seem to be able to do this if the text field is wrapped in a subform, but as this document has many text fields it simply would not be efficient to wrap...
I am trying to use xfa.host.print to print a single page + some page range.I am aware of how to use xfa.host.print as follows xfa.host.print(1,"0","2",0,0,0,0,0) which will display the print dialog and print pages 1-3. However is there a way to print say page 1 and then pages [6-8]?
Hi All.Is it possible to create field in a form where number will incrase by 1 automaticaly each other time when form will open? I will appraciate for sample.Thanks.
HiTrying to POST to an endpoint (servlet in this case).Must use FORMCALC (we can do this in javascript, but formcalc to avoid extend in LC)Script does this: var res= Post("http://localhost:9080/proj/Test","parm=1","application/x-www-form-urlencoded");xfa.host.messageBox(res);Nothing gets returned.Th...