Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Double click a row in Grid control
Message
De
15/06/1999 10:57:08
 
 
À
14/06/1999 21:10:20
Information générale
Forum:
Visual FoxPro
Catégorie:
Conférences & événements
Divers
Thread ID:
00229804
Message ID:
00229976
Vues:
13
Bui,
What exactly are you attempting to do? Capture a double click event. You can place your code or actions in the double click method such as populating a field or what have you. I use a grid most of time I want to show my users what's available and give them the option to either print or conduct some sort of action...

Here's a typical double click event:
If this.value = .t.
this.txtfield = .t.
perform your action
else
this.txtfield = .f.
perform your action
endif

HTH

Jeff
Thanks in Advance.

J. Turner
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform