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:16:42
 
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Miscellaneous
Thread ID:
00120877
Message ID:
00121299
Views:
20
Sorry John, that doesn't work either. Did you put that in the form I sent?

>Hi David,
>
>Use this code instead:
>
>DEFINE POPUP _medit MARGIN RELATIVE SHADOW COLOR SCHEME 4
>DEFINE BAR _med_cut OF _medit PROMPT "Cu\> KEY CTRL+X, "Ctrl+X" ;
> MESSAGE "Removes the selection and places it onto the Clipboard"
>DEFINE BAR _med_copy OF _medit PROMPT "\> KEY CTRL+C, "Ctrl+C" ;
> MESSAGE "Copies the selection onto the Clipboard"
>DEFINE BAR _med_paste OF _medit PROMPT "\> KEY CTRL+V, "Ctrl+V" ;
> MESSAGE "Pastes the contents of the Clipboard"
> ENDPROC
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform