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:
00402059
Views:
20
>>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

Hi Bruce,

This is great, however, I can't seem to find '99-Custom' (as listed in the Grid.MousePointer properties) in Help. How can I customize it? Thanks.
Thanks!
~d
J
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform