Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cut and paste with Modal Windows...
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00024691
Message ID:
00024752
Views:
38
>>I want to use the “ON KEY LABEL” command to call the cut and paste functions when I use a panel modal (modal window).
>>
>>What can we do for that?
>
>You dont have to use on key label ...
>
>add this code to your menu:
>
>* si on enleve le menu édition
>* cette suite de commandes rend les raccourcis clavier
>* disponnibles pour les opérations courantes d'édition
>*
>DEFINE POPUP edit FROM 0,0 RELATIVE
>DEFINE BAR _med_cut OF edit PROMPT "Cut" ;
>KEY CTRL+X
>DEFINE BAR _med_copy OF edit PROMPT "Copy" ;
>KEY CTRL+C
>DEFINE BAR _med_paste OF edit PROMPT "Paste" ;
>KEY CTRL+V
Merci !
Previous
Reply
Map
View

Click here to load this message in the networking platform