Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Mouse pointer in Grid
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00268600
Message ID:
00268616
Views:
22
>Hello Friends
>
>By default in Vfp grid mousepointer changes to I-Beam . so whenever mouse pointer is on grid mousepointer becomes I-Beam. I want to change it to Arrow. I have tried to change Grid's mousepointer
>property to "arrow" but it is only working if mouse pointer is on grid scrollbar or hearder etc.
>
>IF mouse pointer is on column then again it changes to I-Beam.
>What am I missin here ? i want mousepointer to be as "Arrow" whenever mouse pointer is anywhere in grid

This one's been around the block a few times:

Originally posted by Jim Booth:

In the grid's MouseMove put THIS.MousePointer = 1
In the columns' MouseMove put THIS.PARENT.MousePointer = 1
In the headers' MouseMove put THIS.PARENT.PARENT.MousePointer = 1
In the columns' controls MouseMove put THIS.MousePointer = 1
The Anonymous Bureaucrat,
and frankly, quite content not to be
a member of either major US political party.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform