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
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