How can I fix this error?     $1. #R

One of my clients said that he kept getting a calculated error of $1. #R in the result field on our online order form.  I checked and the field will accept a total up to $999.99 correctly, but gives the error shown below when the order total exceeds $999.99.  This would happen especially in the GRAND TOTAL field.

Here is the error reported:

WARNING: JavaScript Window-

The value entered does not match the format of the field [N41GT]

Note this field n41gt is the Grand total due.

This form can be downloaded from this link:

https://Acrobat.com/app.html#d=KiHIpb8n * KM * Zkkx4KdTjg

Until I can fix this, my customers with large orders must send me several purchase orders to place their orders, or print the online order form and fill it out by hand.

Here are the validation script:

if(Event.Value == 0) {}

Event.Value = ""; set to null, the value

AFNumber_Format (2, 0, 0, 0, "", true); reset the format of number only;

} else {}

AFNumber_Format (2, 0, 0, 0, "$", true); use the currency symbol;

}

Your help is greatly appreciated.

Remove this script of the Validate event and place it in the Custom Format script. You will also need to expand the total field to get all the characters to display, or make the font size smaller than (or set to Auto).

Tags: Acrobat

Similar Questions

Maybe you are looking for