Mouse Pointer

ycherrs

New Member
Hey Guyzzz Need you help. I want to run a certain procedure. during execution of this procedure, i want to set my mouse pointer to hourglass so that the user will know that the procedure in still in execution progress. After completing the task, i will then set the pointer to arrow.Ive tried the syntax below but it prompted an error when I check the sytax. Im not sure though if am i using correct statement for this.

LOAD-MOUSE-POINTER ("APPSTARTING")
RUN procedure_name.r.
LOAD-MOUSE-POINTER ("ARROW")

thanks very much.

Ycherrs
 
Back
Top