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

Display Crystal Reports XI report from classic ASP

Status
Not open for further replies.

oaklea

Programmer
Nov 15, 2001
3
US
We have a classic ASP page that calls a report created in Crystal Reports 7. The report resides in the web application and the call is:

Code:
popupWin = window.open('REPORTS/annual_invoice.rpt?init=actx&rf=1&user0=UN&password0=PW&prompt0=<%=request("fy")%>&cmd=rfsh&vfmt=html_page&viewer=html_page&page=1', 
				"remote", "resizable, width=750, height=400");

The Windows server where the web application resides uses an old version of the CRViewer:

Code:
<object ID="CRViewer" WIDTH="0" HEIGHT="0" CLASSID="C4847596-972C-11D0-9567-00A0C9273C2A"   codebase="activex/CRViewer.dll#Version=2,2,4,36" VIEWASTEXT></object>

The calls to the Crystal Reports 7 report no longer works. We also have Crystal Reports XI. Is there a way to call an XI version of the report from the classic ASP page?
 
See if this helps you: <link 0 12364755>Business Objects</link>

------------------------------------------------------------------------------------------------------------------------
"Men occasionally stumble over the truth, but most of them pick themselves up and hurry off as if nothing ever happened."
- Winston Churchill
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top