Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using Crystal Reports thru code in VB 1

Status
Not open for further replies.

nateshk

Programmer
Jan 16, 2001
49
0
0
HK
Hi ,

Iam using Crystal Reports 7.0 for reporting purpose in my application.There is a problem in the sense that on the client side not all P.C's will be having Crystal Reports due to licensing concern. So i will not be able to use the Crrystal Reports ocx.

How do i overcome it ?

Thanx in advance.

Natesh

 
1. Use Package and Deploy utility of VB and make instller of your application and install on the required pc.

2. use distribution utitilty of crystal and make distribute file of any dummy report of crytal and install that file on required pcs.
 
You most likely have the distribution rights to ship the reports that you have created, and the Crystal32.Ocx, and any other files needed to display the reports through VB, along with their dependency files.

You just cannot ship CR itself.

As Locater says, use the P&D and the needed files will be packaged with the setup. [/b][/i][/u]*******************************************************[sub]
General remarks:
If this post contains any suggestions for the use or distribution of code, components or files of any sort, it is still your responsibility to assure that you have the proper license and distribution rights to do so!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top