Valid Method
Object:customerinfo.txtMax_Ord_Amt
Expand/Collapse source code of procedure txtMax_Ord_Amt.Valid Source Code
IF customer.min_order_amt > customer.max_order_amt
	REPLACE customer.max_order_amt WITH OLDVAL("customer.max_order_amt")
	RETURN 0
ENDIF