Crystal Report - Crystal ActiveX Viewer no carga reporte

 
Vista:

Crystal ActiveX Viewer no carga reporte

Publicado por Luis (1 intervención) el 12/07/2014 17:06:31
Hola a todos.

Por favor ayuda.

Al intentar abrir un reporte con el cristal viewer no me muestra el objeto o los datos cuando tiene muchos caracteres, hice unas pruebas y cuando el reporte tiene pocos caracteres si se abre el reporte, no se si tenga algo que ver con permisos. Estoy utilizando la versión del crystal reports 10 y en la pagina asp tengo el siguiente código:

<%
Dim Parametro
reportname = "Prueba.rpt"
%>
<!-- #include file="AlwaysRequiredSteps.asp" -->
<%
Session("oRpt").ParameterFields.GetItemByName("@Parametro").AddCurrentValue(Parametro)
%>
<!-- #include file="MoreRequiredSteps.asp" -->
<!-- #include file="SmartViewerActiveX.asp" -->

Muchas Gracias por su ayuda.
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder