Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Double click a row in Grid control
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Conférences & événements
Divers
Thread ID:
00229804
Message ID:
00229813
Vues:
17
Hi,
If you are clicking on a data row it will be the column control DblClick() method The default control is text1. If you are clicking inside the grid but outside a data row, as you could do if your grid was 10 rows in height but had only 4 rows of data, then it will be the grid DblClick() method. You may wish to put the code "This.parent.parent.DblcClick()" into each column control DblClick() method, and put the actual code for opening a form, updating fields, etc. just into the grid DblClick(). This will make it easier to make changes in the future.

HTH
Barbara

>Hello all,
>Can anyone help me to catch what event when i double click a row in grid control ?
>Thank in advance.
Barbara Paltiel, Paltiel Inc.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform