I have an ASP page with a list of cutomers. I have placed a hyperlink on the Customer ID field of the table to call the Crystal Report about that customer. My hyperlink is like this:
<a href="cust.rpt?init=actx&PROMPT0=<%=rs("CustID"%>">
CustID is the value for the Customer ID which I want to look at. The Paramter field is set up fine, and everything works in the IDE. Other reports work over the web, so I think the WEb Components are installed correctly. I am getting a prompt asking me for UserId and Password for the DB, but this is never asked for when a report without a parameter is linked. Any ideas?
<a href="cust.rpt?init=actx&PROMPT0=<%=rs("CustID"%>">
CustID is the value for the Customer ID which I want to look at. The Paramter field is set up fine, and everything works in the IDE. Other reports work over the web, so I think the WEb Components are installed correctly. I am getting a prompt asking me for UserId and Password for the DB, but this is never asked for when a report without a parameter is linked. Any ideas?