Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Detect Dbl Click in a grid
Message
De
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:
00302422
Vues:
39
>I dont see the significance of calling the Grid's doubleclick... is'nt this the original problem ..i.e. This does not fire because the controls in the grid fire ??

Here is the idea: 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?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform