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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Display Reports from an ASP page

Status
Not open for further replies.

conjurer111

Programmer
Aug 11, 2002
76
IN
Hi,

I have created reports using Crystal Reports 7. I now need to call those .RPT files from my ASP page. What all is required and how do I code for the same.

Also can I pass parameters from the ASP page to a report.

Thanks.
 
Hi,
I am using CR8 and I have designed my report to accept 3 parameters. I have an asp page which displays the summarized information and a link. So when I click the link, i want to pass those 3 parameters to the report. I have done like the below following. It is now working. please help.

<td height=&quot;51&quot; width=&quot;42&quot; class=&quot;nblk&quot;>
<div align=&quot;center&quot;>
<a href=&quot;Reports\ccpis_PendingVRFPReport.rpt?rf=1&prompt0=&&quot;+<%=strprovname%>+&quot;&prompt1=&&quot;+<%=arrinfo(0,intk)%>+&quot;&prompt2=P&quot; class=&quot;link&quot;>Details</a></div>
</td>

is the above syntax right way to invoke CR8 report with 3 parameters?

thanks in advance gurus/friends.
babu
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top