Hi People I Need a very importent favor....If someOne of you Knows How to print using the mixing (ctrl+ P) and Not Clicking on print dialog that appears once you show report .....Thanks In advance
It is possible to print a report without having to use the Print dialog by setting the Report.ShowPrintDialog to False. Then you can hook into the TForm.KeyDown event to capture when your users hold (Ctrl + P) and call Report.Print when they do.
Comments
It is possible to print a report without having to use the Print dialog by
setting the Report.ShowPrintDialog to False. Then you can hook into the
TForm.KeyDown event to capture when your users hold (Ctrl + P) and call
Report.Print when they do.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com