I'm creating a project using Crystal Enterprise SDK. This project is based on the example provided in the SDK. I'm trying to pass a parameter to the report viewer but I'm getting an error on the left frame when the report runs. Even though I get an error the report shows up with the correct values.
Here the report error.
Error encountered by Crystal PageServer
The error message returned is:
File C:\Downloads\Crystal Web\GoodAnswer\viewrpt.cwr not found. [On Page Server: GALAXY.pageserver]
Here is my syntax on the CSP page:
Response.Write "<HR><CENTER><A Target=""Main"" HRef=""viewrpt.cwr?init=dhtml&id=" & CurrentReportID & "&APSToken="&LogonToken&"&promptex-Recid=2""> Test</A> - "
Here is what is shown on the address line after the report is run:
Thanks for your help,
Luiz
Here the report error.
Error encountered by Crystal PageServer
The error message returned is:
File C:\Downloads\Crystal Web\GoodAnswer\viewrpt.cwr not found. [On Page Server: GALAXY.pageserver]
Here is my syntax on the CSP page:
Response.Write "<HR><CENTER><A Target=""Main"" HRef=""viewrpt.cwr?init=dhtml&id=" & CurrentReportID & "&APSToken="&LogonToken&"&promptex-Recid=2""> Test</A> - "
Here is what is shown on the address line after the report is run:
Thanks for your help,
Luiz