Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cut/Copy/Paste in form with no menu
Message
From
25/07/1998 00:18:38
 
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Miscellaneous
Thread ID:
00120877
Message ID:
00121300
Views:
24
Will do, if I can't get the menu working. Thanks heaps.

>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
Previous
Reply
Map
View

Click here to load this message in the networking platform