Hi Susan,If you are using LC Designer, please use the following script on the exit event of the numeric field in the script editor box if(NumericField1.rawValue<0){NumericField1.rawValue="";xfa.host.messageBox("Please Enter the positive value");xfa.host.setFocus(NumericField1);}Let me know if that ...