Hello,
I am also getting the same issue to disable the print button of Report, If you got the solution then please let me know also.
Regards,
Dhananjay
As of now we cant disable print button.
but we can restrict used from printing by writing
IF NOT CurrReport.PREVIEW THENERROR('You cannot print this report.');
Hi,
please make the return value in fetch metho to zero ,then automatically the print button will disable
Regards
dhananjay
Dhinu.v said: Hi, please make the return value in fetch metho to zero ,then automatically the print button will disable Regards dhananjay
will it work on NAVISION?