The PDF list is a service provided by PDFzone.com | http://www.pdfzone.com __________________________________________________________________
It appears that Acroabat 5 considers a single dot to be a zero. This is not making me happy...
Try adding this to a field's onblur event.
if (event.target.value == 0)
{console.println("dot = zero");
}Now enter a single dot and leave the field. Is there any way around this? In my application, a dot and a zero are not the same, and I want to catch this as a data entry error.
Thanks,
Bill
To change your subscription: http://www.pdfzone.com/discussions/lists-pdf.html
