Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Intercepting keystrokes
Message
From
10/06/1998 08:54:47
 
 
To
09/06/1998 23:27:12
David Moreau
Iglesia Ni Cristo - Dnm
Quezon, Philippines
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00105416
Message ID:
00106689
Views:
63
why not change it to :
LPARAMETERS pKey, pSCA

DO CASE
CASE pkey = 5 AND pSCA = 0    && down arrow
     && do some stuff - this works correctly
    NODEFAULT    && to avoid double keystrokes
CASE pkey = 24 AND pSCA = 0   && up arrow
     && do some stuff - this also works correctly
    NODEFAULT    && to avoid double keystrokes
ENDCASE

IOW just don't allow the kestrokes you handle to go through Arnon > >What is wrong with this? Why do TABs and Shift-TABs no longer move the focus to the next and previous controls respectively? > >This is a different class from the one that originally gave me this problem. > >Thanks in advance.
Previous
Reply
Map
View

Click here to load this message in the networking platform