Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copying from the clipboard to a text box
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00857729
Message ID:
00857733
Vues:
15
>Hi,
>
>Is it possible to copy and paste from/to a VFP 5.0 text box? If so how and if not is it possible in a newer version of VFP?
>
>Thanks
>Bruce

_ClipText = THIS.Value

THIS.Value = _ClipText

Whenever you select text and hit Ctrl + C, that text is stored in the VFP variable _ClipText. Whatever is in _ClipText can be pasted with Ctrl + V or by doing what I showed above.
Mark McCasland
Midlothian, TX USA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform