Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
TreeView Control and the Keyboard
Message
De
17/02/2000 12:07:28
 
 
À
17/02/2000 04:20:47
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00333310
Message ID:
00333463
Vues:
13
Try using the following in the KeyUp() event of the tree control.

if vartype(This.SelectedItem) $ "O"
This.NodeClick(This.SelectedItem)
endif

The enter and space keys fire as well as cursor keys.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform