I have a form and I want someone to click a button and have the field value to have a strike through only. I can do it on the caption and the value or just the caption but I cannot find how to do it on just the value. I have tried Textfield1.font.lineThrough = "2"Thanks
Is there a way to set up meta data in LiveCycle that will map over to Adobe? In the adobe properties there is a "Keyword" section. Where can get enter the Keywords in LiveCycle to that they will map over to that keyword section in Adobe? Thanks!Jodi
I've recently begun trying to use the WebcamPublisher and WebcamSubscriber components and have run into a few difficulties with them. They seem to be a little difficult to use in a non-default way (ie. the example code posted in the ASdocs online). For instance, it seems that if I declare both the p...
Our engineers use a Dynamic PDF form to complete their dailiy activities.I now want to import this data in XML to SQL. However I need a unique row number for each line entered.Does anyone know how to scipt this in Java?The layout of the dynamic form currently is:Date - Activity Code-JobNo-StartTime-...
Hi,I use the Java API of the livecycle ES to encrypt a dynamic, reader extended PDF. I get the error message:ALC-ENC-100-015 Can not encrypt reader extended document.My use case is the following:A document is sent to some users. It is encrypted with a certificate. The users enter data into the docum...
Hi,I am trying to encrypt a pdf with the receipient's public key and have him decrypt it with his private key. As far as I understood, it is the same procedure as signing and verifying, but with the public and private key exchanged. I am new to this, so please correct me if I am wrong here.My probl...
I have created a form in LiveCycle ES. I would like for my employees to answer the questions and then email me (via button I have on the form). All of this works correctly and the email arrives as a .xml file. I now need to inport this into a spreedsheet. I have done this with Achrobat Pro however i...
My form has repeating instances. In some cases the addes instance is almost exactly like a previous instance. I would like an addInstance that would add the instance with the information from this.parent.index field if that is possible.So when clicking on add instance it would prompt the user for th...
Is it possible to have a button jump to a particular subform without using setFocus?I would like something likexfa.host.currentPage = 47;but without an actual page number reference since the pages/subforms may change position.For example:xfa.host.currentPage = "ClientInfo_sf";SetFocus works, but (I ...