Purpose : Restores the cursor to the normal arrow cursor.
Format: NORM_CURSOR
Notes: Use this statement to restore the cursor after the use of the BUSY_CURSOR command.
Examples:
# Display a busy cursor
for a while.
a = 0
busy_cursor
loop begin 100000
a = a + 1
loop end
# Restore the previous cursor.
norm_cursor
exit
See Also: BUSY_CURSOR