Hi
I have a pair of forms that are having problems with the mouse pointer. The first form loads and triggers a logon form. When the user enters the logon details they can either press return or click on the Logon button. One of the first things done is to set the mouse pointer to the hourglass.
However, this is where the fun starts. If the user clicks on the Logon button, or the mouse pointer is over the form when the user presses return then the mouse pointer changes fine. If the mouse pointer is outside the form then it does not change.
I have added several "Do Events" to no effect, and tried using refresh as well. I have tried setting the mousepointer using me.Mousepointer, frmFormName.Mousepointer and screen.Mousepointer, all to no effect.
Any ideas? I know it isnt a serious problem but it just looks tatty and bugs me
All the best
Keith
I have a pair of forms that are having problems with the mouse pointer. The first form loads and triggers a logon form. When the user enters the logon details they can either press return or click on the Logon button. One of the first things done is to set the mouse pointer to the hourglass.
However, this is where the fun starts. If the user clicks on the Logon button, or the mouse pointer is over the form when the user presses return then the mouse pointer changes fine. If the mouse pointer is outside the form then it does not change.
I have added several "Do Events" to no effect, and tried using refresh as well. I have tried setting the mousepointer using me.Mousepointer, frmFormName.Mousepointer and screen.Mousepointer, all to no effect.
Any ideas? I know it isnt a serious problem but it just looks tatty and bugs me
All the best
Keith