Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cut, Copy and Paste toolbar buttons don't work
Message
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Miscellaneous
Thread ID:
00059429
Message ID:
00059531
Views:
29
>I have a toolbar with cut, copy and paste buttons.
>I use the SYS(1500) function to execute the VFP functions, but it won't work.
>
>Ex.: Cut_Click():
>Sys(1500, "_med_cut", "_medit")
>
>My menu is composed as follow:
>DO PadFile.MPR &&replace current menu
>DO PadEdit.MPR &&append (contains the cut, copy and paste options (_med_cut, _med_copy and _med_paste))
>DO PadForms.MPR &&append
>...
>
>The sequence of events is as follow:
>- SET SYSMENU TO
>- CreateObject(MyToolbar)
>- MyToolbar.Show()
>- Put up the menu
>
>Is it because the menu isn't define when the toolbar is activate that the cut, copy and paste buttons don't work? I'm sceptic about that.
>
>Does anybody have a solution?


I think that you have to have focus on an item that can be cut, copied, or pasted.

HTH

Wayne
Wayne Myers, MCSD
Senior Consultant
Forte' Incorporated
"The only things you can take to heaven are those which you give away" Author Unknown
Previous
Reply
Map
View

Click here to load this message in the networking platform