Instead of

*QuerySetCell*(*query*, *column_name*, *value* [, *row_number *])

you can also use

*query*[*column_name*][*row_number *] = *value*

(at least on recent versions of CF).

On 5/17/07, Ian Skinner wrote:

> Wesley hit the target on the head.  It had not reached my conscious mind
> that I was working with un-scoped query record set values here, and that
> I needed to either copy the record set value into a local variable or
> modifiy the record set with querysetcell().
>
> The joys of jumping back into 5 year old code.

-- 
mxAjax / CFAjax docs and other useful articles:
http://www.bifrost.com.au/blog/

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create Web Applications With ColdFusion MX7 & Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

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

Reply via email to