Re: How do I make a form compatible in all versions of Adobe Reader and...
There are three forms. Form #1http://www.kapsi-annarbor.org/npc/67th-Province-Council-Kappas-Registr ation-Form.pdf Form #2http://www.kapsi-annarbor.org/npc/67th-Province-Council-Silhouettes-Re...
View ArticleRe: How do I make a form compatible in all versions of Adobe Reader and...
The first one seems to be the problematic one. You'll notice a warning message when it's newly opened from the web site (as opposed to one you already have on your machine) that indicates the file has...
View ArticleHow to control printing of a field in a form.
I've created a form for a web site using Adobe Acrobat ver 9.5 and I use some calculated fields to subtotal and total values to print on form. I would like to control when the field is visible on the...
View ArticleRe: Simplified Field Notations
My other problem now is that if I put a half number, ie. 3.5. the system gives me the correct answer. However, it rounds my number up. I don't want that. I want the real number. I am creating an...
View ArticleRe: Simplified Field Notations
Are you saying that if you enter 3.5 in a field, it displays in that field as 4 (or 4.0)? If it's set up to use a number formatting, what options did you select, exactly?
View ArticleRe: How to control printing of a field in a form.
A simple way to deal with this is with the following custom Validate script: // Custom Validate scriptif (+event.value === 0) event.value = "";
View ArticleRe: How to control printing of a field in a form.
And if you need to exclude negative values, it would be: // Custom Validate scriptif (+event.value <= 0) event.value = "";
View ArticleRe: Simplified Field Notations
I tried that. It didn’t work. The other thing is that when I put half numbers in, it gives me the correct answer, but displays a rounded figure. Is there a way for me to correct this?
View ArticleRe: How do I make a form compatible in all versions of Adobe Reader and...
If I open Adobe Live Cycle Designer ES 8.2, which will remove the usage rights, and then simply re-save it and then select "Extend Features in Adobe Reader..." inside Acrobat 9.0, will that that be all...
View ArticleRe: Simplified Field Notations
I didn't suggest you try anything for your latest problem, so I don't know what you tried. I did ask several questions though.
View ArticleRe: How do I make a form compatible in all versions of Adobe Reader and...
I would not work with the current form, but rather the original as it existed before you Reader-enabled it in the first place, if it still exists. If it doesn't, I would suggest that you make sure to...
View ArticleRe: Simplified Field Notations
Yes, if I enter 3.5 in the field, it displays 4, but yields the answer for 3.5. Adobe Pro XI. It’s not set up to use a number formatting
View ArticleRe: How to control printing of a field in a form.
Thanks for the Reply, So In the properties dialog under the validate tab I choose Run custom validation script. I'm going to enter if(fieldname1*fieldname2<=0)current fieldnamesubtot=""; Is that...
View ArticleRe: How do I make a form compatible in all versions of Adobe Reader and...
I'm not 100% sure I have the true original form before it was Reader-enabled. I'll look for such form and create a new version with usage rights. OK. Thanks for letting me know that the message...
View ArticleRe: Simplified Field Notations
That's odd, and you should restrict entry to just numbers, which is what you get when you select a number format or certain other options. I'd have to see the file to see why that's happening. If you'd...
View ArticleRe: Distribute from AP XI is greyed out.
I did what you suggested George, with no success. But... I did find the solution it seem. When you download the PDF, you have to NOT check the option : Add a submit button to collect data to...
View ArticleRe: How to control printing of a field in a form.
No, you should enter exactly what I posted.
View ArticleRe: How to control printing of a field in a form.
Still no joy, here is what is in the validate dialog box //custom valiate script if(+event.value <=0)event.value=""; When printed the $0.00 prints. I guess I just don't have a grasp it. the...
View ArticleRe: How to control printing of a field in a form.
In order for the validate script to run, the field value has to change, so first change a field so that the field is recalculated and then reset it.
View ArticleRe: Simplified Field Notations
Here it is. Ratings can be whole or half numbers only between 1 and 5 weights must equal 100% total. Thanks
View Article