Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to implement cut,copy and paste from toolbar
Message
De
27/07/1999 10:47:56
Walter Meester
HoogkarspelPays-Bas
 
 
À
27/07/1999 10:12:05
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00246574
Message ID:
00246609
Vues:
24
John,Hi

Just define the menuitems Cut, Copy and Paste in a menu as you do usual (with the _MED_CUT,_MED_COPY or _MED_PASTE menubarnames). Then put the following in the toolbarbuttons click event:

=SYS(1500, cSystemItemName, cMenuName) in the click event.

where cSystemitemname is: _MED_CUT,_MED_COPY or _MED_PASTE and the menuname is the name of the popup just defined.

Succes,

Walter,
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform