on creating report using crystal report, one way is to build it in the RDC (report designer control
on creating report using crystal report, one way is to build it in the RDC (report designer control) from seagate crystal report 8.0, but if u
API Declarations
Dim lReport As CRAXDRT.Report
Rate on creating report using crystal report, one way is to build it in the RDC (report designer control
(1(1 Vote))
Set lApplication = New CRAXDDRT.Application
Set lReport = lApplication.OpenReport(App.Path & "\RPT FILES\SOMECRYSTAL.RPT", 1)
CRViewer1.ReportSource = lReport
CRViewer1.ViewReport
End Sub
on creating report using crystal report, one way is to build it in the RDC (report designer control Comments
No comments yet — be the first to post one!
Post a Comment