i need to be able to disable the print button depending on certain user rights. How can make the print button on the default print preview form invisible?
To disable a button in the Report Preview form, you need to create a descendant class to ppPreview and change the PrintButton property's settings. Follow the link below for an example of how to do this.
Comments
To disable a button in the Report Preview form, you need to create a
descendant class to ppPreview and change the PrintButton property's
settings. Follow the link below for an example of how to do this.
http://www.digital-metaphors.com/tips/PreviewPrintBtnDisabled.zip
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Tony