mca_pooja
December 14th, 2004, 01:32 AM
hi
you have solved problems of many developers n hope u will help me out too.
i am coding in vb6.and reporting in crpt.i want to give output directly to printer. i am using following code
Me.CrystalReport1.ReportFileName = App.PATH + "\TODO.RPT"
Me.CrystalReport1.DiscardSavedData = True
Me.CrystalReport1.WindowState = crptMaximized
CrystalReport1.WindowShowPrintSetupBtn = True
CrystalReport1.Destination = crptToWindow
CrystalReport1.Action = 1
i read the prevoius thread also but .........
i also want to email that report.tell to how to go abt it
pooja
you have solved problems of many developers n hope u will help me out too.
i am coding in vb6.and reporting in crpt.i want to give output directly to printer. i am using following code
Me.CrystalReport1.ReportFileName = App.PATH + "\TODO.RPT"
Me.CrystalReport1.DiscardSavedData = True
Me.CrystalReport1.WindowState = crptMaximized
CrystalReport1.WindowShowPrintSetupBtn = True
CrystalReport1.Destination = crptToWindow
CrystalReport1.Action = 1
i read the prevoius thread also but .........
i also want to email that report.tell to how to go abt it
pooja