Thanks Matt. It really doesn't solve my problem though as the original 
issue is that the method chkMDSInventory() is saying that the params are 
not numeric values when in fact they are.

I appreciate the suggestion though.

Rey...

Matt Williams wrote:
> Try:
> <cfif NOT invObj.chkMDSInventory( NumberFormat(getProductInfo.productid
> ),NumberFormat(variables.thisquantity) )>
> 
> Or
> 
> <cfif NOT invObj.chkMDSInventory( Val(getProductInfo.productid),Val(
> variables.thisquantity) )>
> 
> 
> 
> On 8/16/06, Rey Bango <[EMAIL PROTECTED]> wrote:
> 
>>Yea tell me about it. I tried all these different variations of the code
>>and it was still throwing the error. I even ran through the other
>>section of the app that uses the same code because I was scared that the
>>site might be blowing up but everything is working just fine.
>>
>>I'll check out the rewrite suggestions.
>>
>>Thanks Ben
>>
>>Rey...
>>
>>Ben Nadel wrote:
>>
>>>That is a crazy error... I would erase the few lines of code that
>>
>>actually
>>
>>>call the chkMDSInventory() method and rewrite them... Sometimes that
>>
>>works
>>
>>>for me for  crazy errors.
>>>
>>
>>
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:250077
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to