I have migrated to Crystal 8.5 from 7.0
I have problem in how to call report developed from VB
I put a control called CRVreport which is Crviewer
and give code
repsource = "c:\powerproject\substation.rpt"
CRVReport.ReportSource = App.Path & "substation.rpt"
CRVReport.ViewReport
Can anyone give a better method
I have problem in how to call report developed from VB
I put a control called CRVreport which is Crviewer
and give code
repsource = "c:\powerproject\substation.rpt"
CRVReport.ReportSource = App.Path & "substation.rpt"
CRVReport.ViewReport
Can anyone give a better method