Hi Shawna,If you can omit the email address then that may get over the responses coming back to you. It has been a while since I have done that process so I can't remember exactly the steps. You could probably get away with not enabling the first form. Nice to have - but the users could retype befor...
Hi,First off, you cannot apply Reader rights (enabling) in LC Designer - at all. LC Designer is just for developing the form, which will ultimately be opened by the user in Acrobat/Reader. You can purchase an additional LiveCycle component called LC Reader Extensions ES2. This is a server component ...
Hi,Glad you have the PDF working the way you want. Here is a summary of deployment options when sending out a form to users with either Acrobat or Reader. http://cookbooks.adobe.com/post_Using_LiveCycle_Forms_in_Acrobat_and_Reader-16518.html (it is at the end of that post). The issue for users with ...
Hi,OK I am back at the desk.I have checked the help files for Acrobat 8 Pro and Acrobat 9 Pro and it appears that the ability to "import as a layer" was added in version 9. Sorry.You can check out the help file here: http://help.adobe.com/en_US/Acrobat/8.0/Professional/index.html and go to Editing P...
No problem,What I did was open Acrobat and create a blank PDF (setting the page size and orientation to what I want - in my case A4 and Landscape). In Acrobat 9 I can do this from the File menu. There are examples of javascript for adding new pages (windjack.com have a free sample).Then in the View ...
Hi,Another option is to stay in Acrobat all together (and not use LC Designer). Here is an example: https://acrobat.com/#d=38o9RxBn64QSG*rXHcUGgQStart off with a blank PDF. Import the background as a layer. Then in the layer properties set the printing to "never". Then add fields in Acrobat. When th...
Hi,Following on from your other post, here is an example: https://acrobat.com/#d=ScuvKtp3A5ENTEWvWQaRaA If you look at the script in the prePrint and postPrint events of the objects, you will see how the borders and captions are made invisible just prior to printing. As Steve and Paul have suggested...
Hi,Sorry, not thinking straight...There is also a "then" missing from the if statement:var sum = Sum(Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec)if ($ > 0 and TotalAvailable <= sum) then $ = sumelse $ = 1endif Good luck, Niall
Hi,In FormCalc you don't need .rawValue (afaik) - some people use it but I don't. Also "this" is a javascript syntax, replace with "$" in FormCalc. I would use a single "&" or the text "and" in FormCalc. Lastly I am not sure what you are trying to achieve summing months. The Sum function is for numb...
Hi,If you go to the Object Library and scroll down to the Custom objects. There is one there "Page n of m", which is ready made. Just drag it into the Master page and it will auto populate on all ten pages. If you are tight on space you can move it below the container on the master page, so it appea...