react on cancel in print dialog
Hello
I have ShowPrintDialog:=true in my Report
After the I call then Report.Print method the print dialog appears.
For the following lines of code I should know whether the user has pressed
OK or Cancel. Is there a property thats tells me if the report has printed?
thanks,
Oliver Wurdak
I have ShowPrintDialog:=true in my Report
After the I call then Report.Print method the print dialog appears.
For the following lines of code I should know whether the user has pressed
OK or Cancel. Is there a property thats tells me if the report has printed?
thanks,
Oliver Wurdak
This discussion has been closed.
Comments
if (ppReport1.PrintDialog.ModalResult = mrOK) then
--
Cheers,
Tom Ollar
Digital Metaphors Corporation
http://www.digital-metaphors.com
info@digital-metaphors.com