Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Popup Form when Mouse is Over a Cell in a Grid
Message
De
15/04/2008 13:06:22
 
 
À
15/04/2008 12:51:47
Jay Johengen
Altamahaw-Ossipee, Caroline du Nord, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01310765
Message ID:
01310776
Vues:
9
>>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform