| **Navigation:**  [[templates.htm|Templates]] > Guide to all Templates > [[additional libraries and templates.htm|Additional Libraries and Templates]] > Crystal8 Class >====== ShowToolbarTips (show tips on preview window toolbar) ====== | [[showreportcontrols show print controls .htm|{{btn_prev_n.gif|Previous page}}]][[additional libraries and templates.htm|{{btn_home_n.gif|Return to chapter overview}}]][[finance library.htm|{{btn_next_n.gif|Next page}}]] | | || **ShowToolbarTips**(| //showtooltips// |) **ShowToolbarTips**** Display tooltips in the preview window's toolbar.** //showtooltips//  An integer constant, variable, EQUATE, or expression that specifies whether to enable tooltips on the toolbar in the report preview window. A value of one (1) indicates that tooltips will be shown. This is the default if the parameter is omitted. A value of zero (0) indicates that tooltips will not be displayed in the report preview window. The ShowToolbarTips method is used to enable tooltips on the toolbar of the report preview window. This method returns a BYTE representing the value of //showtooltips//. **Return Data Type:** BYTE **Example: ** **oCrystal8.ShowToolBarTips(1)**