Previous | Next | (P-PDF) What's Wrong with my PDF?
Topic: A few different problems
Conf: (P-PDF) What's Wrong with my PDF?, Msg: 140538
From: johnmjacobjr
Date: 10/5/2005 04:16 AM
I tried your script below but now it doesn't calculate at all.
// set field value to sum of array of the following fields
event.value = AddArray (["Text100", "Text103", "Text161", "Text162", "Text163", "Text164", "Text165", "Text166", "Text167", "Text168", "Text169", "Text170", "Text171", "Text172", "Text173", "Text174", "Text176", "Text177", "Text178", "Text179", "Text180", "Text181", "Text182", "Text183", "Text184", "Text185", "Text186", "Text187", "Text188", "Text189", "Text190", "Text191", "Text192", "Text193", "Text194", "Text195", "Text196", "Text197", "Text198", "Text199", "Text200", "Text201", "Text202", "Text203", "Text204", "Text205", "Text206", "Text207", "Text208", "Text209", "Text210", "Text211", "Text212", "Text213", "Text214", "Text215", "Text216", "Text900", "Text98"]);
// suppress zero result
if (event.value == 0) event.value = "";