I added the Crystal Report Control to my form and coded it correctly and my Crystal report opened correctly, yippee. Then I tested this over the dial in server environment and I was suprised to find this control will not work on our dial in server environment
.
So I found that the "Crystal Report Viewer Control" is available in the dial in environment. I have searched the net and found very little information on this Active X control for MS Access. Has anyone here ever used this Active X control before, and if so do you know how to code it to work correctly?
Here is my code that allowed the Crystal Report Control to work correctly, maybe someone can translate it to code to allow the Crystal Report Viewer Control to work correctly:
crystalreport1.connect = "DSQ=C:\Database\OCEW.DSN"
crystalreport1.ReportFileName = "C:\Database\Report.rpt"
crystalreport1.action = 0
Thank you for your time.
T.J.

So I found that the "Crystal Report Viewer Control" is available in the dial in environment. I have searched the net and found very little information on this Active X control for MS Access. Has anyone here ever used this Active X control before, and if so do you know how to code it to work correctly?
Here is my code that allowed the Crystal Report Control to work correctly, maybe someone can translate it to code to allow the Crystal Report Viewer Control to work correctly:
crystalreport1.connect = "DSQ=C:\Database\OCEW.DSN"
crystalreport1.ReportFileName = "C:\Database\Report.rpt"
crystalreport1.action = 0
Thank you for your time.
T.J.