Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copy, cut & paste
Message
De
04/11/1998 06:40:38
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
04/11/1998 06:01:20
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00153842
Message ID:
00154279
Vues:
15
>>>How do enable,
>>>
>>>copy CTRL+C
>>>cut CRTL+X
>>>paste CTRL+V
>>>
>>>so the users can easely fill in some fields ?
>>>
>>>Marc
>>
>>Marc,
>>
>>By mimicking VFP. For example, the bar for copy is called _med_copy. See help under "System menu names".
>>
>>José
>
>OK, but i do not have a toolbar, i do not have a menu in my program.
>I just want to be able to select a piece of text and copy it, or paste it in an other field.
>
>Marc
Marc,
You could have a menu with those items but not show.
hide menu all
on key label "Ctrl+C" SYS(1500, '_MED_COPY', '_MEDIT')
on key label "Ctrl+X" SYS(1500, '_MED_CUT', '_MEDIT')
on key label "Ctrl+V" SYS(1500, '_MED_PASTE', '_MEDIT')
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform