I've VB5 enterprise edition on my PC (which also had Crystal Reports
installed with it). Recently, i've installed the Crystal 6.0 upgrade. After
completing the installation, i included the Crystal OCX in my VB project.
Now, here's the code that i execute :
rpt1.ReportFilename = "c:\test.rpt"
rpt1.destination = crptToPrinter
rpt1.connect = "DSN=dsn1;uid=user1;pwd=pass1;"
rpt1.Action = 1
this line gives me an error no. 20000, the text of which says "No error".
Can someone please shed some light on why I'm getting this error and whats
the remedy?
Thanks a lot.
Atul