
20/07/2006, 09:17
|
| | Fecha de Ingreso: diciembre-2003
Mensajes: 595
Antigüedad: 21 años, 4 meses Puntos: 1 | |
Ayuda con reporte Saludos tengo un reporte en cristalreport10,mi aplicacin en vb6 y conexion ADO, y me gustaria saber como saber como puedo usar las siguientes lineas de codigo para llamar a mi reporte
Dim cristal As Object
Set cristal = CreateObject("Crystal.CrystalReport")
With cristal
.ReportFileName = App.Path & (rdatos.rpt)
.WindowTitle = "rportes "
.WindowMaxButton = False
.WindowShowRefreshBtn = False
.WindowState = crptMaximized
.Destination = crptToWindow
.Action = 1
End With |