Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Changing cursor pointer
Message
From
02/12/2004 23:08:08
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Changing cursor pointer
Miscellaneous
Thread ID:
00966604
Message ID:
00966604
Views:
60
I have a long action which may be initiated via click on a button or pressing "Enter" in ComboBox and the following code is run.
thisform.MousePointer = 11
my_long_calculation()
thisform.MousePointer = 0
The problem is that after pressing "Enter" in combobox regardless where I put this code ( keypress, valid , lostfocus or even timer event ) I can't achieve hourglass mouse pointer , it just disappears.
No problem whatsoever with "Click" event for button.

TIA
Michael
Next
Reply
Map
View

Click here to load this message in the networking platform