K
Khalid
Hey everyone,
I need someone's help one something. What I want to do is
change the mouse pointer into an hour glass before I
connect to a DB (cause it takes a few seconds to execute,
and I don't want the user to think nothing is going on.
Here is what I did:
Me.MousePointer= fmMousePointerHourGlass
....connect to DB and stuff
Me.MousePointer= fmMousePointerDefault
But the pointer doesn't change. The funny thing is that
when I run the debugger and pur breakpoints, it does in
fact change.
Can someone help me out?? Thank you advance
I need someone's help one something. What I want to do is
change the mouse pointer into an hour glass before I
connect to a DB (cause it takes a few seconds to execute,
and I don't want the user to think nothing is going on.
Here is what I did:
Me.MousePointer= fmMousePointerHourGlass
....connect to DB and stuff
Me.MousePointer= fmMousePointerDefault
But the pointer doesn't change. The funny thing is that
when I run the debugger and pur breakpoints, it does in
fact change.
Can someone help me out?? Thank you advance