This is from a client ... and I need to trap it.
Using the tPrinter class for a report:
1). Using PRINT oPrn NAME "Workorder Printing" FROM USER // Send to user selected printer
2).The printer selection dialog pops up.
3) Instead of selecting a printer, the user clicks the Cancel button
4). The program gets a Windows error that the program has stopped working.
How can I trap and respond to this cancel button ?
Please ... don't ask me why he does this. That is beyond me since he has many other options in the process where he can cancel, but he does it here ...