| **Navigation:**  [[templates.htm|Templates]] > Guide to all Templates > [[additional libraries and templates.htm|Additional Libraries and Templates]] > Crystal8 Class >====== HasProgressControls (display progress controls on report preview) ====== | [[hasprintsetupbutton display print setup button on report preview .htm|{{btn_prev_n.gif|Previous page}}]][[additional libraries and templates.htm|{{btn_home_n.gif|Return to chapter overview}}]][[hasrefreshbutton display refresh button on report preview .htm|{{btn_next_n.gif|Next page}}]] | | || **HasProgressControls** (| //hasprogresscontrols// |) **HasProgressControls**** Allows navigation controls on the report preview window.** //Hasprogresscontrols //An integer constant, variable, EQUATE, or expression that specifies whether the progress controls will appear on the reports preview window. A value of one (1) displays the progress controls; a value of zero (0) does not display the progress controls. The HasProgressControls method is used to optionally display progress controls on the report preview window. This method returns a BYTE representing the value of //hasprogresscontrol//. The Progress controls display the progress of the report when it is running. It displays records read, records selected, etc.). **Return Data Type:** BYTE **Example:** **oCrystal8.HasProgressControls(1)**