PDF-Forms is a service provided by PDFzone.com | http://www.pdfzone.com/
__________________________________________________________________

Hi Rakesh,

As another developed reported on the forum a while back, add the
following JavaScript to the Custom Calculation Script to get rid of
"$0.00" in auto-calculated fields:

if (event.value == 0)
        event.value = "";

NRN (No Reply Necessary) 

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Pdf Work
Sent: Friday, March 05, 2004 2:05 PM
To: [EMAIL PROTECTED]
Subject: [PDF-Forms] Suppressing zeros from printing. 


PDF-Forms is a service provided by PDFzone.com | http://www.pdfzone.com/
__________________________________________________________________

Hi All - Hopefully this is a simple one for all you PDF sages .

I have a calculated numeric field with the calculation being the product
of 2 other fields "QuantityOrdered1" & "UnitPrice1". By default when the
form fires up, the value "0.00" is displayed in the calculated field.
When I input soetihng the value shows correctly. 

I would like to not display or print the default "0.00" that is in the
field if I don't enter anything in the quantity and unit price fields.

Is there a way to do this? Can some one please point me in the right
direction. 

Thanks in advance to anyone who replies. 
Rakesh

 

________________________________________________________________
Sent via the the WebMail system


 
                   

To change your subscription:
http://www.pdfzone.com/discussions/lists-pdfforms.html


To change your subscription:
http://www.pdfzone.com/discussions/lists-pdfforms.html

Reply via email to