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:
00336981
Vues:
22
Nick,

Thanks for your reply.
In our application we had this problem (application could use these keys if it's called by itself, but didn't work properly, if called from another top-level app). My colleague resolved this situation, but I didn't check, how.
Anyway, your solution is easy and may help.

Thanks.

>on key label "Ctrl+A" SYS(1500, '_MED_SLCTA', '_MEDIT')
>
>>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
Répondre
Fil
Voir

Click here to load this message in the networking platform