Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Ctrl+S to Save?
Message
De
14/09/2000 17:55:23
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00416666
Message ID:
00416674
Vues:
32
Phil, this is what I use in one of my app's.
Keypress event of the form.

LPARAMETERS nKeyCode, nShiftAltCtrl

IF nShiftAltCtrl = 2 &&-CTRL KEY PRESSED
DO CASE
CASE nKeyCode = 19 &&-CTRL S (SAVE TRANSACTION)
THISFORM.PAGEFRAME1.PAGE1.DBFNAV2.CMDSAVE.SETFOCUS()
KEYBOARD "{spacebar}"

Hope this helps.

Joe
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform