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