I have a Crystal (v9) report with field definitions defined (and placed on the report).
On my vb6 form I dropped a crystal viewer object from the toolbox.
Not sure why but I am assuming that there is a way to programmatically bind record set data to these fields.
Is this possible?
Eg,
Report.Field1 = rs("Data")
Report.Field2 = rs("Data2")
I believe I am using CRAXDRT
.