Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
RE: Mouse pointer over grids??
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00241891
Message ID:
00241948
Views:
12
>>although thats a hell of an idea, i dont think ill be implementing it just yet.. Might try a few more things first.. The effort is greatly appreciated though..
>
>I use an API method for it for other reasons, but I've seen posted a simpler method, something like:
>
>grid.mousepointer = 1
>grid.column.textbox.mousepointer = 1
>in column Mousemove, this.parent.mousepointer = 1
>
>There's one other part, I think, also, maybe someone else can chime in...

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 coluumns' controls MouseMove put THIS.MousePointer = 1
William A. Caton III
Software Engineer
MAXIMUS
Atlanta, Ga.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform