Re: Fillable Form - Printing Issue
It's very hard to say what's going on without seeing the file... It's possible that the author of it set up some form fields as non-printable, for whatever reason. And the security policy was probably...
View ArticleForm Calculations One Step Behind
Hi. I'm creating a form with a lot of background calculations. When I test it, it seems that the calcuations are one step behind, requiring me to enter a fake value in an empty field to trigger the...
View ArticleRe: Form Calculations One Step Behind
That's a typical field calculation order problem. In Forms Edit mode go toOther Tasks - Set Field Calculation Order and order the list in the orderthe fields should be calculated, ie fields that are...
View Articletypewriter function
I have templates saved. When i edit using the typewriter function and add a stamp signature some users I e-mail to cannot see changes. I know I can print to to pdf and save but is there another way?
View Article_resonses.pdf corrupt
While opening an already working response file in acrobade 9pro for the third time the the message "This document cannot be opened because it is corrupted or demanged" appeared. The tracker shows...
View ArticleRe: How do I make the product of a calculation in one field automatically...
First of all, the field is not called "HOURS 1", just "HOURS1"...Also, you place the script as the calculate code of "HOURS1". That's obbiously wrong. It should be the calculate script of the Amount...
View ArticleRe: Set Field Focus After Data Entry Error
If you converted the PDF to a FormsCentral form then it's a FC issue, not a PDF issue...
View ArticleRe: Excel with drop downs to PDF with drop downs
You'll need to re-create the formulas and drop-downs in the PDF...
View ArticleRe: Software required to send data including scribble to external website
Try asking over at the LiveCycle Designer forum.
View ArticleRe: Protecting responses to a form so only I (forms creator) can see them
This can only be done if the users have Acrobat, or if you apply the password before sending it out to them.
View ArticleRe: Collecting duplicate forms
Are you aware that there's a built-in method in Acrobat to collect multiple forms and merge them into a single spreadsheet?You can find it under Tools - Forms - More Form Options - Merge Data Files...
View ArticleRe: How do I make the product of a calculation in one field automatically...
If one is using dropdown fields there maybe no need for validation scripts specially if all posible selection values are provided and there is allowance for user input.
View ArticleRe: How do I make the product of a calculation in one field automatically...
You might want to look at How to use basic calculations in PDF forms by Donna Baker and How to do (not so simple) form calculations by Thom Paker.
View ArticleProblem with visibility script in for Radio Buttons
Hello. First off I would like to say that I'm new to Adobe Reader but have experiance in Web/Android Dev. I'm trying to change the visability of a hidden to a radio button which is located in the group...
View ArticleRe: Problem with visibility script in for Radio Buttons
The way to access a field is by using the getField method and the field's name, as you're doing. Is this not working for you? If so, are there any error messages? And you should not use the hidden...
View ArticleRe: Problem with visibility script in for Radio Buttons
Thanks for the response. I've been using the field's name. I'm going to try out the display property right now. The weird thing is that I'm not getting any error messages. I'm going to check it out...
View ArticleRe: Problem with visibility script in for Radio Buttons
Just tried using this.getField("testrb").display = display.hidden; and it didn't work. I'm begging to think that I have named my fields incorrectly since all the fields I have the same name in the...
View ArticleRe: Problem with visibility script in for Radio Buttons
Where are you running this code from? Are there any error messages in the JS console?
View ArticleRe: Problem with visibility script in for Radio Buttons
Just checked and I'm getting TypeError: this.getField("testrb") is null1:Field:Mouse UpTypeError: this.getField("testrb") is null1:Field:Mouse UpTypeError: this.getField("testrb") is null1:Field:Mouse...
View Article