Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid Active Row or Cell MouseEnter
Message
From
11/12/2008 21:32:43
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
01366646
Message ID:
01366814
Views:
10
>>>>I need to do this without adding code to the grid, base or otherwise. The grid cannot know about the custom class.
>>>
>>>You don't have to do this in the grid if you don't want it. Grab a reference to your grid
>>>
>>>loGrid = getpem(..) && or evaluate
>>>
>>>with loColumn in loGrid.Columns
>>>
>>>  The code I already posted
>>>ENDWITH
>>
>>That still isn't helping me. I'll try stating it more simply. I need to know when I am over the active row or a column in the active row of MyGrid. When the mouse is over that area, then I need to run a method in my custom control. I already have BindEvents working to run a method of my custom class when the MyGrid.MouseEnter happens, but I need it to act when the mouse is over the active row of the grid. I'm not sure how what you showed me helps.
>
>I see your problem now better. Unfortunately, this problem doesn't have a simple solution. There is an interesting solution about Tooltiptext in grid which I found on the Russian website. Unfortunately, it's a bit complex and besides I may not have my latest code with me.
>
>We discussed this problem here too with James Nelson some time ago, if you want, I may look for this thread.

That would be helpful.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform