Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to implement cut,copy and paste from toolbar
Message
From
27/07/1999 10:47:56
Walter Meester
HoogkarspelNetherlands
 
 
To
27/07/1999 10:12:05
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00246574
Message ID:
00246609
Views:
15
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,
Previous
Reply
Map
View

Click here to load this message in the networking platform