Answered
I purchased "PDF FORMS BIBLE" bye Ted Pardova. This book is extremely helpful, but I am having a problem removing "0" from my document so it appears blank.
I am adding a column of 7 cells bye using the the following JavaScript in the "Simplified Field Notation" for the calculation;
MILESRow1_0 + MILESRow1_1 + MILESRow1_2 + MILESRow1_3 + MILESRow1_4 + MILESRow1_5 + MILESRow1_6
Then in the format tab, I used a custom format.
In the Custom Format Script I used the PDF Bible reference;
event.rc = /\d*/.test(event.change);
And then in the Custom Keystroke Script I used;
event.value =event.value?event.value: "";
Now, I had hoped this would work but it does not. Any suggestions? Thanks for any help you can give me.
George Kaiser