Run-time error 20000 
Author Message
 Run-time error 20000

Anyone ever get this error message?  I have a VB program which allows
the user to print using CRW a record or range of records from an Access
database.  The error message is generated when the user tries to print
but not all my users generate the error message.  Users are printing to
both local printers and LAN printers.

I can't locate the error in VB, CRW, or WIN95.  Could it be a Database
Jet Engine error or a printer error?

The problem only occurs when I am running from the installed version.  I
don't generate the error in the developer's environment (why stepping
throught the code didn't help).

In my debug process, I inserted message boxes to check the execution as
follows:

msgbox "Next line is DoEvents"
DoEvents
msgbox "Next line is call to CRW"
ReportName.Action = 1

Since I needed to press the OK button for the msgbox, it seems to have
delayed the execution of each line of code enough that the report
printed without problem.  I took the msgboxes out, did the setup wizard
again, installed it again and got the run-time error again.  

Any help or suggestion as to what could be causing the error is welcome.
I don't really know where else to look.

Thanks,

Karen



Thu, 15 Jun 2000 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Run Time Error 20000, No Error

2. Run Time Error 20000, No Error

3. Run-time error 20000 ?

4. Run-time Error 20000

5. Run-time error 20000

6. Run-time error 20000 w/ crystal

7. Run-time error '20000'

8. RetrieveSQLQuery Runtime error "20000"

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

10. Error 20000: No error.

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

12. error 20000- No Error

 

 
Powered by phpBB® Forum Software