Hi
I am using VB6 and CR9.When I press on the print button,the report is printed.
I use the following
frmreport.Viewer.PrintReport
But I need also to save the generated report,so how can I save the report?
thanks
Printable View
Hi
I am using VB6 and CR9.When I press on the print button,the report is printed.
I use the following
frmreport.Viewer.PrintReport
But I need also to save the generated report,so how can I save the report?
thanks
YOU CAN GIVE ON CRYSTALREPORT'S LOAD EVENT
"ME.Export TRUE"
Shukla can you be more specific,I have a CRViewer inside my VB6,what can I do to save my report?
By the way what is CrystalReport's load event?
thanks
you can save that report by exporting it to available resources of crystal reports it is included on the print preview...