Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DblClick in a Grid
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00125042
Message ID:
00125052
Vues:
14
Its the Cell's Click() and DblClick() that will fire. If you want to centralize your code, put the Click() and DblClick() in the Grid. In TextBox Object's Click() and DblClick(), put this code in:

In the Click()

This.Parent.Parent.Click() && for the Grid.Click()

In the DblClick()

This.Parent.Parent.DblClick() && for the Grid.DblClick()
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform