FALCONSEYE
Programmer
i am using
<cfsetting enablecfoutputonly="yes">
<cfcontent type="application/msexcel">
<cfheader name="Content-Disposition" value="filename=IncompleteOrders.xls">
to output some query results into an excel spreadsheet. somehow, it displays the debugger. is there a way to prevent this from happening?
thanks for the help in advance
<cfsetting enablecfoutputonly="yes">
<cfcontent type="application/msexcel">
<cfheader name="Content-Disposition" value="filename=IncompleteOrders.xls">
to output some query results into an excel spreadsheet. somehow, it displays the debugger. is there a way to prevent this from happening?
thanks for the help in advance