I am wondering if there is a way to validate form fields based on an external data source? If this requires scripting that is fine, and we can go over more specifics if anyone has sugggestions.Thank you!Kayla
Hi,The comment in MulticastTest.mxml in the sample apps says:Does it means that only this user will require streaming from the server or that all users will get streaming from the server even if not behind a firewall.The important thing here is obviously if there will or will not be bandwidth costs....
Hello.I'm installing Solution Accelerators on LC ES 2.5 turnkey installation, and I've found an error in the step 'Configure Correspondence Management Solution Accelerator', when running Configuration Manager.Originally, this LiveCycle server was an LCES2 JBoss turnkey installation, upgraded to SP2 ...
Greetings,I created a form in LC Designer ES2 and would like the form filler to be able to send the form to an email address (multiple if possible). However, it only sends the data. The Help mentions a Submit item in the Submit EMail control type that lets you choose the type of data to submit, but ...
HiWhen opening PDF's using a correctly constructed XDP I specify at the end:<pdf href="some.pdf" xmlns=http://ns.adobe.com/xdp/pdf/ />Everything works correctly in all browsers.I would like to hide the toolbars so when I change the href to:<pdf href="some.pdf#toolbar=0" xmlns=http://ns.adobe.com/xdp...
Hi everyone, I would like to make a java application that automatically deploys a livecycle application to another environment and imports a configuration file.The first part (deploying the lca) is easy, there are examples in the documentation.However, the second part is quiet hard, and I can't find...
Hi all, I have a relatively easy scripting problem that I can't overcome! Once a date is added to a dynamic date field by the initial user, is it then possible to lock the field so as the date cannot be changed?I am using LiveCycle Designer to create the form.Thank you in advance for any help.
I have a document, this document is used by different users. I want to set a unique id for the documents so that i can identify the user of the particular document.Is there any way to generate uniqe id for a document.Thank You in Advance.
Hi All,I have a button which attaches a fileIn the click event of the button:app.execMenuItem("AddFileAttachment");Which is working fine.Now, I want to access the absolute file name of the attachment and display it in the text area in the PDF.Can i access it in LiveCyle Designer through javascript c...
I have designed a Dynamic form using LiveCycle designer, in which a web service is called on a button click. Here it is done using java script. This form is working fine with Adobe Reader 9 but the same pdf file is not working with Adobe Reader 8.Do any one know, Why this form is not working with Re...