Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Changing the Cursor Over Populated Grid?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00098457
Message ID:
00098524
Views:
24
>How do you keep the cursor from becoming the I-bar that is normal over a populated grid? I changed both the grid's cursor property and the textbox's to be an arrow, but it still shows the I-bar unless the row doesn't have any data in it.
Michael,

You have to hit evry object that the mouse may move over. These are the Grid, each column, each column's header, and each column's control.

In the grid's MouseMove put THIS.MousePointer = 1
In the columns' MouseMove put THIS.Parent.MousePointer = 1
In the Headers' MouseMove put THHIS.Parent.Parent.MousePointer = 1
In the columns' controls MouseMove THIS.MousePointer = 1
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform