thread232-1635949
Hi, I want to use a cfreport but when access it displays variable undefined. I run the report with F12 in the CF Report builder and works but from a cfm page not works. I browse too the the cfreport and works too
this is my code
<CFREPORT format="PDF" template="formatos/POLIZA.cfr"
filename="polizas\test.pdf"
overwrite="yes" >
<cfreportparam name="poliza" value="3247285">
</cfreport>
and this the error
Variable POLIZA is undefined.
The error occurred in C:\inetpub\ line 769
Any hint to resolve this problem? How Should I send the parameter thru the cfreportparam?
regards
Hi, I want to use a cfreport but when access it displays variable undefined. I run the report with F12 in the CF Report builder and works but from a cfm page not works. I browse too the the cfreport and works too
this is my code
<CFREPORT format="PDF" template="formatos/POLIZA.cfr"
filename="polizas\test.pdf"
overwrite="yes" >
<cfreportparam name="poliza" value="3247285">
</cfreport>
and this the error
Variable POLIZA is undefined.
The error occurred in C:\inetpub\ line 769
Any hint to resolve this problem? How Should I send the parameter thru the cfreportparam?
regards