Can anyone tell me if there is a way to display multiple reports in a single PrintPreview form with the CR Viewer? I am using Crystal 8.5, and using the following code:
MultiReport.AddReport crRpt
MultiReport.AddReport crRpt1
MultiReport.AddReport crRpt
frm.CRViewer1.ReportSource = MultiReport
frm.CRViewer1.ViewReport
frm.Show
The problem is that I can never see nor navigate to the any report except the 3rd one.
MultiReport.AddReport crRpt
MultiReport.AddReport crRpt1
MultiReport.AddReport crRpt
frm.CRViewer1.ReportSource = MultiReport
frm.CRViewer1.ViewReport
frm.Show
The problem is that I can never see nor navigate to the any report except the 3rd one.