Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cut/Copy/Paste in form with no menu
Message
De
24/07/1998 01:28:10
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de menu & Menus
Titre:
Cut/Copy/Paste in form with no menu
Divers
Thread ID:
00120877
Message ID:
00120877
Vues:
50
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform