computergeek
Programmer
Hello,
I am trying to reconfigure an existing ASP/Coldfusion application that uses Crystal Reports 8 & RDC to call and display reports now in Crystal Reports 11.
The ActiveX viewer is called from within the ASP code (SmartViewerActiveX.asp):
OBJECT ID="CRViewer"
CLASSID="CLSID:C4847596-972C-11D0-9567-00A0C9273C2A"
WIDTH=100% HEIGHT=95%
CODEBASE="/viewer/activeXViewer/activexviewer.cab#Version=8,0,0,224">
<PARAM NAME="EnableRefreshButton" VALUE=1>
<PARAM NAME="EnableGroupTree" VALUE=1>
<PARAM NAME="DisplayGroupTree" VALUE=1>
<PARAM NAME="EnablePrintButton" VALUE=1>
<PARAM NAME="EnableExportButton" VALUE=1>
<PARAM NAME="EnableDrillDown" VALUE=1>
<PARAM NAME="EnableSearchControl" VALUE=1>
<PARAM NAME="EnableAnimationControl" VALUE=1>
<PARAM NAME="EnableZoomControl" VALUE=1>
</OBJECT>
I have purchased Crystal Reports XI Developer. How do I change the code to use a new Activex Viewer object? How do I obtain the classid of the Crystal Reports XI ActiveX object? Where do I find the object on the CD?
Thanks,
I am trying to reconfigure an existing ASP/Coldfusion application that uses Crystal Reports 8 & RDC to call and display reports now in Crystal Reports 11.
The ActiveX viewer is called from within the ASP code (SmartViewerActiveX.asp):
OBJECT ID="CRViewer"
CLASSID="CLSID:C4847596-972C-11D0-9567-00A0C9273C2A"
WIDTH=100% HEIGHT=95%
CODEBASE="/viewer/activeXViewer/activexviewer.cab#Version=8,0,0,224">
<PARAM NAME="EnableRefreshButton" VALUE=1>
<PARAM NAME="EnableGroupTree" VALUE=1>
<PARAM NAME="DisplayGroupTree" VALUE=1>
<PARAM NAME="EnablePrintButton" VALUE=1>
<PARAM NAME="EnableExportButton" VALUE=1>
<PARAM NAME="EnableDrillDown" VALUE=1>
<PARAM NAME="EnableSearchControl" VALUE=1>
<PARAM NAME="EnableAnimationControl" VALUE=1>
<PARAM NAME="EnableZoomControl" VALUE=1>
</OBJECT>
I have purchased Crystal Reports XI Developer. How do I change the code to use a new Activex Viewer object? How do I obtain the classid of the Crystal Reports XI ActiveX object? Where do I find the object on the CD?
Thanks,