Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Active Control?
Message
De
24/10/2002 05:03:13
 
 
À
24/10/2002 03:46:24
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00714699
Message ID:
00714716
Vues:
12
>I have a form which set the keyPreview to .T.
>
>But how can I know that where the user press the key? eg. if at text1, do nothing, if from grid1, then go to top...
>
>TIA.

try putting this code into From KeyPress Event
LPARAMETERS nKeyCode, nShiftAltCtrl

LOCAL MyPrueba

MyPrueba = thisform.ActiveControl.name

WAIT MyPrueba WINDOW
José Luis.

Quidquid latine dictum sit, altum sonatur

Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform