> <CFQUERYPARAM value="#theQuery.numberColumn#" cfsqltype="CF_SQL_NUMERIC" > null="#NOT IsNumeric(theQuery.numberColumn)#">)
Talk about a smack on the head... I've always used len(trim(foo)), but isnumeric is a little tighter. Never thought of that. It also covers the issue of the field value itself, so I wouldn't have to go and put a val() around the value= parm value... which I just got done applying to my cms. All 1024 instances of it. Bah. -- --mattRobertson-- Janitor, MSB Web Systems mysecretbase.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:200854 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

