poli13
10-26-2004, 09:31 AM
I wrote this VB program that displays Crystal Reports. Somehow, if a report has a chart, the chart doesn't get displayed; everything else works well. Does anyone know what the problem is? This is the code that I'm using:
Set crxReport = crxApp.OpenReport(FileIn.Path & "\" & FileIn.FileName, 1)
frmViewer.CRViewer1.ReportSource = crxReport
frmViewer.CRViewer1.ViewReport
frmViewer.Left = 600
frmViewer.Top = 600
frmViewer.ShowI'm using VB6 SP5 and Crystal Reports Developer 8.5.
Thanks for your help.
poli
Set crxReport = crxApp.OpenReport(FileIn.Path & "\" & FileIn.FileName, 1)
frmViewer.CRViewer1.ReportSource = crxReport
frmViewer.CRViewer1.ViewReport
frmViewer.Left = 600
frmViewer.Top = 600
frmViewer.ShowI'm using VB6 SP5 and Crystal Reports Developer 8.5.
Thanks for your help.
poli