Re: Why can't I print form with completed fields?
See the answer given at http://forums.adobe.com/message/4251569#4251569(I believe that it's the same problem, just worded differently.)
View ArticleCalculating only fields with check boxes 'Ticked'
I am completly new to creating custom scripting to calculate form fields, so please exuse my lack of knowledge. I have a for where there is a table that the user of the form will enter (up to 24)...
View ArticleRe: check mark not working in forms
Another Possibility. There may also be a .ttf version already installed. If I am not mistaken Zapf dingbats is installed with Office, also the install wingdings 1, 2, 3 which is similar. I do know if...
View ArticleRe: PDF Form not printing all field/letters properly.
If it only acts up with the one printer. Then it’s a Print Driver Issue. Or some strange Printer problems that can be fixed by: Quiting the application your using with the printerNext Unplug Printer.IF...
View ArticleRe: Unexplainable errors and problems while making a PDF with forms
Font issues can cause invisible text, at least on the Mac computers and maybe on the PCs. I know this will be a Pain but devide the PDF into 11 separate PDF's (one for each page).Then work on and save...
View ArticleRe: Unexplainable errors and problems while making a PDF with forms
It would be interesting to see if making the following change maked a difference: Edit > Preferences > Forms > General > Automatically adjust tab order when modifying fields [deselect] and...
View ArticleRe: Calculating only fields with check boxes 'Ticked'
If you set the export value of each check box to 1, you can use the built-in calculation method "Value is the sum of the following fields" for the PayOut field and select each of the check boxes. You...
View ArticleRe: check mark not working in forms
Thanks for the response. It seems like there is a version in my windows folder already but I do not see it. I remove all Zapf Dingbat fonts from folder then try to reinstall I get a message saying...
View ArticleRe: check mark not working in forms
Sorry, you’ve lost me. How can I uninstall the file when I can’t see it. I’ll have another look to see if I see any T1 files that could be lingering. Judy LalondeSimcoe Muskoka District Health...
View Articlehow do i convert a pdf form to a word document
How do I convert a pdf document into a word document
View ArticleAcrobat XI Pro flickers when Editing forms
Hello, I am using Acrobat to create documents which can contain quiet a decent amount of fields (like 90 or more). Acrobat flickers on a regular basis when I start to edit these fields (meaning the...
View ArticleRe: Calculating only fields with check boxes 'Ticked'
I don't see how that would work... What you can do, though, is set the export value to 1 and then use either a script or the Simplified Field Notation option to calculate the sum of all the text fields...
View ArticleRe: Filling fields from a drop down menu
This code is not correct. Your double-quotes are off. If you want to access a field's value it needs to be done like so: this.getField("FieldName").value
View ArticleRe: form text field formatting
Only possible if the field is set as having Rich Text Contents.
View ArticleRe: Can you assign a conditional value to variable based on if / else login...
The error is in this line:} else if (box 2 > box 1) { The names of the variables are box2 and box1, without spaces.
View ArticleRe: How can textfields exclude each other, without skipping the tab-order
This seems to work as the first field's custom keystroke event: this.getField("Durchmesser").readonly = (AFMergeChange(event)!="");
View ArticleExpandable form fields?
I am on a Mac and have CS6 with Acrobat X. I was going to purchase LiveCycle Designer but apparently it is PC only. I don't have a lot of time to learn or purchase a new program right now but will if I...
View ArticleRe: Expandable form fields?
Thank you. Is there a way to do expandable form fields on a Mac or will I have to work on a PC for the first time in my life? Is there a program that can do expandable forms on a Mac. I can purchase...
View Article