Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Change mousepointer in grids
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00214692
Message ID:
00214919
Views:
22
This is courtesy of 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 all,
>
>Which is the way to change the I-Beam cursor in grid to the default Arrow when the grid is readonly??
>
>I try with:
>grdBrowse.MousePointer = 1 &&Arrow
>grdBrowse.SetAll( "MousePointer", 1, "TextBox" )
>
>And... No good results.
>
>Any ideas???
>Thanks in advance!
William A. Caton III
Software Engineer
MAXIMUS
Atlanta, Ga.
Previous
Reply
Map
View

Click here to load this message in the networking platform