I am getting this error message:
Invalid CFML construct found on line 1 at column 2.
<cfinvoke component="FirstReport2" method="ReportQuery" returnvariable="myQuery">
<cfreport template="FirstReport2.cfr" format="flashpaper" query="MyQuery"/>
Where are these characters coming from? I get the error message when running the cfr file and the data above when running the cfm file.
Any Ideas!
Invalid CFML construct found on line 1 at column 2.
<cfinvoke component="FirstReport2" method="ReportQuery" returnvariable="myQuery">
<cfreport template="FirstReport2.cfr" format="flashpaper" query="MyQuery"/>
Where are these characters coming from? I get the error message when running the cfr file and the data above when running the cfm file.
Any Ideas!