Please add the below piece of code on to a global script to remove the “Print” and “export” buttons in the quick search
Sub OnSearchRequested(vntNotifyParams)
On Error Resume Next
UIMaster.RUIBottom.RemoveButton "Print"
UIMaster.RUIBottom.RemoveButton "Export"
End Sub
OnSearchLoaded is invoked only from Pick A Search and hence code written here does not apply to Quick Search.
Inscription à :
Publier les commentaires (Atom)
Aucun commentaire:
Enregistrer un commentaire