> Just to explain, I am passing a query to a UDF, not the name > of the query. Since in passing the query as a parameter to the > UDF, the reference to the query gets named as my parameter. In > my UDF I am outputing the query using the queryname[column][row] > notation. For a certain part of code I would like to know the > query name itself.
I don't think the query name is exposed as a variable from within the query object itself. Keep in mind that the query object doesn't really have an implicit name, anyway. When you pass your query object to a UDF, it's passed by reference, and neither the original name nor the new name is any more "real" than the other. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ______________________________________________________________________ Get Your Own Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation � $99/Month � Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb 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

