Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to access sysmenu from right click pop-menu?
Message
De
22/01/1997 12:35:21
Lence Redondo
Computer3 S.L.
Lugo, Espagne
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00017872
Message ID:
00018100
Vues:
77
>>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
Lence Redondo, Manrique
Computer3.Lugo@Cesatel.es
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform