Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cut/Copy/Paste in form with no menu
Message
From
24/07/1998 01:28:10
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Title:
Cut/Copy/Paste in form with no menu
Miscellaneous
Thread ID:
00120877
Message ID:
00120877
Views:
49
I ran this code in the load event of a menu-less top level form thinking that I could then use Ctrl+C/V/X etc.
No go.
What should I do - or what have I missed ?
I thought the popup worked even without activating it??
* allow edit controls without a menu
DEFINE POPUP RWR0M05MA MARGIN RELATIVE
DEFINE BAR _med_undo OF RWR0M05MA PROMPT "\<Undo" ;
	KEY CTRL+Z
DEFINE BAR _med_redo OF RWR0M05MA PROMPT "Re\<do" ;
	KEY CTRL+R
DEFINE BAR _med_cut OF RWR0M05MA PROMPT "Cu\<t" ;
	KEY CTRL+X
DEFINE BAR _med_copy OF RWR0M05MA PROMPT "\<Copy" ;
	KEY CTRL+C
DEFINE BAR _med_paste OF RWR0M05MA PROMPT "\<Paste" ;
	KEY CTRL+V
DEFINE BAR _med_slcta OF RWR0M05MA PROMPT "Se\<lect All" ;
	KEY CTRL+A
Next
Reply
Map
View

Click here to load this message in the networking platform