Good evening - I have a simple script that calculates Qty Ordered * Item Category 2 and Qty Ordered * Item Category 4 in Sales Order Entry (the script checks to make sure the values in those fields are numeric first) and then sets the resulting values in two new numeric SO Detail UDFs. I am getting an ""Overflow: Cint"" error when attempting to put in a Qty Ordered for any item where either Category field is 5 or more characters. So for instance, an item has a ""Pallet Qty"" (Category 4) of 30000 - I will get the error. I change it to 3000 in Item Maintenance and no error. I have changed my 15 digit numeric UDF masking a few different ways (i.e. #,###,### or ##########) but that doesn't seem to be making any difference. Any suggestions on what I am missing? Thanks in advance!