Cancel on Print Dialog error

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to get around a serious error that occurs in my application if I
bring up a report to print and then click the "Cancel" button on the Print
Dialog form. Doing so results in an error that closes the database. I know
there's an error code to trap for but I can't for the life of me find it
anywhere. Any help would be appreciated!
 
Kincaid said:
I am trying to get around a serious error that occurs in my application if I
bring up a report to print and then click the "Cancel" button on the Print
Dialog form. Doing so results in an error that closes the database. I know
there's an error code to trap for but I can't for the life of me find it
anywhere. Any help would be appreciated!

On Error Go To?
 
Back
Top