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

CRAXDRT - How do I use this?

Status
Not open for further replies.

traceytr

Programmer
Mar 13, 2001
94
US
Hi. I have a newbie question, so please bear with me. I'm trying to figure out how to use CRAXDRT in my project. I'm using Crystal 8.5, and I've added the following code to a module in my VB6 project:

Public CRReport As CRAXDRT.Report
Public CrxApp As New CRAXDRT.Application
Public dbTable As CRAXDRT.DatabaseTable
Public CRXParamDefs As CRAXDRT.ParameterFieldDefinitions
Public CRXParamdef As CRAXDRT.ParameterFieldDefinition

When I run my code, I get an error message that says "Compile Error: User-defined type not defined," and within my code, CRAXDRT.Report has got the focus. What am I missing? Is there a .dll I'm supposed to be using with this? Or is there an example of this somewhere I could look at? Thanks.


Tracey

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top