I finally finished some forms for my employer that were all designed in LiveCycle Designer ES 8.2. I had multiple text fields that were multi-lined but added the script for autoexpansion:
Initialize
this.font.size = "0pt";
I took all the PDF forms (about 15 of them) and added them into Adobe Acrobat Pro 9 Extended and created a portfolio. Everything went fine using the wizard they provide. However, once I open the PDF I get this error message that you see posted in the picture below that mentions my particular script. Just wondering if I did something wrong or this LiveCycle script is not compatible with portfolio.
Any feedback once again is appreciated. Thank you.
http://i169.photobucket.com/albums/u203/tech264/Portfolio.jpg
However, this code is not strictly FormCalc. It's actually JavaScript, although it should work in the FormCalc context. Try changing the language to JavaScript and see what happens.
Thom Parker
The source for PDF Scripting Info
[url=http://www.pdfScripting.com]pdfscripting.com[/url]
The Acrobat JavaScript Reference, Use it Early and Often
[url=http://www.adobe.com/devnet/acrobat/javascript.php]http://www.adobe.com/devnet/acrobat/javascript.php[/url]
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script