Ive looked through the forum on an answer to this but can't seem to find anything conclusive.
When using printersetup(), and the user presses "Cancel" button, the print job will continue...seems there is no return from printersetup()...is this still the case?
Ive lived with this just as a nuisance but it is problematic now with a client and larger print jobs. I need a solution.
Thanks in advance,
Greg
PrinterSetup() Cancel
- Greg Gammon
- Posts: 105
- Joined: Fri Jun 09, 2006 3:27 pm
- Location: Bryan, Texas
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: PrinterSetup() Cancel
Greg,
PrinterSetup() returns 0 if you press Cancel button.
EMG
PrinterSetup() returns 0 if you press Cancel button.
EMG
- Greg Gammon
- Posts: 105
- Joined: Fri Jun 09, 2006 3:27 pm
- Location: Bryan, Texas
Re: PrinterSetup() Cancel
Perfect...thanks. Need to add that to the documentation I guess...
G
G