Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid - DblClick & RightClick
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00105864
Message ID:
00105880
Vues:
32
Terry,

What I did was create a TextBoxGrid class that is a sub-class of my generic TextBox class. In this class the DoubleClick event does a THIS.Parent.Parent.DoubleClick() to executes the grid's double-click event. The right click can work the same way. Of course, if you have other kinds of controls in your grid, you'll need to sub-class them as well.

These classes come in handy because there are often differences in the way you want to handle controls in a grid.

>I am trying to use a grid to allow the user to DblClick/RightClick on the record of interest and then call up an edit screen to maintain the information in this record. Like a drill down event. I find I can get the DblClick/Right click methods to fire on an empty record or the header but I am unable to get it to fire on the selected record. Any help is appreciated.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform