Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to access sysmenu from right click pop-menu?
Message
From
24/01/1997 13:55:05
Lence Redondo
Computer3 S.L.
Lugo, Spain
 
 
To
23/01/1997 10:29:43
F Joseph
Xinjiang Electric Power Company
Urumqi, China
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00017872
Message ID:
00018337
Views:
67
>>
>> >>Hi,
>> >> i have download a beautiful tool for rightclick
>> >>pop-menu from "VFUG download corner".
>> >> in my application, i define one,it's a question:
>> >> can i access a system menu such as "copy" in my
>> >>pop-menu?
>> >> example,i design a textbox,right click to active pop-menu, i want to
>> copy all of data in this textbox.
>> >>(look like window95)
>> >> what can i do?
>> >
>> >look in help under system menu. this will tell you what to call the
>menu
>> pads and bars.
>>
>>
>> I understand that you would want how this example
>> DEFINE POPUP GrdMov FROM MROW(),MCOL() && Crea un menú de múltiples
>> opciones
>> DEFINE BAR 1 OF GrdMov ;
>> PROMPT '\>> DEFINE BAR 2 OF GrdMov ;
>> PROMPT '\>> @ 12,5 SAY 'Sus Opciones:'
>> ON SELECTION POPUP GrdMov _SCREEN.ActiveForm.suElec(PROMPT()) && Rutina
>de
>> opciones
>>
>> ACTIVATE POPUP GrdMov
>>
>> where method sulec You could put your controls
>>
>Good Idea!
>but what is "method suElec ",and how it work?
>access sysmenu ? such as "copy".
>
>f joseph

Good I'm sorry If This example isn't of that You said
But I was understood it
DEFINE POPUP PopEditBox FROM MROW(),MCOL();
TITLE 'Opciones De Edición' && Crea un menú de múltiples opciones
DEFINE BAR _med_undo OF PopEditBox ;
PROMPT '\DEFINE BAR _med_redo OF PopEditBox ;
PROMPT '\DEFINE BAR 1 OF PopEditBox ;
PROMPT '\_' MARK CHR(4) COLOR SCHEME 3 && Segundo elemento
DEFINE BAR _med_cut OF PopEditBox ;
PROMPT 'Co\DEFINE BAR _med_copy OF PopEditBox ;
PROMPT '\DEFINE BAR _med_paste OF PopEditBox ;
PROMPT '\DEFINE BAR 2 OF PopEditBox ;
PROMPT '\_' MARK CHR(4) COLOR SCHEME 3 && Segundo elemento
DEFINE BAR _med_slcta OF PopEditBox ;
PROMPT '\ .Signature { margin-top: 12px; color: #666666; } .Signature a { color: #666666; }
Lence Redondo, Manrique
Computer3.Lugo@Cesatel.es
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform