Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Intercepting keystrokes
Message
De
10/06/1998 08:54:47
 
 
À
09/06/1998 23:27:12
David Moreau
Iglesia Ni Cristo - Dnm
Quezon, Philippines
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00105416
Message ID:
00106689
Vues:
62
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform