Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Popup Form when Mouse is Over a Cell in a Grid
Message
From
15/04/2008 13:06:22
 
 
To
15/04/2008 12:51:47
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01310765
Message ID:
01310776
Views:
8
>>I've been trying to find a way to do this, but the only thing that seems >>to act this way at all is the ToolTips. Not a way I can find to use that. >>Anyone done this or have any ideas?

* Define a form, I link it to an object reference on the form

THISFORM.oForm=CREATEOBJECT("MyPopupForm")

*) in the mousemove() event of th cells control
THISFORM.oForm.Visible=.T.

* and in the mouseleave()

THISFORM.oForm.Visible=.F.


Hope that helps

Gary
Previous
Reply
Map
View

Click here to load this message in the networking platform