> Solved :

>  You cant  valuelist(evaluate("queryname.#dynamic#"))
> But you can
>   Evaluate("valuelist(queryname.#dynamic#)")

Yea, valuelist has always been a tad odd... like parameterexists()...
I wonder that they've never changed it to allow quotes
(valuelist("queryname.#column#")) or that they've never provided a
valueArray() function, since it's pretty popular for people to want to
treat query columns as arrays... I know we can
listtoarray(valuelist(query.column)), except that's more work for the
machine _and_ it removes duplicates... with CF5 using query["column"]
worked but with cfmx you have to use query["column"].toArray() --
which obviously doesn't work on CF5, so that leaves us with no good
single solution on both versions. I actually went to the extent of
creating a QueryColumnToArray() function to handle the variation...

don't mind me... just thinking abroad...


s. isaac dealey   954.522.6080
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://www.fusiontap.com
http://coldfusion.sys-con.com/author/4806Dealey.htm




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205256
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

Reply via email to