>>I'm attempting to create a dynamic query name inside a Custom Tag.

If you create anything in the scope variables, from inside a custom tag, it 
will be created in the custom tag scope only.
You must use the caller scope, ie:

<cfquery name="caller.ConvertedFields_#attributes.QueryName#" dbtype="query">




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:358694
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to