processing indicator on forms

C

Coco87

How do you insert an indicator to let you know that a form
is processing? When forms are procesing code an indicator
lets you know that it is processing. How do I insert my
own indicator?
 
B

Bob Sullivan

If you just want a simple hourglass cursor to display while the form is processing, you can write a small macro which contains the command "Hourglass". This will change the mouse pointer to an hourglass for the duration of the macro. When finished, you can set the Hourglass property to "Off"

Bob Sulliva

----- Coco87 wrote: ----

How do you insert an indicator to let you know that a form
is processing? When forms are procesing code an indicator
lets you know that it is processing. How do I insert my
own indicator
 
Top