Dim mApp As New CRAXDDRT.Application
Dim mRep As CRAXDDRT.Report
Set mRep = mApp.OpenReport FileName, 1 'Open a Report
I want to know that if i distribute my program which use the above coding, do i need to install the Crystal Reports software in the computer?
Thanks.
14-03-2005 at 08:55 AM
|
Goran Level: Moderator Registered: 16-05-2002 Posts: 1681
Re: Do i need to install Crystal Reports?
You need to install crystal reports runtime files, otherway CR wont work. For instance, if you want to create CRAXDDRT.Application object, you need to distribute CRAXDDRT.dll, and a few others along with it (not just that one).
[Edited by Goran on 14-03-2005 at 12:19 PM GMT]
____________________________
If you find the answer helpful, please mark this topic as solved.
This means that i need to include the supporting DLLs to the setup package and it is sufficient to make the EXE program runs. Otherwise, is there a Crystal Reports runtime file that can be downloaded and install independently like the VB runtime file?
Thank you very much.
15-03-2005 at 01:08 AM
|
Goran Level: Moderator Registered: 16-05-2002 Posts: 1681
Re: Do i need to install Crystal Reports?
You can download merge modules for your version of CR from their site.
____________________________
If you find the answer helpful, please mark this topic as solved.