Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Treeview and keypress
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00549066
Message ID:
00549070
Vues:
14
I found the solution

*** ActiveX Control Event ***
LPARAMETERS keycode, shift

nodefault

local lnKeyCode
lnKeyCode=keycode

do case

*-- INS
case keycode=45
lnKeycode=22

*-- DEL
case keycode=46
lnKeyCode=7

*-- END
case keycode=35
lnKeyCode=6

endcase

thisform.keypress(lnkeycode)
Rodrigo Juarez
rodrigoj@azinformatica.com.ar

Para entender la recursividad, primero, hay que entender la recursividad.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform