How disable Ctrl-P when pbPrint is Disabled?
Hello
I disable [pbPrint] option in Report property but when push Ctrl-P the print dialog is show. How to disable it and other key combination where button is disabled?
Thanks.
I disable [pbPrint] option in Report property but when push Ctrl-P the print dialog is show. How to disable it and other key combination where button is disabled?
Thanks.
Comments
where in code was it fixed
in 2.53 i used it as a feature so that i could stop operators from printing an un finished invoice but supervisor could print a copy of an unfinished invoice by pressing Ctrl P
procedure TfrxPreview.KeyDown(var Key: Word; Shift: TShiftState);