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!

Problems with using Report Designer Component

Status
Not open for further replies.

antara76

Programmer
Feb 26, 2003
1
BA
Hi
When I try to integrate Report Designer Component in my Visual Basic project error always occure and I'm not allowed to make that integration. Every time when I try to put Report Designer Component in VB project I recieve message that Visual Basic has encountered a problem and needes to close. I use Windows XP.
Thx in advance
 
You will need developer edition to have the components available.

The RDC and OCX operate in different ways, so use one of the other, but not both. as the OCX is not included in CR9, you can assume it's future life is over.

Add a reference to CRAXDRT.DLL in your project, and a CRViewer component to do viewing on a form.

CRAXDDRT (note the two "D"s is the Design and run time library. Do NOT use that unless you plan to modify report design, and have each user buy a CR license to use your App. CRAXDRT is fine for report viewing and processing, and does not require additional license fees. Editor and Publisher of Crystal Clear
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top