> > Out of curiosity, which syntax are you using: > > > > #currentRow# > > > > or > > > > #queryName.currentRow# > > > > I know that "#queryName.currentRow#" works. > > The latter. I wouldn't have expected the former to work - > does it work in pre-MX releases? The reason I think like > that is that, to me, currentRow is a pseudo-column so you > shouldn't expect it to be available 'unadorned', only as > part of a query-qualified reference.
Inside of a CFOUTPUT or CFLOOP with the QUERY attribute (which I think are the only places where CurrentRow is useful) you've never had to qualify either CurrentRow or any of the "real" columns" with the query name in previous versions - the QUERY attribute makes the query object the first "scope" in which CF will look for variables. This is still the case with the "real" columns; I haven't tested CurrentRow specifically, but I'd be really surprised if that acted differently. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

