Navigation:  ABC Library Reference > ReportManager Class > ReportManager Properties >====== WaitCursor (activate Wait cursor during report processing) ====== Previous pageReturn to chapter overviewNext page
WaitCursor BYTE, PROTECTED

blk2blue.jpg

The WaitCursor property is used to signal the ReportManager that a wait cursor will be active as the report is generating. A value of one (1 or True) activates the wait cursor; a value of zero (0 or False) uses the default.

Implementation:

The Ask method of the ReportManager implements the WaitCursor property.

See Also:     Ask