Topic: Hide the edit property

Hello
How do I hide the edit feature when previewing?

Re: Hide the edit property

abdulraheem.contact wrote:

Hello
How do I hide the edit feature when previewing?

???

Re: Hide the edit property

Hi, if you mean from the print preview using fastReport use the following script::  Form1.frxReport.PreviewOptions.Buttons := pbnoclose;  // hide all buttons    and      Form1.frxReport.PreviewOptions.Buttons := pbPrint+pbLoad+pbSave+pbExport+pbZoom+pbFind+pbOutline+pbPageSetup+pbTools+pbEdit+pbNavigator+pbExportQuick+pbNoClose+pbNoFullScreen+pbNoEmail; // to get all functions back