I have a field (type decimal 9,2 in MySQL) set "View as/Edit as" currency (USD) in PHPRunner 4.1. It is working fine when I fill in with positive values like 1, 2.34, and so on. But I am not able to fill in any negative values like -1 or -2.34. I need this for cases such as refunds or credits rather than charges on an ordering account. Anybody have an idea? Thanks.