ClassID for Crystal 12 ActiveXViewer
-
Hi, Here's the situation: We've some Crystal XI reports that are being called from an ASP page. Here's the code: [CODE] <OBJECT ID="CRViewer" <% If AEMSFEATURE_CRYSTALREPORTSVERSION = 11 Then Response.Write "CLASSID='CLSID:460324E8-CFB4-4357-85EF-CE3EBFE23A62' " _ & "CODEBASE='../../cgi-bin/crystalreportviewers11/ActiveXControls/ActiveXViewer.cab#Version=11,0,0,893' VIEWASTEXT " End If %> WIDTH="100%" HEIGHT="99%"> <PARAM NAME="EnableRefreshButton" VALUE=0> <% If Request.QueryString("print") Then %> <PARAM NAME="EnableToolbar" VALUE=0> <% End If 'print %> </OBJECT> [/CODE] It was a working solution - until we installed it on Windows 7 when the Viewer came up with grey screen, but allowed saving the report as pdf etc. correctly. Anyways, we decided to switch to Crystal 2008 (12), but don't know the ClassID. Anybody knows how to fix the problem with Crystal 11 on Windows 7 (Viewer greyed out) or knows the ClassID for Crystal 12 ActiveXViewer? Thanks, Ekjon
-
Hi, Here's the situation: We've some Crystal XI reports that are being called from an ASP page. Here's the code: [CODE] <OBJECT ID="CRViewer" <% If AEMSFEATURE_CRYSTALREPORTSVERSION = 11 Then Response.Write "CLASSID='CLSID:460324E8-CFB4-4357-85EF-CE3EBFE23A62' " _ & "CODEBASE='../../cgi-bin/crystalreportviewers11/ActiveXControls/ActiveXViewer.cab#Version=11,0,0,893' VIEWASTEXT " End If %> WIDTH="100%" HEIGHT="99%"> <PARAM NAME="EnableRefreshButton" VALUE=0> <% If Request.QueryString("print") Then %> <PARAM NAME="EnableToolbar" VALUE=0> <% End If 'print %> </OBJECT> [/CODE] It was a working solution - until we installed it on Windows 7 when the Viewer came up with grey screen, but allowed saving the report as pdf etc. correctly. Anyways, we decided to switch to Crystal 2008 (12), but don't know the ClassID. Anybody knows how to fix the problem with Crystal 11 on Windows 7 (Viewer greyed out) or knows the ClassID for Crystal 12 ActiveXViewer? Thanks, Ekjon