Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Trapping Ctrl-W
Message
De
19/01/1999 10:51:30
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Trapping Ctrl-W
Divers
Thread ID:
00177595
Message ID:
00177595
Vues:
116
My users are in the habit (from the old days) of using FoxPro’s built in Ctrl-W command to save changes that they make after editing a record on a form. Although it works, it has a side effect of moving the record pointer to the end of the file, which in my case is undesirable so I would like to block Ctrl-W.

I have to tried to trap Ctrl-W in the keypress event (case case nKeyCode = 23 .and. nShiftAltCtrl = 2) but Ctrl-W seems to bypass the keypress event somehow. How can I intercept, turn off, or redirect Ctrl-W.

Bob
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform