Consultor Eletrônico



Kbase P15670: How to change the mouse pointer to an hourglass
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   15/10/2008
Status: Verified

GOAL:

How to change the mouse pointer to an hourglass

GOAL:

How to temporarily block user and system input?

FACT(s) (Environment):

Windows

FIX:

Using the SESSION:SET-WAIT-STATE("GENERAL") statement will set the mouse pointer to the hourglass during processing. However, remember to set it back after processing is complete (using SESSION:SET-WAIT-STATE("")) to allow for further input after the processing is complete.