recordcount from stored procedure call

2010-04-05 Thread Matthew Smith
cfobject component=redhotkittiescfcs.cart name=cart / cfset cart_check_item_quantities = cart.check_item_quantities( cf_user_id=#cfid#_#cftoken#) / cfif cart_check_item_quantities.recordcount cfobject component=redhotkittiescfcs.qry name=qry / cfset qry_cart_adjustments_get =

Re: recordcount from stored procedure call

2010-04-05 Thread Matthew Smith
Still stumped on this. It seems that cart_check_item_quantities is somehow stopping the second recordset from existing. What is going on here? This: cfcase value=start !--- cfobject component=redhotkittiescfcs.cart name=cart / cfset cart_check_item_quantities = cart.check_item_quantities(

Re: recordcount from stored procedure call

2010-04-05 Thread Matthew Smith
I fail at cfabort. disregard. Sorry. On Mon, Apr 5, 2010 at 5:56 PM, Matthew Smith chedders...@gmail.com wrote: Still stumped on this. It seems that cart_check_item_quantities is somehow stopping the second recordset from existing. What is going on here? This: cfcase value=start !---