PDF-Forms is a service provided by PDFzone.com | http://www.pdfzone.com/ __________________________________________________________________
On Apr 29, 2004, at 2:11 PM, Justice Gradowitz wrote:
PDF-Forms is a service provided by PDFzone.com | http://www.pdfzone.com/
__________________________________________________________________
Thanks Max. I tried this correction and it still does not work? It thinks there is a syntax error in the calc on line 3. Can you check it out?
var a = this.getField("a") var b = this.getField("b") if (b.value * 1) != 0) {event.value = a.value / b.value}
Justice
There IS a syntax error in line 3, Justice. There's an extra parenthesis. Just add an open paren, thus: if ((b.value *1) !=0) and all should be well.
Jim Plante
<[EMAIL PROTECTED]>
To change your subscription: http://www.pdfzone.com/discussions/lists-pdfforms.html
