Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Short Cut keys
Message
De
19/06/2003 05:19:12
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Short Cut keys
Divers
Thread ID:
00801643
Message ID:
00801643
Vues:
36
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
Do Menu\shrtCut.Mpr

Case nKeyCode = -6 and nShiftAltCtrl = 0
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.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform