crystal reports and 20000 error 
Author Message
 crystal reports and 20000 error

report1.DataFiles(0) = "d:\gldata\glrpts.mdb"
report1.ReportFileName = "d:\gldata\purchsch.rpt"
report1.Action = 1

 (this report runs)  followed by code

report2.DataFiles(0) = "d:\gldata\glrpts.mdb"
report2.ReportFileName = "d:\gldata\expsch.rpt"
report2.Action = 1

  (this last line causes a run-timer error 20000)

I have not been able to find any reference to error 20000 in help,
online vb books,
technet, etc..

Win95, VB 4.0 both 16bit and 32bit flavors.
Anyone have any suggestions.

Both reports can be run and printed from within the addon Crystal Report
window.

Gary Allen



Wed, 03 Feb 1999 03:00:00 GMT  
 crystal reports and 20000 error

Solved my own problem by the following:
  Deleted the crystal reports control for the offending report and
  re-added to the form.  Made no changes to the referred to report and
  the 20000 error went away.  Something was set incorrectly in the
  control but it was not obvious.

  Would still like to know what is a 20000 error!



Sat, 06 Feb 1999 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. crystal reports and 20000 error

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

3. VB4.0 and Crystal Reports Error 20000

4. Run-time error 20000 w/ crystal

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

6. Error 20000: No error.

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

8. Run Time Error 20000, No Error

9. Run Time Error 20000, No Error

10. error 20000- No Error

11. Run-time error 20000 ?

12. Run-time error 20000

 

 
Powered by phpBB® Forum Software