borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (VB Report Group By - Desperate!)Next Topic (Data Report) New Topic New Poll Post Reply
AndreaVB Forum : Reporting tools : Do i need to install Crystal Reports?
Poster Message
Aeric
Level: Sage


Registered: 16-06-2003
Posts: 53

icon Do i need to install Crystal Reports?

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
View Profile Send Email to User Show All Posts Visit Homepage ICQ | Quote Reply
Goran
Level: Moderator

Registered: 16-05-2002
Posts: 1681
icon 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.

14-03-2005 at 11:17 AM
View Profile Send Email to User Show All Posts | Quote Reply
Aeric
Level: Sage


Registered: 16-06-2003
Posts: 53
icon Re: Do i need to install Crystal Reports?

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
View Profile Send Email to User Show All Posts Visit Homepage ICQ | Quote Reply
Goran
Level: Moderator

Registered: 16-05-2002
Posts: 1681
icon 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.

15-03-2005 at 11:20 AM
View Profile Send Email to User Show All Posts | Quote Reply
Aeric
Level: Sage


Registered: 16-06-2003
Posts: 53
icon Re: Do i need to install Crystal Reports?

The merge modules are for Crystal Reports 9 and above. Is the version 9 compatible with version 8.5?

16-03-2005 at 01:05 AM
View Profile Send Email to User Show All Posts Visit Homepage ICQ | Quote Reply
Goran
Level: Moderator

Registered: 16-05-2002
Posts: 1681
icon Re: Do i need to install Crystal Reports?

Not sure, you will have to check on their site.

____________________________
If you find the answer helpful, please mark this topic as solved.

16-03-2005 at 01:18 AM
View Profile Send Email to User Show All Posts | Quote Reply
AndreaVB Forum : Reporting tools : Do i need to install Crystal Reports?
Previous Topic (VB Report Group By - Desperate!)Next Topic (Data Report) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder