Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Treeview and keypress
Message
From
24/08/2001 20:16:06
 
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00549066
Message ID:
00549070
Views:
19
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform