Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cut/Copy/Paste in form with no menu
Message
 
 
To
24/07/1998 20:33:04
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Miscellaneous
Thread ID:
00120877
Message ID:
00121254
Views:
23
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform