After my session in LiveCycle crashedduring starting to work with Subforms I do not see anymore how to open a PDF Form with "editable field" to create a Form with variable text fieldsize which can positioned/flow on one or on two pages, depending on how much text data is inserted in the text field.T...
I have subform at the page level set to flowed. Then there is a positioned subform, a flowed subform and a positioned subform. The page level subform is filling about a third of the page, then splitting to another page which is blank and pushing the last positioned subform to a third page. I cannot ...
Good day all;I think I have now lost it... ;>))LifeCycle Designer 8.05 Anyway, If the user of the form requires additional rows to enter infoamtion, I want them to be able to add a row using a button. I have tried using the following"Table"N".Row2.instanceManager.addInstance(1); ="N" is the table na...
Probably another easy one, but again, couldn't find the answer in old discussions...I have some objects with the same name on my form. Designer has made them unique by making an array out of them...object[0], object[1], object[2] etc. How can I reference the individual objects in javascript? I trie...
I have a button on my multi-page form. After clicking this button, I'd like to navigate to another page in the PDF.I did a quick search on the forums and found a couple of ways, but neither works for me.1) this.pageNum=X; // what object has a pageNum property?2) event.target.pageNum=X; // I don't ...
I have the LiveCycle Designer and have created an interactive form. I want some of my staff to be able to save the document on their computer, but they only have reader. Apparently this can be accomplished with the reader extensions, is this part of x pro, or do I have to purchase it. Also there is...
Hi expert,Our application manage an Adobe Interactive Form with digital segnature , configured with the option to include the CRL or the OCSP at the time of the signature.What we do not understand is why a digital signed A.I.F. when read , ask for an internet connection to verify the digital ...
Hello!I need to create a table in the database to be used by a simple process.How do I create it once I have the SQL ready (just two statements, CREATE TABLE and INSERT)?Thank you for any hints.Marcos
I've created a couple of forms and when I go to print them, they won't print. Instead they switch my printer setting to offline. If I switch it back to online, it simply returns an error message and won't print.I've had this problem with other forms, including Adobe created forms.Does anyone know ...
Hi,I am using Acrobat Professional 8. I have written the below javascript in the mouse-up event of a print button.app.alert({ cMsg: "Please ensure your printer is set to A4.", cTitle: "Printer requirement" });this.setPageRotations(0,0,180);var pp = this.getPrintParams();pp.interactive = pp.constant...