Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Mouse Pointer for a text control inside a grid
Message
From
22/03/2000 11:21:26
 
 
To
22/03/2000 11:03:17
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00348922
Message ID:
00348936
Views:
21
>I have a grid with text controls in it to display a file. I want the user to click on the grid, but after that I don't want the text control to become active(is readonly) and the mouse pointer to be an arrow.
>
>Trying to change the mouse pointer to an arrow is not working and even when I am over the control I see the default mouse pointer(|) for a text control(this happends for a text control in a grid)
>
>Thanks,
>Vali

Courtesy of Jim Booth, to set the various elements of a grid so mousepointer is an arrow:
In Grid MOUSEMOVE: THIS.MOUSEPOINTER = 1
In Grid's Columns' MOUSEMOVE: THIS.PARENT.MOUSEPOINTER = 1
In Grid's ColUmns' Headers' MOUSEMOVE: THIS.PARENT.PARENT.MOUSEPOINTER = 1
In Grid's Columns' Controls' MOUSEMOVE: THIS.MOUSEPOINTER = 1
Bill
William A. Caton III
Software Engineer
MAXIMUS
Atlanta, Ga.
Previous
Reply
Map
View

Click here to load this message in the networking platform