Does anyone know a trick to allow a numeric UDF to work like built-in fields with regard to decimals? My particular situation is a UDF that I would like to work just like the sales order QuantityOrdered column in the data entry grid. With QuantityOrdered, one can enter a single numeric digit and it will be accepted as a whole number. A mask of 0.00 converts a single digit (say ""1"") to be ""0.01"". I cannot find a mask that will do the same as QuantityOrdered (I tried ""0.0"", ""0.#"", ""0."", ""0"", ""#.#"").
I don't even think I can use a script to help since entering ""1"" is indistinguishable from having entered a decimal (e.g. ""0.01"").