cursor_wait
Turns the window's busy indicator (hourglass) on or off.
Available in:
Apps (win) |
Apps (char) |
Reportwriter |
RPC |
Standalone PL |
X |
|
|
|
X |
Syntax
void cursor_wait(onoff)
int onoff
Description
onoff | specifies the indicator setting. If the value is true (any
non-zero value), the busy indicator is turned on. A zero value
turns the busy indicator off.
|
Notes
The busy indicator is automatically turned off by any subsequent I/O
operation. Most applications do not require an explicit
cursor_wait(false).