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:
01361733
Views:
19
Do you say that WAIT WINDOW shows up here, and does not show up e.g. in ClearSearch method?

>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?
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform