I have several drop down list fields. An example would be city. It allows a user to select a city. I want the form to be totally blank to begin with. Currently when the form is intially pulled up it shows the the first value of the list. All my drop down fields exhibit this same behavior. Is there a...
Recently we installed Service Pack1 on ES2 server. Now the version is 9.0.0.1This SP is applied on TEST environment and being tested. We have configured everything for the Email service; however, the Email component throws an exception:Unable to connect to SMTP Server. The same Email Server is being...
Hi,I have a form created in LC ES. all the fields in the form are required and have been set so using script. Many of the fields in the form are made hidden depending on user selection. When I make a certain required field hidden, I get a ADOBE Reader pop-up window, saying "'field name': cannot be l...
I have not used barcodes on a PDF form - but i would like to see if it is possible to serialize a PDF form using serail number data from an external source and have the data appear as a bar code (say three of 9 - or some other type of bar code ) along the bottom or , better yet, vertically along ...
I would like to restrict a field so that only letters, apostrophes’ and hyphens can only be used. (name fields)Therefore I would like to restrict all other speial characters such as "\[:;<?!~I have tried the following script in the change event but it is not working: xfa.event.change = xfa.event.ch...
I try to sum the values of a column and display it in the footer row but not success it. Any advice?I've tried adding the rows individually "cell2[0]+cell2[1]+cell2[2]" and I tried summing the "sum(cell2[*])"
I have a subform that reads data from an XML data file.For every instance of an XML data elelment - I want a new instance of the subform with the associated data -I cannot seem to get this to work - after many attempts.from the Live Cycle UI - The for It appears to be working , at least, the binding...
A couple of questions as we're wrapping up development on our form-First, I'm attempting to build a button that will save the exported XML to a local path, ie, c:\\windows\desktopI found this: xfa.data.saveXML(); which I put in the click event, but how do I tell it to save to a path? (and while we'...