Sign in to follow this  
blitZ

Fc_Exported Not Firing

Recommended Posts

FC_Exported is not firing.  My export is working fine.  I have an alert in the FC_Exported function and it never appears. 

 

Any ideas?

 

Thanks

 

 

 

 

 

var zipChart = new FusionCharts("/bia/apps/global/FusionCharts/Charts/Column3D.swf", "zipChart", "350", "250", "0", "1"); 
zipChart.setXMLData("<chart caption='Zip Codes 
Served Earlier' " + 
" 
exportEnabled='1' 
exportHandler='query/qryCustCompare.cfc?method=imageExport&chart=zip' 
" + 
"clickURL='J-showChartDetail(zipFlag)'exportAction='save' 
exportFormats='JPG=Export as JPG'>" + 

"<set label=EAM' 
value='<cfoutput>#qryZipCompare.EAM#</cfoutput>' />" + 
"<set label=' NDA' value='<cfoutput>#qryZipCompare.NDA#</cfoutput>' />" + 
"</chart>"); 
zipChart.render("ZipComparison"); 
 
Edited by blitZ

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this