Memoria Llena en Crystal Report
Publicado por Michael (2 intervenciones) el 03/12/2004 04:47:25
cuando estoy imprimiendo mi reporte por medio del crystal report 8.0 despues de la segunda o tercera imprimida consecutiva me sale un mensaje de error de numero -2147206398 la memoria esta llena, esta aplicacion es un modulo de facturación que varios users generan facturas y por ende imprimen, tengo un frmreporte que es mi formulario donde esta el control CRviewer esta es la forma como imprimo.
crReport.Database.SetDataSource mirecordset
Set crParamDef = Nothing
Set crParamDefs = Nothing
CRViewer1.ReportSource = crReport
crReport.PrintOut False
Set crApp = Nothing -- crapp obtejo tipo aplicacion
Set crReport = Nothing -- crreport objeto tipo reporte
Set mNegocio = Nothing
Exit Sub
crReport.Database.SetDataSource mirecordset
Set crParamDef = Nothing
Set crParamDefs = Nothing
CRViewer1.ReportSource = crReport
crReport.PrintOut False
Set crApp = Nothing -- crapp obtejo tipo aplicacion
Set crReport = Nothing -- crreport objeto tipo reporte
Set mNegocio = Nothing
Exit Sub
Valora esta pregunta


0