Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Hot tracking in grid - is column onmouseenter work prope
Message
 
To
17/10/2001 14:44:50
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00568563
Message ID:
00569924
Views:
17
Thanks Mike !

It works, but only when mouse cursor is on currently selected row.
If mouse cursor is on another row (still the same column) it doesn't work of course. This is because column object has not MousePointer property and column1.text1 object is placed only in current row.
Therefore I tried to use MouseEnter event of the column to change mouse cursor. In this event I tried to change grid MousePointer property but it did not work. When mouse is above the column mouse cursor has stil default shape.
Becouse of no success with mouse cursor I set fontunderline proprety of column to true. In this way an user knows (independently of current row location) that he can click on the grid cell .


>>I want to change cursor icon (from arrow into hand ) when mouse is on such column.
>
>This was the code I used in VFP6.0, I don't know if the new methods are making it any easier:
>
>
* Grid.Column1.Text1.MouseMove
>this.MousePointer = 99
>this.MouseIcon = 'hand.cur'
>Will that work for you?
Previous
Reply
Map
View

Click here to load this message in the networking platform