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:
00125072
Vues:
13
John:
Thanks for your advise, but that's exactly what I don't want to do, go to every cell's click and dblclick method and write a call the parent.parent's event, think of any other alternative?


>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()
Jorge Flores
From the Amigo Country
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform