"Report compilation error. Relative URI "C:\\Program
Files\\Macromedia\\ColdFusion Report Builder\\CFReport.dtd"; can
not be resolved without a document URI."
SAMPLE CODE:
<CFQUERY NAME="main" DATASOURCE="mas">
SELECT cont_no
FROM comment
</CFQUERY>
<CFREPORT template="bob.cfr" format="flashpaper" query="main" overwrite="no"/>
If I use the "<cfsetting enablecfoutputonly="true">"
I get:
"Report compilation error. Document root element is missing."
I get this error for all pre-existing and new reports.
Whats up?
SAMPLE CODE:
<CFQUERY NAME="main" DATASOURCE="mas">
SELECT cont_no
FROM comment
</CFQUERY>
<CFREPORT template="bob.cfr" format="flashpaper" query="main" overwrite="no"/>
If I use the "<cfsetting enablecfoutputonly="true">"
I get:
"Report compilation error. Document root element is missing."
I get this error for all pre-existing and new reports.
Whats up?