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

CRAXDRT - RDC Browser utility

Status
Not open for further replies.

vidru

Programmer
Jul 18, 2003
2,113
US
Stumbled upon this utitlity last week in the Crystal Knowledge Base. It's a help file for the RDC (CRAXDRT library) that lists and describes all of the objects, collections, methods, and properties in an Explorer-like hierarchy.

For Crystal 6, and 7:

Crystal 8 and 8.5:

Crystal 9:

It's laid out much better (in my opinion) than the developer help files.

-dave
 
I'm trying to upgrade my VB application so that instead of calling Crystal Reports via the OCX, I'm trying to use the Crystal Report View Control (RDC).

I'm struggling with what references and components I need checked so I can do this. When I try to run my code I get an error message on the following lines:

Public CrystalApplication As New CRAXDRT.Application
Public CrystalReport As CRAXDRT.Report

The error message is "User defined type not specified".

Any help would be most appreciated.
 
You need a reference to the Crystal 8(x) Reports ActiveX Designer Runtime library (craxdrt.dll), and under components, add the Crystal Report Viewer Control (crviewer.dll).

-dave

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top