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!

Crystal question

Status
Not open for further replies.

lalitha1

Programmer
Oct 14, 2008
57
US
I am trying to access a Crystal Version 10 reports via the web through an ASP page. Our ASP page calls a SmartViewerActiveX.asp containing the following code:

<OBJECT ID="CRViewer"
CLASSID="CLSID:C4847596-972C-11D0-9567-00A0C9273C2A"
WIDTH=100% HEIGHT=99%
CODEBASE="/crystalreportviewers10/ActiveXControls/ActiveXViewer.cab#Version=10,0,0,533">
<PARAM NAME="EnableRefreshButton" VALUE=0>
<PARAM NAME="EnableGroupTree" VALUE=0>
<PARAM NAME="DisplayGroupTree" VALUE=0>
<PARAM NAME="EnablePrintButton" VALUE=1>
<PARAM NAME="EnableExportButton" VALUE=1>
<PARAM NAME="EnableDrillDown" VALUE=0>
<PARAM NAME="EnableSearchControl" VALUE=1>
<PARAM NAME="EnableAnimationControl" VALUE=1>
<PARAM NAME="EnableZoomControl" VALUE=1>
</OBJECT>
Here's the problem, I am presented with a grey screen with a red x in the top left hand corner. I am never presented to download the pluging. Can someone please help me out with this? I am getting nowhere on my own.
Thanks a alot!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top