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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Crystal Report 12 and VB6

Status
Not open for further replies.

dirs

Programmer
Apr 26, 2011
2
NO
Hi,
I am quite new to VB and crystal report. Have been searching many forums to find info about how to display a Crystal report using VB. I found some examples in the codebanks but none of them are working for me. ANy help would be appreciated.
Thanks
 
There was a nice diagram showing what versions of VB work with what versions of Crystal Reports. I've published the Dot Net version of that here:
VB 6 originally used the OCX from Crystal 4 to process report objects. That continued until Crystal 8.0

VB 6 could use the RDC to work with Crystal 7 to 11, but as with Dot Net, the RDC is no longer available.

Could use Dot Net components with Crystal 10 and later. Must use it for version 12, 13 and 14 (2008, 2010 and 2011). But you need to match the correct dot net run time with the appropriate version of Crystal.

You need to either update from VB6 to Dot Net or downgrade your Crystal Run time to 11 or earlier.

The good news is that the rpt format for Crystal 9-14 seems relatively interchangable. As long as you don't use new features, the older run time will process reports in a later format.

Bruce Ferguson
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top