Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Detect Dbl Click in a grid
Message
 
À
12/12/1999 13:06:44
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00302214
Message ID:
00302486
Vues:
34
In the DblClick() of all the control's double click, put:
>
>This.Parent.Parent.DoubleClick()
>
>Then put what you want to happen in the DoubleClick() method you added to your grid class. This means, you can use the same control classes evrywhere you want, even is they double click is supposed to be different. Thats beacuse the DblClick() code can be stored in a GridClass, or a Grids instance on a form.
>
>Does this make sense now?


Mike, thanks for that...that will seem to do the trick.

Gerard
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform