Ver Mensaje Individual
  #3 (permalink)  
Antiguo 22/04/2005, 12:51
Avatar de jrp01
jrp01
 
Fecha de Ingreso: mayo-2004
Ubicación: México
Mensajes: 2.702
Antigüedad: 21 años
Puntos: 0
Si pero eso es usando el OCX por RDC:
Código:
               sentencia = "Tu SQL"
                Set Rs = cn.Execute(sentencia)
                Screen.MousePointer = vbHourglass
                Set crxReport = crxApplication.OpenReport(App.Path & "\reporte.rpt")
                crxReport.DiscardSavedData
                Set crxDatabase = crxReport.Database
                Set crxDatabaseTables = crxDatabase.Tables
                crxReport.Database.SetDataSource Rs