Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
F5 getting the wrong inkey() value
Message
 
 
To
21/03/2010 17:22:25
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Miscellaneous
Thread ID:
01455965
Message ID:
01455970
Views:
67
Yossi,

Why you're checking tnKey and not nKeyCode ? You need to check nKeyCode in the KeyPress event.

>Hi All:
>
>In the thisform.keypress(), I have the following code (I have keypreview set to .t.):
>
>
>LPARAMETERS nKeyCode, nShiftAltCtrl
>
>LOCAL tnKey
>tnKey = LASTKEY()
>
>SUSPEND
>
>DO CASE
>CASE tnKey = -4   &&F5
>	THISFORM.cmdValidate.CLICK()
>CASE tnKey = -5   &&F6
>	THISFORM.cmdManual.CLICK()
>CASE tnKey = -6   &&F7
>	THISFORM.cmdCancel.CLICK()
>ENDCASE
>
>
>When I press F5, both the value of tnkey and nLastkey is 42! What gives?
>
>Thanks,
>
>Yossi
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform