Click to See Complete Forum and Search --> : printing and emailing crpt from vb


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

Madhi
December 15th, 2004, 02:08 AM
Hi, open the report
goto File-->Send To-->Mail Recipient

Madhivanan