Javascript for Excel to Acrobat
Good day,
I'm troubled with some issues regarding Excel cells that needs to filled in by javascript code that's filled in the acrobat tab Custom calculated script. Normally I use this script for a pricelist thats been made up in excel. This code is:
var Waarde_1 = this.getField("Waarde_1");
followed by:
Waarde_1.value = "....";
This works fine with the price lists, but the data for new documents, technical specifications, contains more detailed information and sometimes complete sentences. I always get a syntax error. How can I best do this?
