I put in the general declaration the following lines
'Note CRAXDRT is referenced
Dim CRXA As New CRAXDRT.Application
Public report As New CRAXDRT.report
And in the btnPrint_click()
Set report = CRXA.OpenReport("c:\myreport.rpt"
The I got error message
"Object variable or With block variable not set"
Help please!
'Note CRAXDRT is referenced
Dim CRXA As New CRAXDRT.Application
Public report As New CRAXDRT.report
And in the btnPrint_click()
Set report = CRXA.OpenReport("c:\myreport.rpt"
The I got error message
"Object variable or With block variable not set"
Help please!