Hello,

How can I get a #query.colunmname# variable to show up 
in a custom tag where the query is taking place in the 
callering template and not within the custom tag?

*******FILE_ONE.CFM***calling template***********
<CFQUERY name="standard_market_ALL" 
datasource="#datasource#">
        Select *
        From table
</CFQUERY>

CUSTOM TAG
<cf_excel_2 Query="standard_market_ALL" 
Columns="srf_companyname|srf_approv_eng|srf_sales|" 
HeaderTitles="COMPANY NAME|MARKET SALES ENG|FORECAST 
SALES ENG" FileName="Steve.xls" 
AlternateRowColor="silver" Title="Wins by Sales 
Engineer" NoDataMessage="There was no data returned." 
Border="yes">
        
**END*****FILE_ONE.CFM**************

PROBLEM 
FROM WITHIN THE CUSTOM TAG EXCEL_2

I am not able to reference a variable from the above 
query with the EXCEL_2 CUSTOM TAG.
#standard_market_ALL.colunname#

Help!  ANy suggestions, othe ways to pass query.colunm 
information into a CUSTOM TAG?

Thanks in advance!



D-
______________________________________________________________________
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

Reply via email to