Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copying, Cutting and Pasting
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00336199
Message ID:
00336894
Vues:
20
Hi Nick,

How about Ctrl+A?

>>How do you allow a user to copy, cut and paste within an application. I don't want to put an edit selection in my menu. I just want to be able to use the shortcut keys as you would in any other type of software.
>>
>>Thanks,
>>Tyler
>
>Tyler, try
>
>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')
>
>in your start program.
>
>Nick
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform