Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error Trapping
Message
From
13/05/1998 19:45:00
Tim Yoder
Pin Point Computer Systems, Inc.
Bedford Heights, Ohio, United States
 
 
To
06/05/1998 12:36:56
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00097406
Message ID:
00099268
Views:
19
I think the reason you keep getting the message to retry the printer is because Foxpro is still trying to send information to that printer from the report. Once all the report is sent to the printer the message no longer comes up. Using the ON ERROR command would be the place to trap for this happening and then handle it there. As far as using the ON ERROR command for only certain errors, you can set the ON ERROR command to your program and handle only the errors you want there. Then at the end of your program if the error is different than a solution you had in your program set the error trapping back to Foxpros default by typing only "ON ERROR". This will give whatever the default Foxpro error message is if that is what you want.
Previous
Reply
Map
View

Click here to load this message in the networking platform