mardi 13 mars 2007

Disable/Hide Print & Export buttons on Quick Searches

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.

Aucun commentaire: