I have a drop-down list that I have populated. When an item is chosen from the drop-down list it automatically shows the code for that item in another field. I have put these codes in in the Binding section. The problem I'm having is that if a person chooses an item from the drop-down list and then ...
I have created a form in which a text field requires the user to enter detailed documentation. In doing so, the user tends to use a comma within the description. As the data within the form is extracted to Excel I can not allow commas. Can anyone tell me what java script would be needed to resolve t...
I have a problem with a form being used at my job. The same form is used by several people. We didn't have any trouble until one of the forms when exported to a spreadsheet, it exports CSV normally but also pastes a lot of what looks to me like XML data below (large amount). What would cause the for...
I have a repeating subform that contains two subforms: 1 is visible and 1 is hidden. I need a script to change all instances of the hidden subform to visible.The form starts as a Request for Quote, which is filled out by our customer and e-mailed to us. The customer may open up several instances of ...
Hi All,I need to insert horizontal tab in code 128 A barcode in designer.I am using below javascript in calculate event.this.rawValue = "ABC"+" "+"123";I am getting below error while opening pdf."Invalid barcode value:ABC 123 is an invalid value for barcodes of type code128A"Can anyone tell ...
Hello,I have been working on a form in LiveCycle Designer ES2 that is intended to do the following:1. The User enters the first value (like an ID or a name) in the row of a table of text fields2. A Script searches an underlying database which will match the entered value and fill the rest of the row...
Hi - I am working though some scripting that populates a dropdown list from entries in a previous field. I am trying to recreate the example the Thom Parker put together - Programming Lists Part 1, XFA Form Example1) I cannot understand how to add the script variable anywhere.I see the following a...
Good Day All;I have been asked to see if I can come up with a form the has approx. 40 questions in 2 seperate sections. The owner of the form would not only like to view the completed form but also have the ability to only see questions marked "Yes" or "No" or "N/A". The three options would be avail...
I want to dynamically change the server that my web service connections point to in my LiveCycle forms but when I do xfa.connectionSet.MyConnection.soapAddress.value = myUrl it is ignored. How can I set the soapAddress dynamically at runtime?
Hello. I am attempting to update the password for a user via the Rights Management web services, https://{mydomain}/soap/services/RightsManagementService?wsdl&lc_version=9.0.1, using .NET 4.0 (C#).Below is the function I have written. When I execute the code it always returns false. I have searched ...