Error 20000: No error. 
Author Message
 Error 20000: No error.

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



Mon, 04 Dec 2000 03:00:00 GMT  
 Error 20000: No error.

The problem has been fixed.  The crystal report basically was trying to
print dynamic data (i.e. none of the fields that being printed were looked
up from a database). The problem was fixed when I introduced  a suppressed
database (dummy) field.

Regards,
Atul

Quote:
> 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".



Tue, 05 Dec 2000 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. RetrieveSQLQuery returns error 20000 ('No Error')

2. :-) The Error: No Error (20000)

3. Run Time Error 20000, No Error

4. Run Time Error 20000, No Error

5. error 20000- No Error

6. Run-time error 20000 ?

7. crystal reports and 20000 error

8. VB4.0 and Crystal Reports Error 20000

9. VB4 and Crystal Reports - report error 20000 HELP!!

10. Run-time error 20000

11. Run-time Error 20000

12. crystal reports and 20000 error

 

 
Powered by phpBB® Forum Software