Hi Jochem, Yep, that's the problem I was seeing as well. I could do an isNumeric outside the method call, and change the argument to type="any" and do an isNumeric inside the method call, but putting the type="numeric" on the cfargument caused it to choke every time. I'm going to be going back through the code we've already written and make sure that I'm generating all of these ArgumentCollection structs appropriately. If I find another case where the code is correct, and the cfc still barks at it I'll post to the list again.
Thanks all for your help. Dan On 1/5/07 2:40 AM, "Jochem van Dieten" <[EMAIL PROTECTED]> wrote: > Daniel Short wrote: >> >> http://www.dansshorts.com/?day=1/4/2007#blog360 >> >> What's happening is that if I take a recordset row, and build a structure >> based on it's columns, and then pass that structure as an ArgumentCollection >> to a CFC, the method tosses a "not of type numeric" on a value that is >> indeed numeric. > > Seen it before with a webservice. IsNumeric() returned true on the argument, > yet when I passed it in I got the "not of type numeric" error. I'm still > supposed to file a bug for it, but I don't have access to the code with this > problem anymore. > > Jochem > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265782 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

