Removing Print Button from Report

aman_mbsaman_mbs Member Posts: 158
Dear All,

H :idea: How will we remove the Print Button from the test Report in General Journal...
Aman Kumar Gupta

Comments

  • gulamdastagirgulamdastagir Member Posts: 411
    press ctrl+F2 to go into design mode,then Right Click Posting Menu Button->Menu Items->In Menu Designer just unCheck the visible field for the "Test Report" menu item
    Regards,

    GD
  • nunomaianunomaia Member Posts: 1,153
    From Menu or from print preview ?
    if is in print preview isn't possible.
    Nuno Maia

    Freelance Dynamics AX
    Blog : http://axnmaia.wordpress.com/
  • WaldoWaldo Member Posts: 3,412
    May be this is a suitable solution for you:
    Report - OnPreReport()
    IF NOT CurrReport.PREVIEW THEN ERROR('');
    

    Eric Wauters
    MVP - Microsoft Dynamics NAV
    My blog
Sign In or Register to comment.