Does anyone know if you can turn off/grey out the Notes Client default print options so the user has to press the print button the developer has created? In one DB I have, I don’t want peole to print a document using the normal Notes print button/functions. I want them to print the document using a print button I’ve created on the view.
Subject: Turning off the Notes Print Function for a particular DB
You can make a “printable” copy of a form for the users to use. Also, you should make the main form “unprintable” by using hide-whens. We have done such a trick in the past where tabbed tables weren’t worth printing. We had a button which opened the UIDoc using the other form which they could print. You probably could achieve the same with @Command( [ViewSwitchForm] ; formName )