User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the Visual Basic 4 / 5 / 6 section within the Software Development category of DaniWeb, a massive community of 426,564 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 1,691 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Visual Basic 4 / 5 / 6 advertiser: Programming Forums

How add Crystal Report Version 11 in VB6

Join Date: May 2006
Location: chennai
Posts: 4
Reputation: rajesh.nich is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
rajesh.nich's Avatar
rajesh.nich rajesh.nich is offline Offline
Newbie Poster

Solution Re: How add Crystal Report Version 11 in VB6

  #5  
May 10th, 2006
Hi,

Sailesh thanks for replying. That is one of the specific reason.

And these for Priya also..........

In CR XI you have Developer version only will allow you to deploy with VB.

And in VB you have to follow these steps to run CRXI reports in VB

1. In VB project properties go to Designer tab and select Crystal Reports 11 and in Controls tab select Crystal ActiveX Report Viewer Liberary 11.0

2. You will get one more tool box in tools window called Crystal Reports


3. and write the code like this in the form load (or which event you want)
Dim Report as New CrystalReport1

CrystalActiveXReportViewer.ReportSource = Report.Application.OpenReport( Give Report Path )

CrystalActiveXReportViewer.ViewReport

4. Run the Application.

Let me know if any queries.........................
Reply With Quote  
All times are GMT -4. The time now is 9:14 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC