Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dim mReport As CRAXDRT.Report
Dim rst as new ADODB.Recordset
' Uses the Crystal RDC
Set mReport = New CR_TRANSACTION_RPT
' Get ADODB Recordset here
' .
' .
mReport.Database.SetDataSource rst
'CRViewer on this VBForm
CRViewer1.ReportSource = mReport
Me.Caption = mReport.ReportTitle
CRViewer1.Zoom (100)
CRViewer1.ViewReport