Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Passing Parameters Values

Status
Not open for further replies.

lmontoro

Programmer
Mar 14, 2002
3
US
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 &quot;<HR><CENTER><A Target=&quot;&quot;Main&quot;&quot; HRef=&quot;&quot;viewrpt.cwr?init=dhtml&id=&quot; & CurrentReportID & &quot;&APSToken=&quot;&LogonToken&&quot;&promptex-Recid=2&quot;&quot;> Test</A> - &quot;

Here is what is shown on the address line after the report is run:

Thanks for your help,

Luiz
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top