Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Mousewheel in grids
Message
From
13/09/2002 12:58:26
 
 
To
13/09/2002 12:37:11
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00700238
Message ID:
00700250
Views:
10
Christian,

Try this:
*-- textbox.mousewheel()
IF nDirection > 0
   This.Parent.parent.doscroll(0)
ELSE
   This.Parent.parent.doscroll(1)
ENDIF
HTH
>The mousewheel works in grids, except when the mouse is over the textbox that has the focus. We tried to pass the event to parent.mousewheel or parent.parent.mousewheel, but nothing happens. Does someone know how to make it work?
Daniel
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform