Options

how disable button print pdf, word and excel in navision 2015?

punkbutpunkbut Member Posts: 4
how disable button print pdf, word and excel in navision 2015?
fblbh6369zej.jpg

Comments

  • Options
    postsauravpostsaurav Member Posts: 708
    Hi,

    I think that is not possible to disable these buttons.

    Thanks & Regards,
    Saurav Dhyani

    Do you Know this About NAV?


    Connect - Twitter | Facebook | Google + | YouTube

    Follow - Blog | Facebook Page | Google + Page
  • Options
    punkbutpunkbut Member Posts: 4
    postsaurav wrote: »
    Hi,

    I think that is not possible to disable these buttons.

    or how put error when user click print pdf, excel, or word?
  • Options
    titus13titus13 Member Posts: 5
    We use web.
    We plan to disable theses buttons to autorize only PDF :

    i do it by modifying Desktop.css in Ressources/

    ul.radiobuttoncontrol-edit li input[title="Document Microsoft Excel"], ul.radiobuttoncontrol-edit li label[title="Document Microsoft Excel"],
    ul.radiobuttoncontrol-edit li input[title="Document Microsoft Word"], ul.radiobuttoncontrol-edit li label[title="Document Microsoft Word"] {
    display:none;
    }

    Cheers
  • Options
    JuhlJuhl Member Posts: 724
    Check the Action in requestpage. Think the trigger is called OnQueryClose...something.
    Follow me on my blog juhl.blog
Sign In or Register to comment.