Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Right-Click in Grid
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00036542
Message ID:
00036548
Vues:
38
>Hi
>I'm trying to implement a popup menu, which gets activated by right-clicking on a grid.
>My routine is in the Grid's right-click event, but when editing the grid, the right-click event is
>catched by the controls inside the grid. Is there a way to activate instead the Grid's right-
>click event instead of me putting my code in all the controls right-click?
>
>Thanks

Basically, you need in just one line of code in each control right-click event:
Thisform.myGrid.RightClick()
Moreover, you can build your own class (textbox) and use it as grid controls.
Edward Pikman
Independent Consultant
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform