On Sun, 27 Mar 2005 15:06:43 -0500, Andrew Tyrone <[EMAIL PROTECTED]> wrote: > I might be crazy, but I seem to remember, at least in CF 4.x versions, that > if you scoped a query column within a cfoutput, it would only output the > data in the first row of the query, not the current row, no matter where you > were in the loop.
I think that should still be true for [cfquery myname goes here] [cfoutput] #myquery.myfield# [/cfoutput] Not something you would use very often. I'm pretty sure the following was not true in CF 4.5, which I quit using maybe 2 yrs ago. [cfoutput query="myquery"] #myquery.myfield# [/cfoutput] No clue about 4.0 or 3.x. WAY too many dead brain cells between then and now :-) -- --mattRobertson-- Janitor, MSB Web Systems mysecretbase.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:200149 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=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

