Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Short Cut keys
Message
De
19/06/2003 05:23:53
 
 
À
19/06/2003 05:19:12
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00801643
Message ID:
00801646
Vues:
13
Abhishek,

Add the NODEFAULT as indicated below. This will prevent further processing of the keystroke

>Hi all,
>
>Some of my forms are accepting data from a grid interface. Therefore I have written this code in the textboxes of the columns.
>
>Do Case
>   Case nKeyCode = -5 and nShiftAltCtrl = 0
        NODEFAULT
>	Do Menu\shrtCut.Mpr
>
>   Case nKeyCode = -6 and nShiftAltCtrl = 0
        NODEFAULT
>	ThisForm.Save
>	ThisForm.Addnew
>EndCase
>It does the job asked. Unfortunately it also prints a special character in the textbox.
>
>Anybody has ideas how to remove it.
>
>Thanks.
Gregory
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform