Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Keypress Issue
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
SAMBA Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01361725
Message ID:
01361730
Views:
17
LPARAMETERS nKeyCode, nShiftAltCtrl
WAIT WINDOW nKeyCode TIMEOUT 1
IF nKeyCode=61
thisform.pageframe1.page1.gridsearch.clearsearch()
ENDIF
DODEFAULT()



>>Hello All
>>
>>I am having problems getting a form to intercept keystrokes, which I have done previously without issue.
>>
>>On the form I am setting the KeyPreview to true, the first line (after the parameters line) in the KeyPress method is
>>
>>WAIT WINDOW TRANSFORM(nKeyCode) TIMEOUT 1
>>
>>so I can see the codes being generated, however it never fires, but goes right to the active control.
>>
>>I must be missing something simple, any ideas?
>>
>>Thanks
>
>What Form.KeyPress code actually doing? Could you post this code?
'If the people lead, the leaders will follow'
'War does not determine who is RIGHT, just who is LEFT'
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform