[RESOLVED] Help First time Use of Crystal Reports11
I need some help to just call the crystal report from a simple VB6 form. No bells no whistles, just view and or print the report. The report is named Guide.rpt. It looks and prints fine from CR11. I just can not seem to find WORKING code to call the rport up from the vb6 program.
Thanks
Bill
Ok, I saw that one earlier, what calls the RunReport(). If I call the runreport() on formload I get error user defined type not defined on the first line of your code
VB Code:
Dim crxApp As New CRAXDDRT.Application
If I do nothing besides your code I get no errors or results
The support from Business Objects really isn't that helpful. I pretty much learned mostly everything from this forum and trial and error. Usually people around here are as helpful as can be if they know the answer. I would just keep posting if you are stuck on something. Just make sure to mark the thread resolved once you have found what you are looking for.