Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid control's MouseWheel event problem
Message
From
23/11/2003 15:56:40
Mike Sue-Ping
Cambridge, Ontario, Canada
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Grid control's MouseWheel event problem
Miscellaneous
Thread ID:
00852801
Message ID:
00852801
Views:
57
I'm trying to determine if the Shift key is pressed when the MouseWheel event is fired for a grid. I've put the following code into the event:
IF nShift = 1
   WAIT WINDOW NOWAIT TRANSFORM(nShift)
ENDIF 
It never executes. If I remove the IF/ENDIF, the wait window displays "0" if no key is pressed (as expected), but, no wait window appears if I press the Shift key. It appears to me that the grid's MouseWheel event does not respect the nShift parameter.


Anyone know what I'm doing wrong?

TIA,

Mike
Next
Reply
Map
View

Click here to load this message in the networking platform