Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cut/Copy/Paste in form with no menu
Message
 
 
À
24/07/1998 20:33:04
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de menu & Menus
Divers
Thread ID:
00120877
Message ID:
00121254
Vues:
22
Hi David:

Try the following instead of defining popup:

ON KEY LABEL CTRL+X SYS(1500,"_MED_CUT","_MEDIT")
ON KEY LABEL CTRL+C SYS(1500,"_MED_COPY","_MEDIT")
ON KEY LABEL CTRL+V SYS(1500,"_MED_PASTE","_MEDIT")
ON KEY LABEL CTRL+Z SYS(1500,"_MED_UNDO","_MEDIT")
ON KEY LABEL CTRL+R SYS(1500,"_MED_REDO","_MEDIT")

Another approach would be to put code into the KeyPress event of the edit box
Rick Hodder
MCP Visual Foxpro
C#, VB.NET Developer
Independent Consultant
www.RickHodder.com
MyBlog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform