Navigation: Templates > Guide to all Templates > Additional Libraries and Templates > Crystal8 Class >====== HasProgressControls (display progress controls on report preview) ====== | ![]() ![]() ![]() |
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)